5 #ifndef V8_EXTENSIONS_GC_EXTENSION_H_
6 #define V8_EXTENSIONS_GC_EXTENSION_H_
26 "native function %s();", fun_name);
const char * name() const
The argument information given to function call callbacks.
An object reference managed by the v8 garbage collector.
Isolate represents an isolated instance of the V8 engine.
virtual v8::Handle< v8::FunctionTemplate > GetNativeFunctionTemplate(v8::Isolate *isolate, v8::Handle< v8::String > name)
static const char * BuildSource(char *buf, size_t size, const char *fun_name)
static void GC(const v8::FunctionCallbackInfo< v8::Value > &args)
GCExtension(const char *fun_name)
enable harmony numeric enable harmony object literal extensions Optimize object size
int SNPrintF(Vector< char > str, const char *format,...)
Debugger support for the V8 JavaScript engine.