Chromium Code Reviews| Index: runtime/vm/dart_api_impl.h |
| =================================================================== |
| --- runtime/vm/dart_api_impl.h (revision 2184) |
| +++ runtime/vm/dart_api_impl.h (working copy) |
| @@ -62,6 +62,13 @@ |
| Zone zone(__temp_isolate__); \ |
| HANDLESCOPE(__temp_isolate__); |
| + |
| +const char* CheckIsolateState(Isolate *isolate, |
| + bool generating_snapshot = false); |
| + |
| +void SetupErrorResult(Dart_Handle* handle); |
| + |
| + |
| class Api : AllStatic { |
| public: |
| // Creates a new local handle. |