Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc13016 bool found_double = false; in ShouldConvertToFastDoubleElements() local
13023 found_double = true; in ShouldConvertToFastDoubleElements()
13027 *has_smi_only_elements = !found_double; in ShouldConvertToFastDoubleElements()
13028 return found_double; in ShouldConvertToFastDoubleElements()