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

Issue 2476001: Current HandleScope moving to Isolate. (Closed)

Created:
10 years, 6 months ago by Dmitry Titov
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Current HandleScope moving to Isolate. This is first part. HandleScopeImplementor is still global. Committed: http://code.google.com/p/v8/source/detail?r=4788

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fixed per review comments, modified tests in test-serialize #

Patch Set 3 : removed unnesessary initializing constand, using existing Initialize() for handle scope data. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -50 lines) Patch
M src/api.cc View 1 6 chunks +7 lines, -11 lines 0 comments Download
M src/apiutils.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/handles.h View 1 3 chunks +18 lines, -12 lines 0 comments Download
M src/handles.cc View 1 4 chunks +24 lines, -18 lines 0 comments Download
M src/handles-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/isolate.h View 1 3 chunks +6 lines, -1 line 0 comments Download
M src/isolate.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-serialize.cc View 4 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dmitry Titov
10 years, 6 months ago (2010-06-01 17:49:54 UTC) #1
Vitaly Repeshko
LGTM http://codereview.chromium.org/2476001/diff/1/2 File src/api.cc (right): http://codereview.chromium.org/2476001/diff/1/2#newcode446 src/api.cc:446: EnsureInitialized("HandleScope::HandleScope"); Please add comment describing why this is ...
10 years, 6 months ago (2010-06-02 08:54:21 UTC) #2
Dmitry Titov
All fixed, and I additionally modified tests in test-serialize. They used the sequence: HandleScope scope; ...
10 years, 6 months ago (2010-06-02 11:40:25 UTC) #3
Vitaly Repeshko
10 years, 6 months ago (2010-06-02 15:04:36 UTC) #4
Still LGTM.

Powered by Google App Engine
This is Rietveld 408576698