Expand description

Facilities for working with v8::Functions.

Functions

Calls the function provided (fun) and mutates the out argument provided to refer to the result of the function call. Returns false if the result of the call was empty.

Makes a constructor call to with the function provided (fun) and mutates the out argument provided to refer to the result of the constructor call. Returns false if the result of the call was empty.

Gets the reference to the v8::Local<v8::External> handle provided.

Mutates the out argument provided to refer to a newly created v8::Function. Returns false if the value couldn’t be created.

Mutates the out argument provided to refer to a newly created v8::FunctionTemplate. Returns false if the value couldn’t be created.