The argument information given to function call callbacks.
Isolate * GetIsolate() const
static Local< FunctionTemplate > New(Isolate *isolate, FunctionCallback callback=0, Handle< Value > data=Handle< Value >(), Handle< Signature > signature=Handle< Signature >(), int length=0)
Creates a function template.
An object reference managed by the v8 garbage collector.
Isolate represents an isolated instance of the V8 engine.
void RequestGarbageCollectionForTesting(GarbageCollectionType type)
Request garbage collection in this Isolate.
@ kMinorGarbageCollection
virtual v8::Handle< v8::FunctionTemplate > GetNativeFunctionTemplate(v8::Isolate *isolate, v8::Handle< v8::String > name)
static void GC(const v8::FunctionCallbackInfo< v8::Value > &args)
Debugger support for the V8 JavaScript engine.