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

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

Issue 2975323002: Renamed some scoping classes to make their usage clearer. (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
Index: pkg/compiler/lib/src/ssa/loop_handler.dart
diff --git a/pkg/compiler/lib/src/ssa/loop_handler.dart b/pkg/compiler/lib/src/ssa/loop_handler.dart
index 570a5886689aace345ec1da32420d7d04e6fddca..f13817bae9c7e2dcc2e8d7d10efc5b3a601e909b 100644
--- a/pkg/compiler/lib/src/ssa/loop_handler.dart
+++ b/pkg/compiler/lib/src/ssa/loop_handler.dart
@@ -4,7 +4,7 @@
import 'package:kernel/ast.dart' as ir;
-import '../closure.dart' show LoopClosureScope;
+import '../closure.dart' show CapturedLoopScope;
import '../elements/jumps.dart';
import '../io/source_information.dart';
import '../tree/tree.dart' as ast;
@@ -29,7 +29,7 @@ abstract class LoopHandler<T> {
/// None of the functions must leave anything on the stack.
void handleLoop(
T loop,
- LoopClosureScope loopClosureInfo,
+ CapturedLoopScope loopClosureInfo,
JumpTarget jumpTarget,
void initialize(),
HInstruction condition(),
« no previous file with comments | « pkg/compiler/lib/src/ssa/locals_handler.dart ('k') | tests/compiler/dart2js/serialization/model_test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698