Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc11711 bool is_index = true; in ComputeUtf8Hash() local
11728 if (is_index) is_index = hasher.UpdateIndex(c1); in ComputeUtf8Hash()
11729 if (is_index) is_index = hasher.UpdateIndex(c2); in ComputeUtf8Hash()
11732 if (is_index) is_index = hasher.UpdateIndex(c); in ComputeUtf8Hash()