Home | History | Annotate | Download | only in src

Lines Matching defs:StringDictionary

52 Handle<StringDictionary> Factory::NewStringDictionary(int at_least_space_for) {
54 CALL_HEAP_FUNCTION(StringDictionary::Allocate(at_least_space_for),
55 StringDictionary);