Type Definition chakracore_sys::JsNativeFunction [] [src]

type JsNativeFunction = Option<unsafe extern "system" fn(_: JsValueRef, _: bool, _: *mut JsValueRef, _: c_ushort, _: *mut c_void) -> JsValueRef>;

A function callback. A function object that represents the function being invoked. Indicates whether this is a regular call or a 'new' call. The arguments to the call. The number of arguments. The state passed to JsCreateFunction. The result of the call, if any.