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

Unified Diff: pkg/compiler/lib/src/inferrer/builder.dart

Issue 3008133002: Handle local invoke in inferrer (Closed)
Patch Set: Updated cf. comment Created 3 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 | « no previous file | pkg/compiler/lib/src/inferrer/builder_kernel.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/inferrer/builder.dart
diff --git a/pkg/compiler/lib/src/inferrer/builder.dart b/pkg/compiler/lib/src/inferrer/builder.dart
index 900f45376e5a9c99424617e9af3a4b27bce34854..c5df0f707c1bcd59268b3f3178edb0ce1aafc7ae 100644
--- a/pkg/compiler/lib/src/inferrer/builder.dart
+++ b/pkg/compiler/lib/src/inferrer/builder.dart
@@ -2798,17 +2798,9 @@ class ElementGraphBuilder extends ast.Visitor<TypeInformation>
}
}
- return inferrer.registerCalledSelector(
- callType,
- node,
- selector,
- mask,
- receiverType,
- outermostElement,
- arguments,
- sideEffects,
- inLoop,
- isConditional);
+ return inferrer.registerCalledSelector(callType, node, selector, mask,
+ receiverType, outermostElement, arguments, sideEffects,
+ inLoop: inLoop, isConditional: isConditional);
}
TypeInformation handleDynamicInvoke(ast.Send node) {
« no previous file with comments | « no previous file | pkg/compiler/lib/src/inferrer/builder_kernel.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698