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

Unified Diff: pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart

Issue 2642063003: Use entities in class_stub_generator. (Closed)
Patch Set: Created 3 years, 11 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/js_emitter/runtime_type_generator.dart
diff --git a/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart b/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart
index ecb0ede8f76736b1bb640c7ef77debc75673cbcd..6d4066e14875fd93b59a43ebffeee3d8902f3340 100644
--- a/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart
+++ b/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart
@@ -4,35 +4,31 @@
library dart2js.js_emitter.runtime_type_generator;
-import '../closure.dart'
- show ClosureClassMap, ClosureFieldElement;
+import '../closure.dart' show ClosureClassMap, ClosureFieldElement;
import '../common.dart';
import '../common/names.dart' show Identifiers;
import '../compiler.dart' show Compiler;
import '../core_types.dart' show CommonElements;
import '../elements/resolution_types.dart'
- show
- ResolutionDartType,
- ResolutionFunctionType,
- ResolutionTypeVariableType;
+ show ResolutionDartType, ResolutionFunctionType, ResolutionTypeVariableType;
import '../elements/elements.dart'
show
- ClassElement,
- Element,
- FunctionElement,
- MixinApplicationElement,
- TypeVariableElement;
+ ClassElement,
+ Element,
+ FunctionElement,
+ MixinApplicationElement,
+ TypeVariableElement;
import '../js/js.dart' as jsAst;
import '../js/js.dart' show js;
import '../js_backend/js_backend.dart'
show
- JavaScriptBackend,
- Namer,
- RuntimeTypes,
- RuntimeTypesEncoder,
- Substitution,
- TypeCheck,
- TypeChecks;
+ JavaScriptBackend,
+ Namer,
+ RuntimeTypes,
+ RuntimeTypesEncoder,
+ Substitution,
+ TypeCheck,
+ TypeChecks;
import '../util/util.dart' show Setlet;
import 'code_emitter_task.dart' show CodeEmitterTask;

Powered by Google App Engine
This is Rietveld 408576698