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

/external/chromium_org/v8/src/
H A Dobjects.h3715 class UnseededNumberDictionary class in namespace:v8::internal
3716 : public Dictionary<UnseededNumberDictionary,
3720 DECLARE_CAST(UnseededNumberDictionary)
3723 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AtNumberPut(
3724 Handle<UnseededNumberDictionary> dictionary,
3727 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AddNumberEntry(
3728 Handle<UnseededNumberDictionary> dictionary,
3734 MUST_USE_RESULT static Handle<UnseededNumberDictionary> Set(
3735 Handle<UnseededNumberDictionary> dictionary,

Completed in 112 milliseconds