Home | History | Annotate | Download | only in src

Lines Matching refs:UnseededNumberDictionary

1064   V(UnseededNumberDictionary)    \
3903 class UnseededNumberDictionary
3904 : public Dictionary<UnseededNumberDictionary,
3908 DECLARE_CAST(UnseededNumberDictionary)
3911 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AtNumberPut(
3912 Handle<UnseededNumberDictionary> dictionary,
3915 MUST_USE_RESULT static Handle<UnseededNumberDictionary> AddNumberEntry(
3916 Handle<UnseededNumberDictionary> dictionary,
3919 static Handle<UnseededNumberDictionary> DeleteKey(
3920 Handle<UnseededNumberDictionary> dictionary, uint32_t key);
3924 MUST_USE_RESULT static Handle<UnseededNumberDictionary> Set(
3925 Handle<UnseededNumberDictionary> dictionary,