JS_NewContext

Function JS_NewContext 

Source
pub unsafe fn JS_NewContext(rt: *mut JSRuntime) -> *mut JSContext
Expand description

ยงSafety

The caller must ensure that rt is a valid pointer to a JSRuntime, and that the context is properly freed with JS_FreeContext.