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

Issue 8118032: Fix load of potentially eval-shadowed let bindings. (Closed)

Created:
9 years, 2 months ago by Steven
Modified:
9 years, 2 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Fix load of potentially eval-shadowed let bindings. BUG= TEST=test/mjsunit/harmony/block-let-semantics.js Committed: http://code.google.com/p/v8/source/detail?r=9541

Patch Set 1 #

Patch Set 2 : Fix test case. #

Patch Set 3 : Port to arm and x64. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -7 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 1 chunk +10 lines, -2 lines 1 comment Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 1 chunk +8 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/block-let-semantics.js View 1 2 chunks +24 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Steven
PTAL.
9 years, 2 months ago (2011-10-04 12:39:49 UTC) #1
rossberg
lgtm
9 years, 2 months ago (2011-10-05 14:09:51 UTC) #2
rossberg
9 years, 2 months ago (2011-10-06 13:34:03 UTC) #3
lgtm

http://codereview.chromium.org/8118032/diff/5001/src/arm/full-codegen-arm.cc
File src/arm/full-codegen-arm.cc (right):

http://codereview.chromium.org/8118032/diff/5001/src/arm/full-codegen-arm.cc#...
src/arm/full-codegen-arm.cc:1233: } else {  // Variable::LE
Typo

Powered by Google App Engine
This is Rietveld 408576698