| Index: src/compiler/simplified-operator.h
|
| diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h
|
| index 10918b8551e54d584a1f07617a38d5d0fb608da8..ee6b8930b9a890e9968f32e7b55c964de802aa8b 100644
|
| --- a/src/compiler/simplified-operator.h
|
| +++ b/src/compiler/simplified-operator.h
|
| @@ -166,6 +166,7 @@ class SimplifiedOperatorBuilder final : public ZoneObject {
|
| const Operator* ChangeBoolToBit();
|
| const Operator* ChangeBitToBool();
|
|
|
| + const Operator* ObjectIsNumber();
|
| const Operator* ObjectIsSmi();
|
|
|
| const Operator* Allocate(PretenureFlag pretenure = NOT_TENURED);
|
|
|