Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-printer.cc455 bool IsTheHoleAt(T* array, int index) { in IsTheHoleAt() function
460 bool IsTheHoleAt(FixedDoubleArray* array, int index) { in IsTheHoleAt() function
466 if (IsTheHoleAt(array, index)) { in GetScalarElement()
485 IsTheHoleAt(array, i - 1) == IsTheHoleAt(array, i)) { in DoPrintElements()
495 if (print_the_hole && IsTheHoleAt(array, i - 1)) { in DoPrintElements()