Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h2261 TNode<Smi> GetNextEnumerationIndex(TNode<Dictionary> dictionary) { in GetNextEnumerationIndex() function
Dcode-stub-assembler.cc7925 TNode<Smi> enum_index = GetNextEnumerationIndex<Dictionary>(dictionary); in Add()