hirofa_quickjs_sys

Function JS_EnqueueJob

Source
pub unsafe extern "C" fn JS_EnqueueJob(
    ctx: *mut JSContext,
    job_func: JSJobFunc,
    argc: c_int,
    argv: *mut JSValue,
) -> c_int