| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 373be2ecbf98257259f382d57fc5c9add5339051..0f4bb9942b9bf95d1c8b301b76088ee00cbc79e5 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -647,7 +647,9 @@ namespace internal {
|
| F(DateField, 2 /* date object, field index */, 1) \
|
| F(StringCharFromCode, 1, 1) \
|
| F(StringCharAt, 2, 1) \
|
| + F(OneByteSeqStringGetChar, 2, 1) \
|
| F(OneByteSeqStringSetChar, 3, 1) \
|
| + F(TwoByteSeqStringGetChar, 2, 1) \
|
| F(TwoByteSeqStringSetChar, 3, 1) \
|
| F(ObjectEquals, 2, 1) \
|
| F(IsObject, 1, 1) \
|
|
|