Function js::jsapi::CompileOffThreadModule [] [src]

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