Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dliteral-objects.cc157 constexpr int ComputeEnumerationIndex(int value_index) { in ComputeEnumerationIndex() function
183 is_elements_dictionary ? 0 : ComputeEnumerationIndex(key_index); in AddToDictionaryTemplate()
389 int next_index = ComputeEnumerationIndex(value_index); in UpdateNextEnumerationIndex()