Searched defs:StringDictionary (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dfactory.cc72 Handle<StringDictionary> Factory::NewStringDictionary(int at_least_space_for) {
75 StringDictionary::Allocate(at_least_space_for),
76 StringDictionary); local
H A Dobjects.h1481 inline StringDictionary* property_dictionary(); // Gets slow properties.
2197 // a StringDictionary, stored on this object.
2205 StringDictionary* dictionary);
3098 class StringDictionary: public Dictionary<StringDictionaryShape, String*> { class in namespace:v8::internal
3100 static inline StringDictionary* cast(Object* obj) {
3102 return reinterpret_cast<StringDictionary*>(obj);

Completed in 72 milliseconds