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

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

Issue 1284673003: Move dart2jslib parts into separate libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix try. Created 5 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
« no previous file with comments | « pkg/compiler/lib/src/serialization/task.dart ('k') | pkg/compiler/lib/src/string_validator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/ssa.dart
diff --git a/pkg/compiler/lib/src/ssa/ssa.dart b/pkg/compiler/lib/src/ssa/ssa.dart
index c1d4dac3fb80a70ecee79d199e45a4d43e6dc547..0c77b28eb6bb42c48b75f717f874d5e2e9da9e57 100644
--- a/pkg/compiler/lib/src/ssa/ssa.dart
+++ b/pkg/compiler/lib/src/ssa/ssa.dart
@@ -6,6 +6,8 @@ library ssa;
import 'dart:collection';
+import 'package:js_runtime/shared/embedded_names.dart';
+
import '../closure.dart';
import '../constant_system_dart.dart';
import '../constants/constant_system.dart';
@@ -18,21 +20,27 @@ import '../elements/modelx.dart'
show ElementX,
VariableElementX,
ConstructorBodyElementX;
-
import '../io/source_information.dart';
import '../js/js.dart' as js;
import '../js_backend/js_backend.dart';
-import '../js_emitter/js_emitter.dart' show CodeEmitterTask, NativeEmitter;
+import '../js_emitter/js_emitter.dart' show
+ CodeEmitterTask,
+ NativeEmitter;
+import '../messages.dart';
import '../native/native.dart' as native;
import '../resolution/operators.dart';
+import '../resolution/resolution.dart' show
+ TreeElements;
import '../resolution/semantic_visitor.dart';
import '../tree/tree.dart' as ast;
import '../types/types.dart';
-import '../types/constants.dart' show computeTypeMask;
+import '../types/constants.dart' show
+ computeTypeMask;
import '../universe/universe.dart';
import '../util/util.dart';
-import '../js/rewrite_async.dart';
-import 'package:js_runtime/shared/embedded_names.dart';
+import '../world.dart' show
+ ClassWorld,
+ World;
part 'builder.dart';
part 'codegen.dart';
« no previous file with comments | « pkg/compiler/lib/src/serialization/task.dart ('k') | pkg/compiler/lib/src/string_validator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698