unsafe fn global_scope_from_global_static(
global: *mut JSObject,
) -> DomRoot<GlobalScope>Expand description
Returns the Rust global scope from a JS global object.
unsafe fn global_scope_from_global_static(
global: *mut JSObject,
) -> DomRoot<GlobalScope>Returns the Rust global scope from a JS global object.