RESOLVED FIXED 154799
[[IsExtensible]] should be a virtual method in the method table
https://bugs.webkit.org/show_bug.cgi?id=154799
Summary [[IsExtensible]] should be a virtual method in the method table
Saam Barati
Reported 2016-02-28 13:16:35 PST
This will make us more consistent with the specification and is necessary for proxies.
Attachments
WIP (18.46 KB, patch)
2016-03-01 01:08 PST, Saam Barati
no flags
patch (21.46 KB, patch)
2016-03-01 12:24 PST, Saam Barati
no flags
patch (21.94 KB, patch)
2016-03-01 12:29 PST, Saam Barati
mark.lam: review+
Saam Barati
Comment 1 2016-03-01 01:08:16 PST
Created attachment 272554 [details] WIP This is almost done. I just need to audit some call sites of the previous isExtensible().
Saam Barati
Comment 2 2016-03-01 12:24:09 PST
Saam Barati
Comment 3 2016-03-01 12:29:31 PST
Mark Lam
Comment 4 2016-03-01 12:43:49 PST
Comment on attachment 272585 [details] patch r=me Do we already tests that exercises the [[IsExtensible]] check? If not, can we add some?
Saam Barati
Comment 5 2016-03-01 13:33:51 PST
(In reply to comment #4) > Comment on attachment 272585 [details] > patch > > r=me > > Do we already tests that exercises the [[IsExtensible]] check? If not, can > we add some? Thanks for the review. We already have tests. I'll also be adding more as I work on Proxy.[[IsExtensible]]/Proxy.[[PreventExtensions]]
Saam Barati
Comment 6 2016-03-01 13:45:28 PST
Note You need to log in before you can comment on or make changes to this bug.