Function JS_CallConstructor

Source
pub unsafe extern "C" fn JS_CallConstructor(
    ctx: *mut JSContext,
    func_obj: u64,
    argc: i32,
    argv: *mut u64,
) -> u64