| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 51096eefbdace7e85975325103c07e809d726fa9..107cbfd1ceb8488cef9cd5f65ecac41f2ccc5975 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -32,6 +32,11 @@ class Factory V8_FINAL {
|
| int size,
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| + // Allocate a new fixed double array with hole values.
|
| + Handle<FixedDoubleArray> NewFixedDoubleArrayWithHoles(
|
| + int size,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
| +
|
| Handle<ConstantPoolArray> NewConstantPoolArray(
|
| int number_of_int64_entries,
|
| int number_of_code_ptr_entries,
|
|
|