RESOLVED FIXED 154873
[ES6] Implement Proxy.[[PreventExtensions]]
https://bugs.webkit.org/show_bug.cgi?id=154873
Summary [ES6] Implement Proxy.[[PreventExtensions]]
Saam Barati
Reported 2016-03-01 13:41:12 PST
...
Attachments
patch (12.50 KB, patch)
2016-03-01 15:14 PST, Saam Barati
oliver: review+
Saam Barati
Comment 1 2016-03-01 15:14:11 PST
Oliver Hunt
Comment 2 2016-03-01 15:23:46 PST
Comment on attachment 272595 [details] patch I do so wish these methods could actually be in JS as well (just because the error handling is more complex than is pleasant to read)
Saam Barati
Comment 3 2016-03-01 15:38:44 PST
(In reply to comment #2) > Comment on attachment 272595 [details] > patch > > I do so wish these methods could actually be in JS as well (just because the > error handling is more complex than is pleasant to read) I agree. I was speaking with Yusuke on IRC yesterday about this. I think version 2 implementation of Proxy will be written in JS + implement necessary intrinsics to make it work.
Saam Barati
Comment 4 2016-03-01 15:42:48 PST
Saam Barati
Comment 5 2016-03-01 15:59:01 PST
landed follow up to uncomment commented-out test cases in: http://trac.webkit.org/changeset/197422
Note You need to log in before you can comment on or make changes to this bug.