Home | History | Annotate | Download | only in ast

Lines Matching defs:is_this

1630     return !is_this() && !is_new_target();
1648 bool is_this() const { return IsThisField::decode(bit_field_); }
2891 DCHECK(this_var->is_this());
2918 DCHECK(this_var->is_this());