| Index: src/compiler/simplified-operator.h
|
| diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h
|
| index 6ac09ff62fd5e18741df54694089b4746e12ac4f..fb7b2d34b7f1e1e081ae7dd469d147aa679c44db 100644
|
| --- a/src/compiler/simplified-operator.h
|
| +++ b/src/compiler/simplified-operator.h
|
| @@ -172,6 +172,10 @@ class SimplifiedOperatorBuilder final : public ZoneObject {
|
| const Operator* StringFromCharCode();
|
| const Operator* StringToNumber();
|
|
|
| + const Operator* PlainPrimitiveToNumber();
|
| + const Operator* PlainPrimitiveToWord32();
|
| + const Operator* PlainPrimitiveToFloat64();
|
| +
|
| const Operator* ChangeTaggedSignedToInt32();
|
| const Operator* ChangeTaggedToInt32();
|
| const Operator* ChangeTaggedToUint32();
|
|
|