Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index a70d8c498c6be7bb7d4739175b540f7e6d063c19..4f5e18b1273a4227b85c4073ecec39236406e3dd 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -748,6 +748,16 @@ class Runtime : public AllStatic { |
Handle<Object> object, |
Handle<Object> key); |
+ static bool SetupArrayBuffer(Isolate* isolate, |
+ Handle<JSArrayBuffer> array_buffer, |
+ void* data, |
+ size_t allocated_length); |
+ |
+ static bool SetupArrayBufferAllocatingData( |
+ Isolate* isolate, |
+ Handle<JSArrayBuffer> array_buffer, |
+ size_t allocated_length); |
+ |
// Helper functions used stubs. |
static void PerformGC(Object* result); |