| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 2f5c2d4687f8e08130bf90930d46a5d967166d5e..5ae011618ffe0d64d3d75d72191f27e62ee691fd 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -461,6 +461,7 @@ UnicodeEncoding UnicodeEncodingOf(const Operator* op) {
|
| V(StringCharAt, Operator::kNoProperties, 2, 1) \
|
| V(StringCharCodeAt, Operator::kNoProperties, 2, 1) \
|
| V(StringFromCharCode, Operator::kNoProperties, 1, 0) \
|
| + V(StringIndexOf, Operator::kNoProperties, 3, 0) \
|
| V(PlainPrimitiveToNumber, Operator::kNoProperties, 1, 0) \
|
| V(PlainPrimitiveToWord32, Operator::kNoProperties, 1, 0) \
|
| V(PlainPrimitiveToFloat64, Operator::kNoProperties, 1, 0) \
|
|
|