Function js::jsapi::InitSelfHostedCode [] [src]

pub unsafe extern "C" fn InitSelfHostedCode(cx: *mut JSContext) -> bool

Initialize the runtime's self-hosted code. Embeddings should call this exactly once per runtime/context, before the first JS_NewGlobalObject call.