Fix symbol impl to have the GlobalSymbolRegistry shared between Realms #1079
Labels
behavior
bug
Issues considered a bug
Ecma Incompatibility
Issues about Rhino being incompatible with the EcmaScript spec
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)The text was updated successfully, but these errors were encountered: