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

/external/v8/src/
H A Dfactory.cc52 Handle<StringDictionary> Factory::NewStringDictionary(int at_least_space_for) {
54 CALL_HEAP_FUNCTION(StringDictionary::Allocate(at_least_space_for),
55 StringDictionary); local
H A Dobjects.h1145 inline StringDictionary* property_dictionary(); // Gets slow properties.
2225 class StringDictionary: public Dictionary<StringDictionaryShape, String*> { class in namespace:v8::internal
2227 static inline StringDictionary* cast(Object* obj) {
2229 return reinterpret_cast<StringDictionary*>(obj);

Completed in 133 milliseconds