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

Unified Diff: pkg/fletchc/lib/src/closure_environment.dart

Issue 1170123004: Rename CompiledFunction to FletchFunctionBuilder and CompiledClass to FletchClassBuilder. (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 6 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/fletchc/lib/incremental/library_updater.dart ('k') | pkg/fletchc/lib/src/codegen_visitor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fletchc/lib/src/closure_environment.dart
diff --git a/pkg/fletchc/lib/src/closure_environment.dart b/pkg/fletchc/lib/src/closure_environment.dart
index 07590f3e14bb922ca3fae568289c527d31b561c8..6b9b4ec97c2997c5ca01a3423e0967f3607f684d 100644
--- a/pkg/fletchc/lib/src/closure_environment.dart
+++ b/pkg/fletchc/lib/src/closure_environment.dart
@@ -31,20 +31,6 @@ import 'package:compiler/src/universe/universe.dart';
import 'package:compiler/src/util/util.dart' show Spannable;
import 'package:compiler/src/dart_types.dart';
-import 'fletch_context.dart';
-
-import 'fletch_constants.dart' show
- CompiledFunctionConstant,
- FletchClassConstant;
-
-import '../bytecodes.dart' show
- Bytecode;
-
-import 'compiled_function.dart' show
- CompiledFunction;
-
-import 'fletch_selector.dart';
-
enum CaptureMode {
/**
* If a local is marked [ByValue], the local is read in closures.
« no previous file with comments | « pkg/fletchc/lib/incremental/library_updater.dart ('k') | pkg/fletchc/lib/src/codegen_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698