[]Function neon_runtime::nan::fun::construct

pub unsafe extern "C" fn construct(
    out: &mut Local,
    isolate: *mut Isolate__,
    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.