CurrentGlobal

Function CurrentGlobal 

Source
pub unsafe extern "C" fn CurrentGlobal(
    cx: *mut JSContext,
) -> *const *mut JSObject
Expand description

Get the current realm’s global. Returns nullptr if no realm has been entered.