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

Issue 1037273002: Ensure object literal element boilerplates aren't modified. (Closed)

Created:
5 years, 9 months ago by mvstanton
Modified:
5 years, 8 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

Ensure object literal element boilerplates aren't modified. A bug allows JSObject literals with elements to have the elements in the boilerplate modified. BUG=466993 LOG=N Committed: https://crrev.com/7c347c545e33d279b5aa476e754a5358201be846 Cr-Commit-Position: refs/heads/master@{#27511}

Patch Set 1 #

Patch Set 2 : Ports. #

Patch Set 3 : Regression test. #

Patch Set 4 : Missed a line in hydrogen.cc #

Total comments: 2

Patch Set 5 : Added comment and REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -149 lines) Patch
M src/arm/full-codegen-arm.cc View 1 5 chunks +10 lines, -23 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 5 chunks +10 lines, -27 lines 0 comments Download
M src/ast.h View 1 6 chunks +20 lines, -4 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/full-codegen.cc View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 2 chunks +2 lines, -11 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 6 chunks +11 lines, -27 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 5 chunks +9 lines, -27 lines 0 comments Download
M src/runtime/runtime-literals.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 6 chunks +9 lines, -26 lines 0 comments Download
A test/mjsunit/regress/regress-466993.js View 1 2 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
mvstanton
Hi Toon, This is a pretty simple fix, but I couldn't resist getting rid of ...
5 years, 9 months ago (2015-03-27 14:23:56 UTC) #2
Toon Verwaest
very nice cleanup, lgtm https://codereview.chromium.org/1037273002/diff/60001/src/full-codegen.cc File src/full-codegen.cc (right): https://codereview.chromium.org/1037273002/diff/60001/src/full-codegen.cc#newcode423 src/full-codegen.cc:423: expr->has_elements() || Add a comment ...
5 years, 8 months ago (2015-03-30 08:42:20 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1037273002/80001
5 years, 8 months ago (2015-03-30 08:58:51 UTC) #6
mvstanton
Thx, added comment, checkin' in. https://codereview.chromium.org/1037273002/diff/60001/src/full-codegen.cc File src/full-codegen.cc (right): https://codereview.chromium.org/1037273002/diff/60001/src/full-codegen.cc#newcode423 src/full-codegen.cc:423: expr->has_elements() || On 2015/03/30 ...
5 years, 8 months ago (2015-03-30 08:59:38 UTC) #7
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-03-30 09:20:03 UTC) #8
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/7c347c545e33d279b5aa476e754a5358201be846 Cr-Commit-Position: refs/heads/master@{#27511}
5 years, 8 months ago (2015-03-30 09:20:19 UTC) #9
Jakob Kummerow
5 years, 8 months ago (2015-04-19 10:56:36 UTC) #10
Message was sent while issue was closed.
Late DBC: If you explicitly spell out the bug's project as
"BUG=chromium:466993", you'll get a bugdroid comment on the bug when the CL
lands ;-)

Powered by Google App Engine
This is Rietveld 408576698