Home | History | Annotate | Download | only in src

Lines Matching defs:the_hole

1611   Object* the_hole = GetHeap()->the_hole_value();
1615 if (!candidate->IsSmi() && candidate != the_hole) return false;
1887 Object* the_hole = heap->the_hole_value();
1890 if (current == the_hole) {