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

Issue 992913002: handle the special snowflakes that are Integer Indexed Exotic objects (Closed)

Created:
5 years, 9 months ago by dcarney
Modified:
5 years, 9 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

handle the special snowflakes that are Integer Indexed Exotic objects the implementation doesn't yet throw on strict mode assignment BUG= Committed: https://crrev.com/040225a31541c424dc092ba9feefb1c0eee21fc3 Cr-Commit-Position: refs/heads/master@{#27121}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : forgot to add test #

Patch Set 6 : #

Patch Set 7 : fix PropertyAccessInfo #

Total comments: 3

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -30 lines) Patch
M src/conversions.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/conversions.cc View 1 2 3 4 5 6 7 2 chunks +51 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 3 chunks +8 lines, -0 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 1 2 5 chunks +6 lines, -1 line 0 comments Download
M src/lookup.h View 1 5 chunks +7 lines, -5 lines 0 comments Download
M src/lookup.cc View 1 2 3 4 5 6 7 2 chunks +16 lines, -18 lines 0 comments Download
M src/lookup-inl.h View 1 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 9 chunks +20 lines, -4 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-conversions.cc View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
A test/mjsunit/es6/indexed-integer-exotics.js View 1 2 3 4 5 6 1 chunk +56 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/typedarrays.js View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
Toon Verwaest
https://codereview.chromium.org/992913002/diff/60001/src/lookup.cc File src/lookup.cc (right): https://codereview.chromium.org/992913002/diff/60001/src/lookup.cc#newcode124 src/lookup.cc:124: DCHECK(state_ != LookupIterator::INTEGER_INDEXED_EXOTIC); DCHECK_NE https://codereview.chromium.org/992913002/diff/60001/src/lookup.cc#newcode337 src/lookup.cc:337: DCHECK(exotic_index_state_ != ExoticIndexState::kNoIndex); ...
5 years, 9 months ago (2015-03-10 12:01:25 UTC) #2
dcarney
ptal https://codereview.chromium.org/992913002/diff/60001/src/lookup.cc File src/lookup.cc (right): https://codereview.chromium.org/992913002/diff/60001/src/lookup.cc#newcode124 src/lookup.cc:124: DCHECK(state_ != LookupIterator::INTEGER_INDEXED_EXOTIC); On 2015/03/10 12:01:25, Toon Verwaest ...
5 years, 9 months ago (2015-03-10 13:09:46 UTC) #3
Toon Verwaest
lgtm with some nits https://codereview.chromium.org/992913002/diff/120001/src/conversions.cc File src/conversions.cc (right): https://codereview.chromium.org/992913002/diff/120001/src/conversions.cc#newcode525 src/conversions.cc:525: return offset == 2 && ...
5 years, 9 months ago (2015-03-10 14:26:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/992913002/140001
5 years, 9 months ago (2015-03-10 15:14:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/992913002/160001
5 years, 9 months ago (2015-03-10 15:35:25 UTC) #11
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/1118)
5 years, 9 months ago (2015-03-10 15:56:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/992913002/160001
5 years, 9 months ago (2015-03-10 19:09:55 UTC) #15
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 9 months ago (2015-03-10 19:11:17 UTC) #16
commit-bot: I haz the power
5 years, 9 months ago (2015-03-10 19:11:32 UTC) #17
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/040225a31541c424dc092ba9feefb1c0eee21fc3
Cr-Commit-Position: refs/heads/master@{#27121}

Powered by Google App Engine
This is Rietveld 408576698