Index: runtime/include/dart_api.h |
=================================================================== |
--- runtime/include/dart_api.h (revision 37402) |
+++ runtime/include/dart_api.h (working copy) |
@@ -2645,6 +2645,13 @@ |
Dart_Handle patch_source); |
+/** |
+ * Indicates that all outstanding load requests have been satisfied, |
+ * finalizing classes and completing deferred library futures. |
siva
2014/06/17 20:43:19
*
* Requires there to be a current isolate.
*
* \r
hausner
2014/06/17 20:55:54
Done.
|
+ */ |
+DART_EXPORT Dart_Handle Dart_FinalizeLoading(); |
+ |
+ |
/* |
* ===== |
* Peers |