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

Unified Diff: pkg/compiler/lib/src/ssa/codegen.dart

Issue 2692303002: Split InterceptorData (Closed)
Patch Set: Created 3 years, 10 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/ssa/codegen.dart
diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
index 3ef7fe7ce4f112c1320066278ba82eaf7e462135..af474568e26708b69253a5502671b1a52729c3e7 100644
--- a/pkg/compiler/lib/src/ssa/codegen.dart
+++ b/pkg/compiler/lib/src/ssa/codegen.dart
@@ -1704,7 +1704,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
var isolate = new js.VariableUse(
backend.namer.globalObjectForLibrary(helpers.interceptorsLibrary));
Selector selector = node.selector;
- js.Name methodName = backend.interceptorData
+ js.Name methodName = backend.oneShotInterceptorData
.registerOneShotInterceptor(selector, backend.namer);
push(js
.propertyCall(isolate, methodName, arguments)
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart ('k') | pkg/compiler/lib/src/ssa/nodes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698