| Index: runtime/include/dart_native_api.h
|
| diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
|
| index 7dce495814cdfc72835629063709d65cf9f3fa53..74237c170e1bae4f59bd2297ef2ca81c634331b6 100644
|
| --- a/runtime/include/dart_native_api.h
|
| +++ b/runtime/include/dart_native_api.h
|
| @@ -170,4 +170,10 @@ DART_EXPORT bool Dart_CloseNativePort(Dart_Port native_port_id);
|
| */
|
| DART_EXPORT Dart_Handle Dart_CompileAll();
|
|
|
| +/**
|
| + * Parses all loaded functions in the current isolate..
|
| + *
|
| + */
|
| +DART_EXPORT Dart_Handle Dart_ParseAll();
|
| +
|
| #endif /* INCLUDE_DART_NATIVE_API_H_ */ /* NOLINT */
|
|
|