| Index: vm/snapshot.h
|
| ===================================================================
|
| --- vm/snapshot.h (revision 9791)
|
| +++ vm/snapshot.h (working copy)
|
| @@ -21,6 +21,7 @@
|
| class AbstractTypeArguments;
|
| class Array;
|
| class Class;
|
| +class ClassTable;
|
| class GrowableObjectArray;
|
| class Heap;
|
| class Library;
|
| @@ -171,6 +172,7 @@
|
| Isolate* isolate() const { return isolate_; }
|
| Heap* heap() const { return isolate_->heap(); }
|
| ObjectStore* object_store() const { return isolate_->object_store(); }
|
| + ClassTable* class_table() const { return isolate_->class_table(); }
|
| Object* ObjectHandle() { return &obj_; }
|
| String* StringHandle() { return &str_; }
|
| AbstractType* TypeHandle() { return &type_; }
|
|
|