Index: src/factory.h |
=================================================================== |
--- src/factory.h (revision 2544) |
+++ src/factory.h (working copy) |
@@ -154,6 +154,10 @@ |
static Handle<ByteArray> NewByteArray(int length, |
PretenureFlag pretenure = NOT_TENURED); |
+ static Handle<PixelArray> NewPixelArray(int length, |
+ uint8_t* external_pointer, |
+ PretenureFlag pretenure = NOT_TENURED); |
+ |
static Handle<Map> NewMap(InstanceType type, int instance_size); |
static Handle<JSObject> NewFunctionPrototype(Handle<JSFunction> function); |