Function neon_runtime::fun::call [−][src]
pub unsafe extern "C" fn call(
out: &mut Local,
isolate: *mut c_void,
fun: Local,
this: Local,
argc: i32,
argv: *mut c_void
) -> bool
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.