Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 667a3b7824b6ff10ce6d43eca98b69e0587e62df..b1b73e335a7a79cb0cb69ef745add6880bb30c0d 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -422,6 +422,7 @@ namespace internal { |
| F(ToNumber, 1, 1) \ |
| F(ToInteger, 1, 1) \ |
| F(ToLength, 1, 1) \ |
| + F(ToIndex, 1, 1) \ |
| F(ToString, 1, 1) \ |
| F(ToName, 1, 1) \ |
| F(SameValue, 2, 1) \ |