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
Currently Object.freeze works via frozen on LocalInformation. This current system could be extended to account for these additional two object modifications. The frozen on LocalInformation should be changed from a HashSet to HashMap<TypeId, Frozen | Sealed | NoExtensions> and various lookups should be done on this for certain usages of objects.
Currently
Object.freeze
works viafrozen
onLocalInformation
. This current system could be extended to account for these additional two object modifications. The frozen onLocalInformation
should be changed from aHashSet
toHashMap<TypeId, Frozen | Sealed | NoExtensions>
and various lookups should be done on this for certain usages of objects.See:
The text was updated successfully, but these errors were encountered: