Function hirofa_quickjs_sys::JS_CallConstructor

source ยท
pub unsafe extern "C" fn JS_CallConstructor(
    ctx: *mut JSContext,
    func_obj: JSValue,
    argc: c_int,
    argv: *mut JSValue,
) -> JSValue