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

Issue 1228113003: Fix non-standard element handling (Closed)

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

Description

Fix non-standard element handling BUG= Committed: https://crrev.com/047b4bfbb463a6227a2725faf2e32af5f167a350 Cr-Commit-Position: refs/heads/master@{#29677}

Patch Set 1 #

Patch Set 2 : Fix and expand tests #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Addressed comments #

Total comments: 1

Patch Set 6 : Remove handle #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -13 lines) Patch
M src/elements.cc View 1 2 3 4 4 chunks +7 lines, -3 lines 0 comments Download
M src/lookup.cc View 1 2 3 4 2 chunks +1 line, -6 lines 0 comments Download
M src/objects.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 5 chunks +25 lines, -4 lines 0 comments Download
A test/mjsunit/element-read-only.js View 1 2 3 4 1 chunk +154 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Toon Verwaest
ptal
5 years, 5 months ago (2015-07-14 15:45:53 UTC) #2
Igor Sheludko
https://codereview.chromium.org/1228113003/diff/20001/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/1228113003/diff/20001/src/elements.cc#newcode1655 src/elements.cc:1655: JSObject::RequireSlowElements(object, arguments); Why not "if (attributes != NONE)" here? ...
5 years, 5 months ago (2015-07-15 10:53:18 UTC) #3
Igor Sheludko
https://codereview.chromium.org/1228113003/diff/60001/test/mjsunit/element-read-only.js File test/mjsunit/element-read-only.js (right): https://codereview.chromium.org/1228113003/diff/60001/test/mjsunit/element-read-only.js#newcode38 test/mjsunit/element-read-only.js:38: var proto = {3: 100}; Maybe use something else ...
5 years, 5 months ago (2015-07-15 11:15:11 UTC) #4
Toon Verwaest
Addressed comments, ptal again
5 years, 5 months ago (2015-07-15 11:37:17 UTC) #5
Igor Sheludko
lgtm https://codereview.chromium.org/1228113003/diff/80001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1228113003/diff/80001/src/objects.cc#newcode5624 src/objects.cc:5624: Handle<SeededNumberDictionary> dictionary(object->element_dictionary()); We don't need a handle here.
5 years, 5 months ago (2015-07-15 11:39:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1228113003/100001
5 years, 5 months ago (2015-07-15 11:40:53 UTC) #9
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 5 months ago (2015-07-15 12:06:26 UTC) #10
commit-bot: I haz the power
5 years, 5 months ago (2015-07-15 12:06:45 UTC) #11
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/047b4bfbb463a6227a2725faf2e32af5f167a350
Cr-Commit-Position: refs/heads/master@{#29677}

Powered by Google App Engine
This is Rietveld 408576698