Bug 154313 - Implement Proxy.[[HasProperty]]
Summary: Implement Proxy.[[HasProperty]]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on: 154081
Blocks: 35731
  Show dependency treegraph
 
Reported: 2016-02-16 15:22 PST by Saam Barati
Modified: 2016-02-18 17:08 PST (History)
11 users (show)

See Also:


Attachments
WIP (23.36 KB, patch)
2016-02-18 00:21 PST, Saam Barati
no flags Details | Formatted Diff | Diff
patch (14.92 KB, patch)
2016-02-18 15:51 PST, Saam Barati
no flags Details | Formatted Diff | Diff
patch (16.30 KB, patch)
2016-02-18 15:54 PST, Saam Barati
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-02-16 15:22:26 PST
...
Comment 1 Saam Barati 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.
Comment 2 Saam Barati 2016-02-18 15:51:37 PST
Created attachment 271707 [details]
patch
Comment 3 WebKit Commit Bot 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.
Comment 4 Saam Barati 2016-02-18 15:54:22 PST
Created attachment 271709 [details]
patch

with a changelog this time
Comment 5 WebKit Commit Bot 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.
Comment 6 Saam Barati 2016-02-18 17:08:24 PST
landed in:
http://trac.webkit.org/changeset/196789