Searched refs:is_new_target (Results 1 – 3 of 3) sorted by relevance
598 !operand->is_new_target();
1523 return !is_this() && !is_new_target(); in IsValidReferenceExpression()1556 bool is_new_target() const { return IsNewTargetField::decode(bit_field_); } in is_new_target() function
3906 proxy->is_new_target()); in VisitDelete()3907 if (proxy->is_this() || proxy->is_new_target()) { in VisitDelete()