Home | History | Annotate | Download | only in src

Lines Matching defs:new_table

1658   Handle<OrderedHashMap> new_table =
1660 holder->set_table(*new_table);
1683 Handle<OrderedHashMap> new_table = OrderedHashMap::Put(table, key, value);
1684 holder->set_table(*new_table);
1804 Handle<ObjectHashTable> new_table =
1806 weak_collection->set_table(*new_table);
1821 Handle<ObjectHashTable> new_table = ObjectHashTable::Put(table, key, value);
1822 new_table);