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

Unified Diff: src/type-info.cc

Issue 2639883002: [turbofan] Add Receiver feedback for abstract/strict equality. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « src/type-hints.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-info.cc
diff --git a/src/type-info.cc b/src/type-info.cc
index d1a89c3aeb7d3ccb153bd920a2ce5eccfe64a13e..f0e4b336a046af19d1e285f5a745ea19bbc2dd84 100644
--- a/src/type-info.cc
+++ b/src/type-info.cc
@@ -207,6 +207,8 @@ AstType* CompareOpHintToType(CompareOperationHint hint) {
return AstType::InternalizedString();
case CompareOperationHint::kString:
return AstType::String();
+ case CompareOperationHint::kReceiver:
+ return AstType::Receiver();
case CompareOperationHint::kAny:
return AstType::Any();
}
« no previous file with comments | « src/type-hints.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698