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

Unified Diff: src/isolate.h

Issue 2803903002: Revert of [snapshot] Move builtins generation into mksnapshot (Closed)
Patch Set: rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/interpreter/setup-interpreter-internal.cc ('k') | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 7b114d088b3e91c978ca7d04608156c735ed1764..29d63ce047af6136605ba62118069f96f2996096 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -26,8 +26,6 @@
#include "src/runtime/runtime.h"
#include "src/zone/zone.h"
-class TestIsolate;
-
namespace v8 {
namespace base {
@@ -80,7 +78,6 @@ class OptimizingCompileDispatcher;
class RegExpStack;
class RuntimeProfiler;
class SaveContext;
-class SetupIsolateDelegate;
class StatsTable;
class StringTracker;
class StubCache;
@@ -1434,7 +1431,6 @@ class Isolate {
ThreadManager* thread_manager_;
RuntimeState runtime_state_;
Builtins builtins_;
- SetupIsolateDelegate* setup_delegate_;
unibrow::Mapping<unibrow::Ecma262UnCanonicalize> jsregexp_uncanonicalize_;
unibrow::Mapping<unibrow::CanonicalizationRange> jsregexp_canonrange_;
unibrow::Mapping<unibrow::Ecma262Canonicalize>
@@ -1575,7 +1571,6 @@ class Isolate {
friend class v8::Locker;
friend class v8::Unlocker;
friend class v8::SnapshotCreator;
- friend class ::TestIsolate;
friend v8::StartupData v8::V8::CreateSnapshotDataBlob(const char*);
friend v8::StartupData v8::V8::WarmUpSnapshotDataBlob(v8::StartupData,
const char*);
« no previous file with comments | « src/interpreter/setup-interpreter-internal.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698