Function mozjs::jsapi::JS::InitSelfHostedCode

source ยท
pub unsafe extern "C" fn InitSelfHostedCode(
    cx: *mut JSContext,
    cache: [u64; 2],
    writer: Option<unsafe extern "C" fn(_: *mut JSContext, _: [u64; 2]) -> bool>,
) -> bool