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

Issue 7189007: Reinitialize the arguments object in d8 when renewing the evaluation context (fixes issue 1477). (Closed)

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

Description

Reinitialize the arguments object in d8 when renewing the evaluation context (fixes issue 1477). Committed: http://code.google.com/p/v8/source/detail?r=8312

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -13 lines) Patch
M src/d8.cc View 1 2 chunks +14 lines, -13 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Rico
9 years, 6 months ago (2011-06-16 08:05:32 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/7189007/diff/1/src/d8.cc File src/d8.cc (right): http://codereview.chromium.org/7189007/diff/1/src/d8.cc#newcode653 src/d8.cc:653: Context::Scope utility_scope(utility_context_); Isn't this code now repeated twice ...
9 years, 6 months ago (2011-06-16 08:22:20 UTC) #2
Rico
9 years, 6 months ago (2011-06-16 08:35:18 UTC) #3
http://codereview.chromium.org/7189007/diff/1/src/d8.cc
File src/d8.cc (right):

http://codereview.chromium.org/7189007/diff/1/src/d8.cc#newcode653
src/d8.cc:653: Context::Scope utility_scope(utility_context_);
On 2011/06/16 08:22:20, Søren Gjesse wrote:
> Isn't this code now repeated twice (also in Shell::Initialize())? Please
> refactor into a function.
As discussed offline, the other place where this is used has no effect
whatsoever, so I removed that instead.

Powered by Google App Engine
This is Rietveld 408576698