Home | History | Annotate | Download | only in compiler

Lines Matching defs:the_hole

540   // not {the_hole}, because for derived classes {this} has a TDZ and the
541 // JSConstructStubForDerived magically passes {the_hole} as a receiver.
1434 Node* the_hole = jsgraph()->TheHoleConstant();
1435 NewNode(javascript()->StoreMessage(), the_hole);
1501 Node* the_hole = jsgraph()->TheHoleConstant();
1502 NewNode(javascript()->StoreMessage(), the_hole);
3281 Node* the_hole = jsgraph()->TheHoleConstant();
3282 Node* check = NewNode(javascript()->StrictEqual(), value, the_hole);
3293 Node* the_hole = jsgraph()->TheHoleConstant();
3294 Node* check = NewNode(javascript()->StrictEqual(), value, the_hole);
3310 Node* the_hole = jsgraph()->TheHoleConstant();
3311 Node* check = NewNode(javascript()->StrictEqual(), value, the_hole);
3346 Node* the_hole = jsgraph()->TheHoleConstant();
3364 if (value->op() == the_hole->op()) {
3372 if (value->op() == the_hole->op()) {
3458 Node* the_hole = jsgraph()->TheHoleConstant();
3475 if (current->op() != the_hole->op()) {
3495 if (current->op() == the_hole->op()) {
3505 if (current->op() != the_hole->op() && variable->is_this()) {
3511 if (current->op() == the_hole->op()) {