Index: runtime/vm/dart_api_impl.cc |
diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc |
index a61715bf5d0a573b253b6e85b330e6dd4f4874c3..fbc556009ce069c69d91eb64f20ec20f3c58b30f 100644 |
--- a/runtime/vm/dart_api_impl.cc |
+++ b/runtime/vm/dart_api_impl.cc |
@@ -5970,4 +5970,9 @@ DART_EXPORT Dart_Handle Dart_CreatePrecompiledSnapshot( |
return Api::Success(); |
} |
+ |
+DART_EXPORT bool Dart_IsRunningPrecompiledCode() { |
+ return Dart::IsRunningPrecompiledCode(); |
+} |
+ |
} // namespace dart |