Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index caac78df476956417ea5a21944eb35a82fd0a837..ca6ad41be68fb215ed7d160e646869b10bed6b0b 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -315,6 +315,8 @@ class Factory { |
Handle<JSArrayBuffer> NewJSArrayBuffer(); |
+ Handle<JSTypedArray> NewJSTypedArray(ExternalArrayType type); |
+ |
Handle<JSProxy> NewJSProxy(Handle<Object> handler, Handle<Object> prototype); |
// Change the type of the argument into a JS object/function and reinitialize. |