Home | History | Annotate | Download | only in src

Lines Matching defs:StringDictionary

72 Handle<StringDictionary> Factory::NewStringDictionary(int at_least_space_for) {
75 StringDictionary::Allocate(at_least_space_for),
76 StringDictionary);