Function js::jsapi::JS_GetContext
[−]
[src]
pub unsafe extern "C" fn JS_GetContext(rt: *mut JSRuntime) -> *mut JSContext
Returns the runtime's JSContext. The plan is to expose a single type to the API, so this function will likely be removed soon.