| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index bb25651c50fe113dbccfc0dd7cded8cdc1988949..8b6fadab6f4696c46b30fc09337efcdbb57a1ea0 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -46,13 +46,6 @@ class Factory final {
|
| int size,
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| - Handle<ConstantPoolArray> NewConstantPoolArray(
|
| - const ConstantPoolArray::NumberOfEntries& small);
|
| -
|
| - Handle<ConstantPoolArray> NewExtendedConstantPoolArray(
|
| - const ConstantPoolArray::NumberOfEntries& small,
|
| - const ConstantPoolArray::NumberOfEntries& extended);
|
| -
|
| Handle<OrderedHashSet> NewOrderedHashSet();
|
| Handle<OrderedHashMap> NewOrderedHashMap();
|
|
|
| @@ -338,9 +331,6 @@ class Factory final {
|
| Handle<FixedDoubleArray> CopyFixedDoubleArray(
|
| Handle<FixedDoubleArray> array);
|
|
|
| - Handle<ConstantPoolArray> CopyConstantPoolArray(
|
| - Handle<ConstantPoolArray> array);
|
| -
|
| // Numbers (e.g. literals) are pretenured by the parser.
|
| // The return value may be a smi or a heap number.
|
| Handle<Object> NewNumber(double value,
|
|
|