Index: src/compiler/simplified-lowering.h |
diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h |
index 6b2790c20cb44c71f39076f66947ee02608e98cc..49662a60c697683a8e7e636a6ee1cc32044f8330 100644 |
--- a/src/compiler/simplified-lowering.h |
+++ b/src/compiler/simplified-lowering.h |
@@ -37,6 +37,8 @@ class SimplifiedLowering final { |
void DoStoreBuffer(Node* node); |
void DoLoadElement(Node* node); |
void DoStoreElement(Node* node); |
+ void DoObjectIsNumber(Node* node); |
+ void DoObjectIsSmi(Node* node); |
void DoShift(Node* node, Operator const* op); |
void DoStringEqual(Node* node); |
void DoStringLessThan(Node* node); |