| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 94e89f58a7aa10e7afbd47bd9128c02d30afe6c6..8753bd897fcd4e2005ef2723fb44fb85a07ac2af 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -257,6 +257,11 @@ class Factory {
|
| void* external_pointer,
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| + Handle<FixedTypedArrayBase> NewFixedTypedArray(
|
| + int length,
|
| + ExternalArrayType array_type,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
| +
|
| Handle<Cell> NewCell(Handle<Object> value);
|
|
|
| Handle<PropertyCell> NewPropertyCellWithHole();
|
|
|