Home | History | Annotate | Download | only in src

Lines Matching refs:ObjectHashTable

106 Handle<ObjectHashTable> Factory::NewObjectHashTable(int at_least_space_for) {
109 ObjectHashTable::Allocate(at_least_space_for),
110 ObjectHashTable);