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

/external/v8/src/
H A Dfactory.cc61 Handle<StringDictionary> Factory::NewStringDictionary(int at_least_space_for) {
64 StringDictionary::Allocate(at_least_space_for),
65 StringDictionary); local
H A Dobjects.h1360 inline StringDictionary* property_dictionary(); // Gets slow properties.
2626 class StringDictionary: public Dictionary<StringDictionaryShape, String*> { class in namespace:v8::internal
2628 static inline StringDictionary* cast(Object* obj) {
2630 return reinterpret_cast<StringDictionary*>(obj);

Completed in 71 milliseconds