Home | History | Annotate | Download | only in interpreter

Lines Matching refs:kString

597     type_hint_ = TypeHint::kString;
2088 case Literal::kString:
4188 if (expr->op() == Token::ADD && type_hint == TypeHint::kString) {
4197 (lhs_type == TypeHint::kString || rhs_type == TypeHint::kString)) {
4221 if (rhs_hint == TypeHint::kString) type_hint = TypeHint::kString;
4229 if (type_hint == TypeHint::kString && expr->op() == Token::ADD) {
4446 if (type_hint != TypeHint::kString) {