Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc353 bool IsTheHoleAt(T array, int index) { in IsTheHoleAt() function
358 bool IsTheHoleAt(FixedDoubleArray array, int index) { in IsTheHoleAt() function
364 if (IsTheHoleAt(array, index)) { in GetScalarElement()
383 IsTheHoleAt(array, i - 1) == IsTheHoleAt(array, i)) { in DoPrintElements()
393 if (print_the_hole && IsTheHoleAt(array, i - 1)) { in DoPrintElements()