Home | History | Annotate | Download | only in src

Lines Matching defs:ObjectHashSet

98 Handle<ObjectHashSet> Factory::NewObjectHashSet(int at_least_space_for) {
101 ObjectHashSet::Allocate(at_least_space_for),
102 ObjectHashSet);