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

Unified Diff: pkg/compiler/lib/src/ssa/graph_builder.dart

Issue 2610903004: Implement async/await/yield and async for-in (Closed)
Patch Set: dartfmt Created 3 years, 11 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 | « pkg/compiler/lib/src/ssa/builder_kernel.dart ('k') | pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/graph_builder.dart
diff --git a/pkg/compiler/lib/src/ssa/graph_builder.dart b/pkg/compiler/lib/src/ssa/graph_builder.dart
index 8948546d14300a70abb9800e664b38ee9c95967b..9c5fd2c392737577649067c0e7812587f7a41656 100644
--- a/pkg/compiler/lib/src/ssa/graph_builder.dart
+++ b/pkg/compiler/lib/src/ssa/graph_builder.dart
@@ -35,12 +35,12 @@ abstract class GraphBuilder {
/// A reference to the compiler.
Compiler compiler;
- /// The JavaScript backend we are targeting in this compilation.
- JavaScriptBackend get backend;
-
/// The tree elements for the element being built into an SSA graph.
TreeElements get elements;
+ /// The JavaScript backend we are targeting in this compilation.
+ JavaScriptBackend get backend;
+
CodegenRegistry get registry;
ClosedWorld get closedWorld;
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder_kernel.dart ('k') | pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698