5 #ifndef V8_EXTENSIONS_FREE_BUFFER_EXTENSION_H_
6 #define V8_EXTENSIONS_FREE_BUFFER_EXTENSION_H_
16 :
v8::
Extension(
"v8/free-buffer",
"native function freeBuffer();") {}
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 void FreeBuffer(const v8::FunctionCallbackInfo< v8::Value > &args)
Debugger support for the V8 JavaScript engine.