| Index: runtime/include/dart_api.h
|
| ===================================================================
|
| --- runtime/include/dart_api.h (revision 43426)
|
| +++ runtime/include/dart_api.h (working copy)
|
| @@ -977,6 +977,13 @@
|
| * "pure" dart isolate. Implement and document. */
|
|
|
| /**
|
| + * Enables/Disables assertion and type-checking for the current Isolate.
|
| + *
|
| + * Requires there to be a current isolate.
|
| + */
|
| +DART_EXPORT void Dart_IsolateSetCheckedMode(bool value);
|
| +
|
| +/**
|
| * Creates a full snapshot of the current isolate heap.
|
| *
|
| * A full snapshot is a compact representation of the dart heap state and
|
|
|