Function js::jsapi::Compile2 [] [src]

pub unsafe extern "C" fn Compile2(
    cx: *mut JSContext,
    options: *const ReadOnlyCompileOptions,
    chars: *const c_ushort,
    length: usize,
    script: MutableHandleScript
) -> bool