pub unsafe extern "C" fn call(
    out: &mut Local,
    isolate: *mut Isolate__,
    fun: Local,
    this: Local,
    argc: i32,
    argv: *const c_void
) -> bool
Expand description

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.