Function js::jsapi::CompileOffThread [] [src]

pub unsafe extern "C" fn CompileOffThread(
    cx: *mut JSContext,
    options: *const ReadOnlyCompileOptions,
    chars: *const c_ushort,
    length: usize,
    callback: OffThreadCompileCallback,
    callbackData: *mut c_void
) -> bool