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

Unified Diff: pkg/kernel/lib/ast.dart

Issue 2790093002: Hacky streaming of VariableGet (Closed)
Patch Set: Created 3 years, 9 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: pkg/kernel/lib/ast.dart
diff --git a/pkg/kernel/lib/ast.dart b/pkg/kernel/lib/ast.dart
index a27c198a9326d3d6d21fcbdd261217bed35c2d67..164843a82c03c203309e6947808b3a263c18308b 100644
--- a/pkg/kernel/lib/ast.dart
+++ b/pkg/kernel/lib/ast.dart
@@ -3458,6 +3458,7 @@ class VariableDeclaration extends Statement {
String name;
int flags = 0;
DartType type; // Not null, defaults to dynamic.
+ int tempOffset;
Kevin Millikin (Google) 2017/04/05 08:59:57 Name should be something like binaryOffset. Comme
/// For locals, this is the initial value.
/// For parameters, this is the default value.

Powered by Google App Engine
This is Rietveld 408576698