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

Issue 2212963002: [elements] update Dictionary in IncludesValue if own elements change (Closed)

Created:
4 years, 4 months ago by caitp
Modified:
4 years, 4 months ago
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

[elements] update Dictionary in IncludesValue if own elements change Ensure that receiver->elements() == *dictionary after calling an accessor, in addition to checking the prototype. BUG=chromium:634273 , chromium: 634357, v8:5162 R=cbruni@chromium.org, mstarzinger@chromium.org Committed: https://crrev.com/9977a2caf30329e60bed69c459e19d85f162abfe Cr-Commit-Position: refs/heads/master@{#38347}

Patch Set 1 #

Total comments: 7

Patch Set 2 : address nits #

Patch Set 3 : rebase #

Patch Set 4 : Just reset the dictionary, don't bailout #

Patch Set 5 : fix the test #

Patch Set 6 : Add test for other related failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -5 lines) Patch
M src/elements.cc View 1 2 3 4 5 2 chunks +19 lines, -3 lines 0 comments Download
A test/mjsunit/es7/regress/regress-634273.js View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
A + test/mjsunit/es7/regress/regress-634357.js View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (21 generated)
caitp
PTAL
4 years, 4 months ago (2016-08-04 14:04:03 UTC) #1
Camillo Bruni
lgtm with nits https://codereview.chromium.org/2212963002/diff/1/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/2212963002/diff/1/src/elements.cc#newcode1544 src/elements.cc:1544: if (*dictionary != receiver->elements() || as ...
4 years, 4 months ago (2016-08-04 15:51:57 UTC) #7
caitp
https://codereview.chromium.org/2212963002/diff/1/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/2212963002/diff/1/src/elements.cc#newcode1544 src/elements.cc:1544: if (*dictionary != receiver->elements() || On 2016/08/04 15:51:57, Camillo ...
4 years, 4 months ago (2016-08-04 16:13:06 UTC) #8
caitp
Updated to fix a related failure https://codereview.chromium.org/2212963002/diff/1/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/2212963002/diff/1/src/elements.cc#newcode1544 src/elements.cc:1544: if (*dictionary != ...
4 years, 4 months ago (2016-08-04 17:01:58 UTC) #18
caitp
Latest changes TBR=cbruni, but I think you'll probably be okay with them.
4 years, 4 months ago (2016-08-04 19:02:15 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2212963002/100001
4 years, 4 months ago (2016-08-04 19:03:46 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-04 19:05:47 UTC) #27
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 19:09:40 UTC) #29
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9977a2caf30329e60bed69c459e19d85f162abfe
Cr-Commit-Position: refs/heads/master@{#38347}

Powered by Google App Engine
This is Rietveld 408576698