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

Unified Diff: pkg/compiler/lib/src/kernel/element_map.dart

Issue 2995113002: Share locals between members (Closed)
Patch Set: Created 3 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: pkg/compiler/lib/src/kernel/element_map.dart
diff --git a/pkg/compiler/lib/src/kernel/element_map.dart b/pkg/compiler/lib/src/kernel/element_map.dart
index f1fc72519504c4e22288173c50bd9ac565e9524e..b4a1876c0f9c716d27cc9c15e7464b229e0f3316 100644
--- a/pkg/compiler/lib/src/kernel/element_map.dart
+++ b/pkg/compiler/lib/src/kernel/element_map.dart
@@ -389,8 +389,7 @@ abstract class KernelToLocalsMap {
/// variables involved with a closure class.
// TODO(efortuna, johnniwinther): convey this information without a boolean
// parameter.
- Local getLocalVariable(ir.VariableDeclaration node,
- {bool isClosureCallMethod = false});
+ Local getLocalVariable(ir.VariableDeclaration node);
/// Returns the [Local] corresponding to the [node]. The node must be either
/// a [ir.FunctionDeclaration] or [ir.FunctionExpression].

Powered by Google App Engine
This is Rietveld 408576698