Function JS_Call

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