Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Unified Diff: runtime/include/dart_api.h

Issue 1965823002: Initial isolate reload support (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/lib/developer.cc » ('j') | runtime/vm/become.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index c7390e7f084cce5c9f4fcdeb4c09e4b329e8002a..bc8c474ddc275e2963a38b7eec41b81752fc5149 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -2658,7 +2658,8 @@ DART_EXPORT Dart_Handle Dart_SetNativeResolver(
typedef enum {
Dart_kImportTag = 0,
Dart_kSourceTag,
- Dart_kCanonicalizeUrl
+ Dart_kCanonicalizeUrl,
+ Dart_kScriptTag,
} Dart_LibraryTag;
/* TODO(turnidge): Document. */
« no previous file with comments | « no previous file | runtime/lib/developer.cc » ('j') | runtime/vm/become.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698