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

Issue 22901010: Fix scoping of function declarations in eval inside non-trivial local scope (Closed)

Created:
7 years, 4 months ago by rossberg
Modified:
7 years, 4 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix scoping of function declarations in eval inside non-trivial local scope R=mstarzinger@chromium.org BUG=v8:2594 Committed: http://code.google.com/p/v8/source/detail?r=16286

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -25 lines) Patch
M src/parser.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/parser.cc View 1 4 chunks +34 lines, -3 lines 0 comments Download
M src/scopes.cc View 1 chunk +16 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-2594.js View 1 chunk +72 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
7 years, 4 months ago (2013-08-20 16:36:14 UTC) #1
Michael Starzinger
LGTM with comments. https://codereview.chromium.org/22901010/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/22901010/diff/1/src/parser.cc#newcode544 src/parser.cc:544: top_scope_(NULL), Missing initialization of original_scope_(NULL) here. ...
7 years, 4 months ago (2013-08-23 08:56:30 UTC) #2
rossberg
https://codereview.chromium.org/22901010/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/22901010/diff/1/src/parser.cc#newcode544 src/parser.cc:544: top_scope_(NULL), On 2013/08/23 08:56:30, Michael Starzinger wrote: > Missing ...
7 years, 4 months ago (2013-08-23 09:09:21 UTC) #3
rossberg
7 years, 4 months ago (2013-08-23 09:25:52 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r16286 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698