Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index e6a9244a9961de1f1b348aeeda77fb3839e9d9b1..c91fee6ec855f55897384c1f08ef24348484e2d2 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -361,6 +361,7 @@ namespace internal { |
F(TypedArrayGetByteLength, 1, 1) \ |
F(TypedArrayGetByteOffset, 1, 1) \ |
F(TypedArrayGetLength, 1, 1) \ |
+ F(TypedArraySetFastCases, 3, 1) \ |
\ |
/* Statements */ \ |
F(NewClosure, 3, 1) \ |