Index: src/compiler/simplified-operator.h |
diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h |
index 8670b3921d0c3f4639f6578c25cfd3ccb926289d..61053f4d7efebba7febb8313b3402d6a3bd497e5 100644 |
--- a/src/compiler/simplified-operator.h |
+++ b/src/compiler/simplified-operator.h |
@@ -168,6 +168,7 @@ class SimplifiedOperatorBuilder final : public ZoneObject { |
const Operator* ChangeBoolToBit(); |
const Operator* ChangeBitToBool(); |
+ const Operator* ObjectIsCallable(); |
const Operator* ObjectIsNumber(); |
const Operator* ObjectIsReceiver(); |
const Operator* ObjectIsSmi(); |