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

Unified Diff: pkg/compiler/lib/src/types/abstract_value_domain.dart

Issue 1689933002: dart2js cps: Do not inline string interpolation helper. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rebase + update test expectations Created 4 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/types/abstract_value_domain.dart
diff --git a/pkg/compiler/lib/src/types/abstract_value_domain.dart b/pkg/compiler/lib/src/types/abstract_value_domain.dart
index 3bf01da1740f0dbdf594a5cb763428ce4fe979fa..73e8ae405e27ebfd07b349c8c99698f59cf3c5d5 100644
--- a/pkg/compiler/lib/src/types/abstract_value_domain.dart
+++ b/pkg/compiler/lib/src/types/abstract_value_domain.dart
@@ -136,6 +136,8 @@ abstract class AbstractValueDomain {
bool isDefinitelyIntercepted(AbstractValue t, {bool allowNull});
+ bool isDefinitelySelfInterceptor(AbstractValue t, {bool allowNull: false});
+
/// Given a class from the interceptor hierarchy, returns an [AbstractValue]
/// matching all values with that interceptor (or a subtype thereof).
AbstractValue getInterceptorSubtypes(ClassElement class_);
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/type_propagation.dart ('k') | tests/compiler/dart2js/cps_ir/expected/basic_1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698