You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation keeps the GlobalSymbolRegistry in the topLevel scope.
However, EcmaScript defines that the GlobalSymbolRegistry needs to be shared by all Realms, which basically translates to: each topLevel scope must share the same GlobalSymbolRegistry
Note: need to see how such a global registery would work in combination with shared sealed scopes
Depends on #1077 (for enabled the cross-realm tests)