Index: runtime/vm/isolate.h |
=================================================================== |
--- runtime/vm/isolate.h (revision 39573) |
+++ runtime/vm/isolate.h (working copy) |
@@ -120,6 +120,8 @@ |
static Isolate* Init(const char* name_prefix); |
void Shutdown(); |
+ Isolate* ShallowCopy(); |
+ |
// Register a newly introduced class. |
void RegisterClass(const Class& cls); |
void RegisterClassAt(intptr_t index, const Class& cls); |
@@ -602,6 +604,7 @@ |
private: |
Isolate(); |
+ explicit Isolate(Isolate* original); |
void BuildName(const char* name_prefix); |
void PrintInvokedFunctions(); |