Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 0501b00cf16ea6b4636e2f0d7f80b44ac899274e..de7c8a122e04442713d99ca0f801b72faf72f7c4 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -624,6 +624,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) \ |