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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart

Issue 50313007: Implement dynamic function checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r30897. Created 7 years 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: dart/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart b/dart/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
index cf261caf706f1b1e45f9edd90f41201d1bb753f6..0095b913e99a322725a838c608c0cd38222d089e 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
@@ -18,6 +18,9 @@ import '../closure.dart' show
import '../dart2jslib.dart' show
CodeBuffer;
+import '../elements/elements.dart' show
+ TypeVariableElement;
+
import '../elements/modelx.dart' show
FunctionElementX;

Powered by Google App Engine
This is Rietveld 408576698