Expand description

Facilities for working with v8::FunctionCallbackInfo and getting the current v8::Isolate.

Structs

Functions

Gets the current v8::Isolate.

Mutates the out argument provided to refer to the pointer value of the v8::FunctionCallbackInfo Data.

Mutates the out argument provided to refer to the v8::Local handle value of the ith argument passed to the function.

Gets the isolate of the function call.

Indicates if the function call was invoked as a constructor.

Gets the number of arguments passed to the function.

Sets the return value of the function call.

Mutates the out argument provided to refer to the v8::Local handle value of the object the function is bound to.