Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-printer.cc474 const bool print_the_hole = std::is_same<T, FixedDoubleArray>::value; in DoPrintElements() local
495 if (print_the_hole && IsTheHoleAt(array, i - 1)) { in DoPrintElements()