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

Issue 1332873002: Fixing Sloppy Symbol.iterator setter (Closed)

Created:
5 years, 3 months ago by Camillo Bruni
Modified:
5 years, 3 months ago
Reviewers:
Jakob Kummerow
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

Fixing Sloppy Symbol.iterator setter In certiain cases the ArgumentsIteratorSetter would trigger an invalid state in the LookupIterator when being overridden. This is now solved by bypassing the SetDataProperty and directly using DefinePropertyOrElementIgnoringAttributes since we know exactly which property we're going to install LOG=N BUG=chromium:521484 Committed: https://crrev.com/2f1df49a6c51cfe267e22e8442e34d59514324a2 Cr-Commit-Position: refs/heads/master@{#30705}

Patch Set 1 #

Total comments: 5

Patch Set 2 : adding error handling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -7 lines) Patch
M src/accessors.cc View 1 1 chunk +6 lines, -7 lines 0 comments Download
M test/mjsunit/es6/arguments-iterator.js View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Camillo Bruni
PTAL https://codereview.chromium.org/1332873002/diff/1/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/1332873002/diff/1/src/accessors.cc#newcode155 src/accessors.cc:155: .Check(); I am not fully sure if and ...
5 years, 3 months ago (2015-09-10 13:59:48 UTC) #2
Jakob Kummerow
LGTM with comments. https://codereview.chromium.org/1332873002/diff/1/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/1332873002/diff/1/src/accessors.cc#newcode155 src/accessors.cc:155: .Check(); On 2015/09/10 13:59:48, cbruni wrote: ...
5 years, 3 months ago (2015-09-10 14:29:20 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1332873002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1332873002/20001
5 years, 3 months ago (2015-09-14 06:49:50 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-14 07:15:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1332873002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1332873002/20001
5 years, 3 months ago (2015-09-14 07:18:54 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-14 07:20:05 UTC) #11
commit-bot: I haz the power
5 years, 3 months ago (2015-09-14 07:22:46 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2f1df49a6c51cfe267e22e8442e34d59514324a2
Cr-Commit-Position: refs/heads/master@{#30705}

Powered by Google App Engine
This is Rietveld 408576698