Home | History | Annotate | Download | only in compiler

Lines Matching refs:the_hole

1728   Node* the_hole = jsgraph()->TheHoleConstant();
1729 Node* check = NewNode(javascript()->StrictEqual(), value, the_hole);
1743 Node* the_hole = jsgraph()->TheHoleConstant();
1744 Node* check = NewNode(javascript()->StrictEqual(), value, the_hole);
1758 Node* the_hole = jsgraph()->TheHoleConstant();
1776 if (value->op() == the_hole->op()) {
1784 if (value->op() == the_hole->op()) {
1859 Node* the_hole = jsgraph()->TheHoleConstant();
1877 if (current->op() != the_hole->op()) {
1889 if (current->op() == the_hole->op()) {