| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index 227c84fc31de6b9eaff0aec6d06aba2ff8c44e9e..222ef796900ec1fdef72f4d4ded3ca63cbd1cfd0 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -2819,4 +2819,7 @@ DART_EXPORT Dart_Handle Dart_CreatePrecompiledSnapshot(
|
| uint8_t** instructions_snapshot_buffer,
|
| intptr_t* instructions_snapshot_size);
|
|
|
| +
|
| +DART_EXPORT bool Dart_IsRunningPrecompiledCode();
|
| +
|
| #endif /* INCLUDE_DART_API_H_ */ /* NOLINT */
|
|
|