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

/external/v8/src/
H A Dobjects.h72 // - Dictionary
1140 // properties is a FixedArray in the fast case, and a Dictionary in the
1148 // elements is a FixedArray in the fast case, and a Dictionary in the slow
2119 class Dictionary: public HashTable<Shape, Key> { class in namespace:v8::internal
2122 static inline Dictionary<Shape, Key>* cast(Object* obj) {
2123 return reinterpret_cast<Dictionary<Shape, Key>*>(obj);
2225 class StringDictionary: public Dictionary<StringDictionaryShape, String*> {
2253 class NumberDictionary: public Dictionary<NumberDictionaryShape, uint32_t> {

Completed in 39 milliseconds