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

Unified Diff: runtime/vm/symbols.h

Issue 1287673002: Don't delay values and errors from async/await functions. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update comment. Created 5 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
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/lib/async/async_await_sync_completer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 4f2c72cdb1cba7c1b3617577679b3caafbb0c4d4..0ffa890a779963e3e37ade528fb1616197584bf6 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -119,7 +119,7 @@ class ObjectPointerVisitor;
V(Completer, "Completer") \
V(CompleterComplete, "complete") \
V(CompleterCompleteError, "completeError") \
- V(CompleterConstructor, "Completer.") \
+ V(CompleterSyncConstructor, "Completer.sync") \
V(CompleterFuture, "future") \
V(StreamIterator, "StreamIterator") \
V(StreamIteratorConstructor, "StreamIterator.") \
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/lib/async/async_await_sync_completer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698