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

Issue 42009: Fix issue 267: Functions now called with global object as receiver. (Closed)

Created:
11 years, 9 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Issue 267: Calls to arguments in eval-tainted function scope uses global object as receiver.

Patch Set 1 #

Patch Set 2 : Now with regression test #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -9 lines) Patch
M src/ast.h View 3 chunks +10 lines, -3 lines 0 comments Download
M src/codegen-arm.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +8 lines, -3 lines 2 comments Download
M src/scopes.cc View 1 chunk +2 lines, -1 line 0 comments Download
A test/mjsunit/regress/regress-267.js View 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
Codereview, please.
11 years, 9 months ago (2009-03-10 12:04:07 UTC) #1
Mads Ager (chromium)
LGTM
11 years, 9 months ago (2009-03-10 12:09:00 UTC) #2
Kevin Millikin (Chromium)
http://codereview.chromium.org/42009/diff/10/13 File src/codegen-ia32.cc (right): http://codereview.chromium.org/42009/diff/10/13#newcode3920 Line 3920: frame_->SpillAll(); I know it's not your code, but ...
11 years, 9 months ago (2009-03-10 12:10:10 UTC) #3
Lasse Reichstein
11 years, 9 months ago (2009-03-10 12:21:08 UTC) #4
http://codereview.chromium.org/42009/diff/10/13
File src/codegen-ia32.cc (right):

http://codereview.chromium.org/42009/diff/10/13#newcode3920
Line 3920: frame_->SpillAll();
Done.

Powered by Google App Engine
This is Rietveld 408576698