| Index: vm/raw_object_snapshot.cc
|
| ===================================================================
|
| --- vm/raw_object_snapshot.cc (revision 11004)
|
| +++ vm/raw_object_snapshot.cc (working copy)
|
| @@ -1146,7 +1146,7 @@
|
| intptr_t object_id,
|
| intptr_t tags,
|
| Snapshot::Kind kind) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| return ApiError::null();
|
| }
|
|
|
| @@ -1154,7 +1154,7 @@
|
| void RawApiError::WriteTo(SnapshotWriter* writer,
|
| intptr_t object_id,
|
| Snapshot::Kind kind) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| }
|
|
|
|
|
| @@ -1162,7 +1162,7 @@
|
| intptr_t object_id,
|
| intptr_t tags,
|
| Snapshot::Kind kind) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| return LanguageError::null();
|
| }
|
|
|
| @@ -1170,7 +1170,7 @@
|
| void RawLanguageError::WriteTo(SnapshotWriter* writer,
|
| intptr_t object_id,
|
| Snapshot::Kind kind) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| }
|
|
|
|
|
| @@ -1178,7 +1178,7 @@
|
| intptr_t object_id,
|
| intptr_t tags,
|
| Snapshot::Kind kind) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| return UnhandledException::null();
|
| }
|
|
|
| @@ -1186,7 +1186,7 @@
|
| void RawUnhandledException::WriteTo(SnapshotWriter* writer,
|
| intptr_t object_id,
|
| Snapshot::Kind kind) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| }
|
|
|
|
|
| @@ -1194,7 +1194,7 @@
|
| intptr_t object_id,
|
| intptr_t tags,
|
| Snapshot::Kind kind) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| return UnwindError::null();
|
| }
|
|
|
| @@ -1202,7 +1202,7 @@
|
| void RawUnwindError::WriteTo(SnapshotWriter* writer,
|
| intptr_t object_id,
|
| Snapshot::Kind kind) {
|
| - UNIMPLEMENTED();
|
| + UNREACHABLE();
|
| }
|
|
|
|
|
|
|