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

Issue 639243003: Support for super assignments in for..in. (Closed)

Created:
6 years, 2 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 2 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Support for super assignments in for..in. R=ishell@chromium.org, arv@chromium.org BUG=v8:3330 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=24560

Patch Set 1 #

Patch Set 2 : Platform ports #

Patch Set 3 : stray edit in ia32 removed #

Total comments: 10

Patch Set 4 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -36 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 3 2 chunks +37 lines, -9 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 2 chunks +37 lines, -9 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 2 chunks +37 lines, -9 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 2 chunks +37 lines, -9 lines 0 comments Download
M test/mjsunit/harmony/super.js View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Dmitry Lomov (no reviews)
One missing case for assignment. PTAL, no platform ports yet.
6 years, 2 months ago (2014-10-09 14:50:44 UTC) #1
Dmitry Lomov (no reviews)
Now with platform ports.
6 years, 2 months ago (2014-10-09 15:22:55 UTC) #2
Igor Sheludko
lgtm with notes: https://codereview.chromium.org/639243003/diff/50001/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/639243003/diff/50001/src/arm/full-codegen-arm.cc#newcode2545 src/arm/full-codegen-arm.cc:2545: __ ldr(scratch2, MemOperand(sp, kPointerSize)); // value ...
6 years, 2 months ago (2014-10-13 11:39:08 UTC) #3
Dmitry Lomov (no reviews)
Comments addressed, landing. https://codereview.chromium.org/639243003/diff/50001/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/639243003/diff/50001/src/arm/full-codegen-arm.cc#newcode2545 src/arm/full-codegen-arm.cc:2545: __ ldr(scratch2, MemOperand(sp, kPointerSize)); // value ...
6 years, 2 months ago (2014-10-13 12:39:51 UTC) #4
Dmitry Lomov (no reviews)
Committed patchset #4 (id:140001) manually as 24560 (presubmit successful).
6 years, 2 months ago (2014-10-13 12:46:57 UTC) #5
arv (Not doing code reviews)
6 years, 2 months ago (2014-10-14 15:33:53 UTC) #6
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698