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

Issue 1668853002: [proxies] allow duplicate keys for [[OwnPropertyKeys]] trap. (Closed)

Created:
4 years, 10 months ago by Camillo Bruni
Modified:
4 years, 10 months ago
Reviewers:
Yang, Jakob Kummerow
CC:
caitp (gmail), 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

[proxies] allow duplicate keys for [[OwnPropertyKeys]] trap. BUG=v8:4724, v8:1543 LOG=N Committed: https://crrev.com/07d05dddceab37f4da8d382e3fe60e90e02b99e5 Cr-Commit-Position: refs/heads/master@{#33747}

Patch Set 1 #

Total comments: 2

Patch Set 2 : enabling test again #

Total comments: 5

Patch Set 3 : addressing nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -57 lines) Patch
M src/api.cc View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M src/builtins.cc View 1 2 6 chunks +13 lines, -16 lines 0 comments Download
M src/debug/debug-scopes.h View 1 chunk +1 line, -1 line 0 comments Download
M src/debug/debug-scopes.cc View 1 2 4 chunks +5 lines, -8 lines 0 comments Download
M src/json-stringifier.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/key-accumulator.h View 3 chunks +5 lines, -2 lines 0 comments Download
M src/key-accumulator.cc View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M src/objects.h View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M src/objects.cc View 1 2 8 chunks +18 lines, -13 lines 0 comments Download
M src/runtime/runtime-array.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-forin.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/proxies-ownkeys.js View 1 3 chunks +12 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 20 (8 generated)
Camillo Bruni
PTAL https://codereview.chromium.org/1668853002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1668853002/diff/1/src/objects.cc#newcode8884 src/objects.cc:8884: if (found == nullptr || *found == kGone) ...
4 years, 10 months ago (2016-02-04 11:59:07 UTC) #2
caitp (gmail)
On 2016/02/04 11:59:07, cbruni wrote: > PTAL > > https://codereview.chromium.org/1668853002/diff/1/src/objects.cc > File src/objects.cc (right): > ...
4 years, 10 months ago (2016-02-04 14:46:15 UTC) #3
Jakob Kummerow
LGTM, just nits. https://codereview.chromium.org/1668853002/diff/20001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1668853002/diff/20001/src/builtins.cc#newcode1591 src/builtins.cc:1591: isolate, keys, JSReceiver::GetKeys(from, KeyCollectionType::OWN_ONLY, nit: Why ...
4 years, 10 months ago (2016-02-04 15:37:27 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1668853002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1668853002/40001
4 years, 10 months ago (2016-02-04 17:14:04 UTC) #8
Camillo Bruni
https://codereview.chromium.org/1668853002/diff/20001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1668853002/diff/20001/src/builtins.cc#newcode1591 src/builtins.cc:1591: isolate, keys, JSReceiver::GetKeys(from, KeyCollectionType::OWN_ONLY, On 2016/02/04 at 15:37:27, Jakob ...
4 years, 10 months ago (2016-02-04 17:14:32 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/10549)
4 years, 10 months ago (2016-02-04 17:28:01 UTC) #11
Camillo Bruni
Yang, could you lgtm the mechanical changes under debug/* ? thanks.
4 years, 10 months ago (2016-02-04 17:50:09 UTC) #13
Yang
On 2016/02/04 17:50:09, cbruni wrote: > Yang, could you lgtm the mechanical changes under debug/* ...
4 years, 10 months ago (2016-02-04 17:52:52 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1668853002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1668853002/40001
4 years, 10 months ago (2016-02-04 17:53:17 UTC) #16
Camillo Bruni
grazie.
4 years, 10 months ago (2016-02-04 17:53:18 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-04 17:55:03 UTC) #18
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 17:55:47 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/07d05dddceab37f4da8d382e3fe60e90e02b99e5
Cr-Commit-Position: refs/heads/master@{#33747}

Powered by Google App Engine
This is Rietveld 408576698