hirofa_quickjs_sys

Function JS_Call

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