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
According to the specification, the values of present properties of a sealed object can be changed as long as they are writable. The code below runs correctly in real browsers but fails in rhino with EcmaError: TypeError: Cannot add properties to this object because extensible is false.
According to the specification, the values of present properties of a sealed object can be changed as long as they are writable. The code below runs correctly in real browsers but fails in rhino with EcmaError: TypeError: Cannot add properties to this object because extensible is false.
The text was updated successfully, but these errors were encountered: