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

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.