NEW 154745
Add Proxy tests for exceptions that depend on an object being non-extensible and having configurable properties
https://bugs.webkit.org/show_bug.cgi?id=154745
Summary Add Proxy tests for exceptions that depend on an object being non-extensible ...
Saam Barati
Reported 2016-02-26 13:28:23 PST
I missed writing some of these tests because I didn't realize you could easily make an object get into this state. But it's super easy. Object.preventExtensions puts an object into this state.
Attachments
Filip Pizlo
Comment 1 2016-03-03 21:20:56 PST
This is referenced from this commit: http://trac.webkit.org/changeset/197539. That suggests that maybe that commit should have referenced a different bug?
Saam Barati
Comment 2 2016-03-03 23:15:50 PST
(In reply to comment #1) > This is referenced from this commit: http://trac.webkit.org/changeset/197539. > > That suggests that maybe that commit should have referenced a different bug? Yeah it definitely should have. That was a mistake on my end. Is it worth going back and editing the change log?
Note You need to log in before you can comment on or make changes to this bug.