Home | History | Annotate | Download | only in src

Lines Matching defs:StringDictionary

1481   inline StringDictionary* property_dictionary();  // Gets slow properties.
2197 // a StringDictionary, stored on this object.
2205 StringDictionary* dictionary);
3098 class StringDictionary: public Dictionary<StringDictionaryShape, String*> {
3100 static inline StringDictionary* cast(Object* obj) {
3102 return reinterpret_cast<StringDictionary*>(obj);