HomeSort by relevance Sort by last modified time
    Searched defs:is_the_hole (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
objects-printer.cc 376 if (array->is_the_hole(index)) return bit_cast<double>(kHoleNanInt64);
380 bool is_the_hole(double maybe_hole) { function in namespace:v8::internal::__anon34355
398 is_the_hole(previous_value) == is_the_hole(value)) {
408 if (print_the_hole && is_the_hole(previous_value)) {
647 if (is_the_hole(i)) {
    [all...]
objects.cc 19593 bool is_the_hole = cell->value()->IsTheHole(isolate); local
    [all...]

Completed in 778 milliseconds