Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index fa964fb0046fc5f094a511598e3e30689aea7b91..2f3c3229baf42e5e9f9e30032add0819fd349e0c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -623,6 +623,7 @@ namespace internal { |
| F(TypedArrayGetLength, 1, 1) \ |
| F(TypedArrayGetBuffer, 1, 1) \ |
| F(TypedArraySetFastCases, 3, 1) \ |
| + F(TypedArraySortFast, 1, 1) \ |
| F(TypedArrayMaxSizeInHeap, 0, 1) \ |
| F(IsTypedArray, 1, 1) \ |
| F(IsSharedTypedArray, 1, 1) \ |