Skip to main content

JS_SetJitSuspended

Function JS_SetJitSuspended 

Source
pub unsafe extern "C" fn JS_SetJitSuspended(
    rt: *mut JSRuntime,
    suspended: c_int,
) -> c_int