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

Unified Diff: src/compiler/effect-control-linearizer.h

Issue 1912743002: [turbofan] Properly wire ObjectIs<Type> diamonds. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@SimplifiedLowering
Patch Set: Fixes Created 4 years, 8 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 | src/compiler/effect-control-linearizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/effect-control-linearizer.h
diff --git a/src/compiler/effect-control-linearizer.h b/src/compiler/effect-control-linearizer.h
index 559d25d1a04c1a64c6e8ecf0148d763156e78e42..4184945645567c96ea4d2e5bc7a7e631abce72cd 100644
--- a/src/compiler/effect-control-linearizer.h
+++ b/src/compiler/effect-control-linearizer.h
@@ -47,6 +47,16 @@ class EffectControlLinearizer {
Node* control);
ValueEffectControl LowerChangeFloat64ToTagged(Node* node, Node* effect,
Node* control);
+ ValueEffectControl LowerObjectIsCallable(Node* node, Node* effect,
+ Node* control);
+ ValueEffectControl LowerObjectIsNumber(Node* node, Node* effect,
+ Node* control);
+ ValueEffectControl LowerObjectIsReceiver(Node* node, Node* effect,
+ Node* control);
+ ValueEffectControl LowerObjectIsString(Node* node, Node* effect,
+ Node* control);
+ ValueEffectControl LowerObjectIsUndetectable(Node* node, Node* effect,
+ Node* control);
ValueEffectControl AllocateHeapNumberWithValue(Node* node, Node* effect,
Node* control);
« no previous file with comments | « no previous file | src/compiler/effect-control-linearizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698