Index: sdk/lib/_internal/compiler/implementation/lib/interceptors.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart b/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart |
index a600532303ca557b1b3a912cf6d1cc9ac55852f6..2eae4fb06df8a5a8144981bf052781f905f086b4 100644 |
--- a/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart |
+++ b/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart |
@@ -6,6 +6,25 @@ library _interceptors; |
import 'dart:collection'; |
import 'dart:collection-dev'; |
+import 'dart:_js_helper' show allMatchesInStringUnchecked, |
+ Null, |
+ JSSyntaxRegExp, |
+ Primitives, |
+ checkGrowable, |
+ checkMutable, |
+ checkNull, |
+ checkNum, |
+ checkString, |
+ getRuntimeTypeString, |
+ listInsertRange, |
+ regExpGetNative, |
+ stringContainsUnchecked, |
+ stringLastIndexOfUnchecked, |
+ stringReplaceAllFuncUnchecked, |
+ stringReplaceAllUnchecked, |
+ stringReplaceFirstUnchecked, |
+ TypeImpl; |
+import 'dart:_foreign_helper' show JS; |
part 'js_array.dart'; |
part 'js_number.dart'; |