[][src]Type Definition neon_sys::FunctionCallbackInfo

type FunctionCallbackInfo = *const c_void;

Represents the details of how the function was called from JavaScript.

It contains the arguments used to invoke the function, the isolate reference, the this object the function is bound to and a mechanism to return a value to the caller.