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

Unified Diff: pkg/compiler/lib/src/js_model/closure.dart

Issue 2980913002: Clean up code comments based on the changes in response to sra and johnniwinther's CL comments. (oo… (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | pkg/compiler/lib/src/js_model/closure_visitors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_model/closure.dart
diff --git a/pkg/compiler/lib/src/js_model/closure.dart b/pkg/compiler/lib/src/js_model/closure.dart
index 66973e1ac16e7170679c1da0929152df61a720da..7f103bc1c1c049154fbb5da6771f47e30ea88a15 100644
--- a/pkg/compiler/lib/src/js_model/closure.dart
+++ b/pkg/compiler/lib/src/js_model/closure.dart
@@ -33,9 +33,6 @@ class KernelClosureConversionTask extends ClosureConversionTask<ir.Node> {
final GlobalLocalsMap _globalLocalsMap;
/// Map of the scoping information that corresponds to a particular entity.
- /// This particular map contains ScopeInfos only for entities that are *not*
- /// closures. Entities that are closures are stored in the
- /// [_loopClosureScopeMap]. TODO!!!
Map<Entity, ScopeInfo> _scopeMap = <Entity, ScopeInfo>{};
Map<ir.Statement, LoopClosureScope> _loopClosureScopeMap =
<ir.Statement, LoopClosureScope>{};
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_model/closure_visitors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698