Function neon_runtime::fun::construct [−][src]
pub unsafe extern "C" fn construct(
out: &mut Local,
isolate: *mut c_void,
fun: Local,
argc: i32,
argv: *mut c_void
) -> bool
Makes a constructor call to with the function provided (fun) and mutates the out
argument provided to refer to the result of the constructor call. Returns false if the
result of the call was empty.