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

Issue 7399023: Pass isolate to AST ID functions. (Closed)

Created:
9 years, 5 months ago by Vitaly Repeshko
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Pass isolate to AST ID functions. R=ager@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=8678

Patch Set 1 #

Total comments: 1

Patch Set 2 : A bit less ugly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -211 lines) Patch
M src/ast.h View 38 chunks +134 lines, -66 lines 0 comments Download
M src/ast.cc View 7 chunks +40 lines, -28 lines 0 comments Download
M src/ast-inl.h View 1 chunk +32 lines, -24 lines 0 comments Download
M src/parser.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/parser.cc View 1 52 chunks +106 lines, -78 lines 0 comments Download
M src/rewriter.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M src/scopes.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/scopes.cc View 1 6 chunks +8 lines, -10 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
9 years, 5 months ago (2011-07-18 16:37:27 UTC) #1
Mads Ager (chromium)
9 years, 5 months ago (2011-07-18 16:44:10 UTC) #2
LGTM(isolate())

http://codereview.chromium.org/7399023/diff/1/src/parser.cc
File src/parser.cc (right):

http://codereview.chromium.org/7399023/diff/1/src/parser.cc#newcode4139
src/parser.cc:4139: new(zone()) CallRuntime(isolate(),
Whoa! Can we pull out the CallRuntime construction and name that?

Powered by Google App Engine
This is Rietveld 408576698