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