| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 5562ef4ec2a608ba9c4176dd77da4011fe767f79..6b479f558935660dc641fa26d471149a6525caab 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -82,6 +82,9 @@ class Factory {
|
| int at_least_space_for,
|
| MinimumCapacity capacity_option = USE_DEFAULT_MINIMUM_CAPACITY);
|
|
|
| + Handle<OrderedHashSet> NewOrderedHashSet();
|
| + Handle<OrderedHashMap> NewOrderedHashMap();
|
| +
|
| Handle<WeakHashTable> NewWeakHashTable(int at_least_space_for);
|
|
|
| Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors,
|
|
|