Function rquickjs::qjs::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