| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index 2c8af8d8cf48eaed7354e76b73b5e7b8d09fb203..d84e1f45336f4aba07ebcdfa07f3a44481002d8e 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -401,6 +401,7 @@ UnicodeEncoding UnicodeEncodingOf(const Operator* op) {
|
| V(NumberToUint32, Operator::kNoProperties, 1, 0) \
|
| V(NumberToUint8Clamped, Operator::kNoProperties, 1, 0) \
|
| V(NumberSilenceNaN, Operator::kNoProperties, 1, 0) \
|
| + V(StringCharAt, Operator::kNoProperties, 2, 1) \
|
| V(StringCharCodeAt, Operator::kNoProperties, 2, 1) \
|
| V(StringFromCharCode, Operator::kNoProperties, 1, 0) \
|
| V(PlainPrimitiveToNumber, Operator::kNoProperties, 1, 0) \
|
|
|