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

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

Issue 1384523003: Refactor resolution of foreign calls. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/common/backend_api.dart ('k') | pkg/compiler/lib/src/js_backend/backend.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/enqueue.dart
diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
index b6ecbad9884fb387743da9227aeb1261d1208ae4..17077a59dda8765ec8d8a2730124014051723ed2 100644
--- a/pkg/compiler/lib/src/enqueue.dart
+++ b/pkg/compiler/lib/src/enqueue.dart
@@ -902,18 +902,6 @@ class ResolutionEnqueuer extends Enqueuer {
}
}
- void registerJsCall(Send node, ResolverVisitor resolver) {
- nativeEnqueuer.registerJsCall(node, resolver);
- }
-
- void registerJsEmbeddedGlobalCall(Send node, ResolverVisitor resolver) {
- nativeEnqueuer.registerJsEmbeddedGlobalCall(node, resolver);
- }
-
- void registerJsBuiltinCall(Send node, ResolverVisitor resolver) {
- nativeEnqueuer.registerJsBuiltinCall(node, resolver);
- }
-
void _logSpecificSummary(log(message)) {
log('Resolved ${resolvedElements.length} elements.');
}
« no previous file with comments | « pkg/compiler/lib/src/common/backend_api.dart ('k') | pkg/compiler/lib/src/js_backend/backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698