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

Issue 2861017: [Isolates] Make statics from BootstrapperActive to be instance members (Closed)

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

Description

[Isolates] Make statics from BootstrapperActive to be instance members of Bootstrapper. Bootstrapper::IsActive is also instance method now. Landing patch by Maxim.Mossienko with minor style changes. Original review: http://codereview.chromium.org/2813026/show Committed: http://code.google.com/p/v8/source/detail?r=4931

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -67 lines) Patch
M src/arm/codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.h View 3 chunks +21 lines, -18 lines 0 comments Download
M src/bootstrapper.cc View 3 chunks +9 lines, -29 lines 0 comments Download
M src/codegen.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/contexts.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/parser.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/top.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698