Function javascriptcore_sys::JSContextGetGlobalContext
source · pub unsafe extern "C" fn JSContextGetGlobalContext(
ctx: JSContextRef
) -> JSGlobalContextRefExpand description
Gets the global context of a JavaScript execution context.
ctx: TheJSContextwhose global context you want to get.
Returns ctx’s global context.