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

/external/chromium_org/v8/src/
H A Dobjects.h1736 inline SeededNumberDictionary* element_dictionary(); // Gets slow elements.
2040 // SeededNumberDictionary dictionary. Returns the backing after conversion.
2041 static Handle<SeededNumberDictionary> NormalizeElements(
3667 class SeededNumberDictionary class in namespace:v8::internal
3668 : public Dictionary<SeededNumberDictionary,
3672 DECLARE_CAST(SeededNumberDictionary)
3675 MUST_USE_RESULT static Handle<SeededNumberDictionary> AtNumberPut(
3676 Handle<SeededNumberDictionary> dictionary,
3679 MUST_USE_RESULT static Handle<SeededNumberDictionary> AddNumberEntry(
3680 Handle<SeededNumberDictionary> dictionar
[all...]

Completed in 59 milliseconds