pub type FunctionCallbackInfo = *const c_void;
Expand description

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.