summaryrefslogtreecommitdiff
path: root/deps/v8/src/factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/factory.h')
-rw-r--r--deps/v8/src/factory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/factory.h b/deps/v8/src/factory.h
index b6bfa8ae46..caac78df47 100644
--- a/deps/v8/src/factory.h
+++ b/deps/v8/src/factory.h
@@ -313,6 +313,8 @@ class Factory {
uint32_t length,
EnsureElementsMode mode);
+ Handle<JSArrayBuffer> NewJSArrayBuffer();
+
Handle<JSProxy> NewJSProxy(Handle<Object> handler, Handle<Object> prototype);
// Change the type of the argument into a JS object/function and reinitialize.