RESOLVED FIXED Bug 154313
Implement Proxy.[[HasProperty]]
https://bugs.webkit.org/show_bug.cgi?id=154313
Summary Implement Proxy.[[HasProperty]]
Saam Barati
Reported 2016-02-16 15:22:26 PST
...
Attachments
WIP (23.36 KB, patch)
2016-02-18 00:21 PST, Saam Barati
no flags
patch (14.92 KB, patch)
2016-02-18 15:51 PST, Saam Barati
no flags
patch (16.30 KB, patch)
2016-02-18 15:54 PST, Saam Barati
fpizlo: review+
Saam Barati
Comment 1 2016-02-18 00:21:54 PST
Created attachment 271641 [details] WIP Basically done, just need to write tests. This contains some of the patch for [[GetOwnProperty]], so we need to wait for that to land before landing this.
Saam Barati
Comment 2 2016-02-18 15:51:37 PST
WebKit Commit Bot
Comment 3 2016-02-18 15:54:04 PST
Attachment 271707 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/ProxyObject.cpp:242: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Saam Barati
Comment 4 2016-02-18 15:54:22 PST
Created attachment 271709 [details] patch with a changelog this time
WebKit Commit Bot
Comment 5 2016-02-18 15:56:34 PST
Attachment 271709 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/ProxyObject.cpp:242: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Saam Barati
Comment 6 2016-02-18 17:08:24 PST
Note You need to log in before you can comment on or make changes to this bug.