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

Issue 6883200: Strict mode eval declares its locals in its own environment. (Closed)

Created:
9 years, 8 months ago by Martin Maly
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Strict mode eval declares its locals in its own environment. BUG= TEST=strict-mode.js Committed: http://code.google.com/p/v8/source/detail?r=7728

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M src/parser.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/scopes.h View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/strict-mode.js View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Martin Maly
In strict mode eval we declare all locals which in turn will allocate them in ...
9 years, 8 months ago (2011-04-27 21:36:19 UTC) #1
Mads Ager (chromium)
9 years, 8 months ago (2011-04-28 08:26:05 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698