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

Issue 6475009: Fix a duplicate AST ID recorded for for/in. (Closed)

Created:
9 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix a duplicate AST ID recorded for for/in. Avoid visiting the subexpressions of a variable that rewrites to a property when occurring as the 'left-hand side' of for/in. BUG=v8:1149 Committed: http://code.google.com/p/v8/source/detail?r=6772

Patch Set 1 #

Patch Set 2 : Uploaded x64 and ARM versions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -13 lines) Patch
M src/arm/full-codegen-arm.cc View 1 1 chunk +14 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +14 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 1 chunk +15 lines, -5 lines 0 comments Download
A test/mjsunit/regress/regress-1149.js View 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-14 12:09:53 UTC) #1
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-14 12:44:24 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698