| Index: runtime/vm/snapshot.h
|
| ===================================================================
|
| --- runtime/vm/snapshot.h (revision 21696)
|
| +++ runtime/vm/snapshot.h (working copy)
|
| @@ -505,6 +505,7 @@
|
| RawAbstractTypeArguments* type_arguments,
|
| RawObject* data[]);
|
| void CheckIfSerializable(RawClass* cls);
|
| + void SetWriteException(Exceptions::ExceptionType type, const char* msg);
|
| void WriteInstance(intptr_t object_id,
|
| RawObject* raw,
|
| RawClass* cls,
|
| @@ -531,6 +532,7 @@
|
| friend class RawLibrary;
|
| friend class RawLiteralToken;
|
| friend class RawScript;
|
| + friend class RawStacktrace;
|
| friend class RawTokenStream;
|
| friend class RawTypeArguments;
|
| friend class SnapshotWriterVisitor;
|
|
|