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

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

Issue 11973006: Private libraries used. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: 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 5ac5b193c31a6cf36a65f387902389807369f48a..57df4ab9c62a087e5046f69f325d8f3c462c8724 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/interceptors.dart
@@ -5,6 +5,25 @@
library _interceptors;
import 'dart:collection';
+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';

Powered by Google App Engine
This is Rietveld 408576698