Home
last modified time | relevance | path

Searched defs:kIsOrderedDictionaryType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Ddictionary.h134 static const bool kIsOrderedDictionaryType = false; in EXPORT_TEMPLATE_DECLARE() local
Dordered-hash-table.h809 static const bool kIsOrderedDictionaryType = true; variable