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

Unified Diff: runtime/include/dart_api.h

Issue 10867032: Beginning support for library prefixes in the dart API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cut down to what I actually need at this point. Created 8 years, 4 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
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 0b3f0e30c2c0e820c5d8e3c116f21c0ecce0bb87..70561680ccc0229602e95eaeb33b0a87af47a97d 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -2538,6 +2538,7 @@ DART_EXPORT Dart_Handle Dart_CompileAll();
*/
DART_EXPORT bool Dart_IsLibrary(Dart_Handle object);
Ivan Posva 2012/08/27 23:55:00 ?
Mads Ager (google) 2012/08/28 05:58:31 Done.
+
/**
* Lookup a class or interface by name from a Library.
*
@@ -2580,7 +2581,8 @@ DART_EXPORT Dart_Handle Dart_LoadLibrary(Dart_Handle url,
DART_EXPORT Dart_Handle Dart_LibraryImportLibrary(Dart_Handle library,
- Dart_Handle import);
+ Dart_Handle import,
+ Dart_Handle prefix);
/**
* Loads a source string into a library.

Powered by Google App Engine
This is Rietveld 408576698