Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Issue 1474083003: [proxies] Implement [[Enumerate]] and [[OwnPropertyKeys]] (Closed)

Created:
5 years ago by Jakob Kummerow
Modified:
5 years ago
CC:
v8-reviews_googlegroups.com, neis, Camillo Bruni
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[proxies] Implement [[Enumerate]] and [[OwnPropertyKeys]] Both are integrated into JSReceiver::GetKeys(). For now, the implementation ignores Symbol/DONT_ENUM filtering. BUG=v8:1543 LOG=n Committed: https://crrev.com/42c6056e6f247724d14dc887f6619a6bf5867a97 Cr-Commit-Position: refs/heads/master@{#32384} Committed: https://crrev.com/2fee8a0f1d3dca6fe955077c5a41020948a7a0f1 Cr-Commit-Position: refs/heads/master@{#32386}

Patch Set 1 #

Total comments: 4

Patch Set 2 : s/unordered_set/IdentityMap/ #

Patch Set 3 : windows ♥ #

Patch Set 4 : gcmole fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -32 lines) Patch
M src/js/proxy.js View 1 chunk +22 lines, -23 lines 0 comments Download
M src/key-accumulator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/key-accumulator.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/messages.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 6 chunks +268 lines, -9 lines 0 comments Download
A test/mjsunit/harmony/proxies-enumerate.js View 1 chunk +64 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/proxies-ownkeys.js View 1 chunk +84 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
Jakob Kummerow
Toon: PTAL. Georg, Camillo: FYI.
5 years ago (2015-11-27 08:40:59 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/1474083003/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1474083003/diff/1/src/objects.cc#newcode8305 src/objects.cc:8305: std::unordered_set<Object*> unchecked_result_keys; We're not allowed to use C++11 library ...
5 years ago (2015-11-27 12:56:46 UTC) #4
Toon Verwaest
https://codereview.chromium.org/1474083003/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1474083003/diff/1/src/objects.cc#newcode8278 src/objects.cc:8278: bool found = JSReceiver::GetOwnPropertyDescriptor( This should probably be Maybe<bool>. ...
5 years ago (2015-11-27 12:57:43 UTC) #5
Jakob Kummerow
https://codereview.chromium.org/1474083003/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1474083003/diff/1/src/objects.cc#newcode8278 src/objects.cc:8278: bool found = JSReceiver::GetOwnPropertyDescriptor( On 2015/11/27 12:57:43, Toon Verwaest ...
5 years ago (2015-11-27 16:01:41 UTC) #6
Toon Verwaest
lgtm
5 years ago (2015-11-28 08:44:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1474083003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1474083003/20001
5 years ago (2015-11-28 08:45:08 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/24)
5 years ago (2015-11-28 08:50:38 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1474083003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1474083003/40001
5 years ago (2015-11-28 10:24:10 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-11-28 10:48:37 UTC) #15
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/42c6056e6f247724d14dc887f6619a6bf5867a97 Cr-Commit-Position: refs/heads/master@{#32384}
5 years ago (2015-11-28 10:48:50 UTC) #17
Michael Achenbach
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1482113002/ by machenbach@chromium.org. ...
5 years ago (2015-11-28 14:15:53 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1474083003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1474083003/60001
5 years ago (2015-11-28 14:44:28 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-11-28 15:03:07 UTC) #24
commit-bot: I haz the power
5 years ago (2015-11-28 15:03:25 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2fee8a0f1d3dca6fe955077c5a41020948a7a0f1
Cr-Commit-Position: refs/heads/master@{#32386}

Powered by Google App Engine
This is Rietveld 408576698