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

Issue 1405243006: [es6] Partially implement Reflect.ownKeys. (Closed)

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

Description

[es6] Partially implement Reflect.ownKeys. Proxies are not properly supported yet. R=cbruni, rossberg BUG= Committed: https://crrev.com/4194d0ebadd2a0a74195c08d5717685b73e68349 Cr-Commit-Position: refs/heads/master@{#31906}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase and remove sorting in test. #

Patch Set 3 : Address other comments. #

Patch Set 4 : Reland 1405243006: [es6] Partially implement Reflect.ownKeys. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -60 lines) Patch
M src/bootstrapper.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins.cc View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M src/objects.cc View 1 2 3 5 chunks +9 lines, -5 lines 0 comments Download
M test/mjsunit/harmony/reflect.js View 1 chunk +33 lines, -0 lines 0 comments Download
A + test/mjsunit/harmony/reflect-own-keys.js View 1 2 chunks +41 lines, -54 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
neis
5 years, 1 month ago (2015-11-04 16:30:28 UTC) #1
neis
I know that the additional argument to GetKeys is ugly. I talked to Camillo and ...
5 years, 1 month ago (2015-11-04 16:33:06 UTC) #2
Camillo Bruni
LGTM with the usual nits :) https://codereview.chromium.org/1405243006/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1405243006/diff/1/src/objects.cc#newcode7668 src/objects.cc:7668: (only_enumerables ? DONT_ENUM ...
5 years, 1 month ago (2015-11-05 08:29:35 UTC) #3
rossberg
lgtm
5 years, 1 month ago (2015-11-09 17:43:49 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405243006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405243006/40001
5 years, 1 month ago (2015-11-09 22:51:01 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-09 23:26:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1405243006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1405243006/40001
5 years, 1 month ago (2015-11-09 23:28:34 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-09 23:30:25 UTC) #12
commit-bot: I haz the power
5 years, 1 month ago (2015-11-09 23:31:02 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4194d0ebadd2a0a74195c08d5717685b73e68349
Cr-Commit-Position: refs/heads/master@{#31906}

Powered by Google App Engine
This is Rietveld 408576698