Home
last modified time | relevance | path

Searched refs:SimpleNumberDictionaryShape (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddictionary.h272 class SimpleNumberDictionaryShape : public NumberDictionaryBaseShape {
291 EXTERN_DECLARE_DICTIONARY(SimpleNumberDictionary, SimpleNumberDictionaryShape) in EXTERN_DECLARE_DICTIONARY() argument
295 : public Dictionary<SimpleNumberDictionary, SimpleNumberDictionaryShape> { in EXTERN_DECLARE_DICTIONARY()
309 Dictionary<SimpleNumberDictionary, SimpleNumberDictionaryShape>); in EXTERN_DECLARE_DICTIONARY()
Ddictionary-inl.h125 : Dictionary<SimpleNumberDictionary, SimpleNumberDictionaryShape>(ptr) { in SimpleNumberDictionary()
Dobjects.cc6935 EXTERN_DEFINE_DICTIONARY(SimpleNumberDictionary, SimpleNumberDictionaryShape) in EXTERN_DEFINE_HASH_TABLE()