Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index e1bc926e28cefce721e56dec773425844281ad87..063f5ef1ec8a6744f23d39cc3a66162aa33afc4e 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -348,6 +348,7 @@ namespace internal { |
| F(ArrayBufferIsView, 1, 1) \ |
| F(ArrayBufferNeuter, 1, 1) \ |
| \ |
| + F(IsTypedArray, 1, 1) \ |
| F(TypedArrayInitializeFromArrayLike, 4, 1) \ |
| F(TypedArrayGetBuffer, 1, 1) \ |
| F(TypedArraySetFastCases, 3, 1) \ |