Searched refs:IsETSStringType (Results 1 – 13 of 13) sorted by relevance
23 if (other->IsETSStringType()) { in Identical()30 relation->Result(target->IsETSStringType()); in AssignmentSource()36 if (source->IsETSStringType()) { in AssignmentTarget()
59 bool Type::IsETSStringType() const in IsETSStringType() function in panda::es2panda::checker::Type
87 bool IsETSStringType() const;
214 if (leftType->IsETSStringType() || rightType->IsETSStringType()) { in CheckBinaryOperatorPlus()
218 if (type->IsETSStringType()) { in GetNonConstantTypeFromPrimitiveType()1478 ASSERT(type->IsETSStringType()); in ConcatConstantString()1531 ASSERT(leftType->IsETSStringType() || rightType->IsETSStringType()); in HandleStringConcatenation()1675 …type->IsETSStringType() || type->IsETSTypeParameter() || type->IsETSUnionType() || type->IsETSBigI… in IsReferenceType()
929 … (!paramType->IsETSArrayType() || !paramType->AsETSArrayType()->ElementType()->IsETSStringType()) { in ValidateMainSignature()
498 } else if (propType->IsETSStringType()) { in StorePropertyDynamic()547 } else if (propType->IsETSStringType()) { in LoadPropertyDynamic()1646 if (targetType->IsETSStringType()) { in CastDynamicToObject()1745 if (GetAccumulatorType()->IsETSStringType()) { in CastToDynamic()2161 } else if (GetVRegType(lhs)->IsETSStringType()) { in BinaryEqualityRef()2384 !GetAccumulatorType()->IsETSStringType()) { in StringBuilderAppend()
646 (expr->Left()->TsType()->IsETSStringType() || expr->Right()->TsType()->IsETSStringType())) { in Compile()1501 ASSERT(exprType->IsETSArrayType() || exprType->IsETSStringType()); in Compile()
356 } else if (tsType->HasTypeFlag(checker::TypeFlag::ETS_PRIMITIVE) || tsType->IsETSStringType()) { in GenField()
166 if (type->IsETSStringType()) { in ResolveConditionalResultObject()
156 } else if (checkerType->IsETSStringType()) { in GenTypeNonNullish()
179 if (constituentType->IsETSStringType()) { in GenInstanceofExpr()
1905 if (!msgType->IsETSStringType()) { in Check()2037 if (exprType == nullptr || (!exprType->IsETSArrayType() && !exprType->IsETSStringType())) { in Check()2039 } else if (exprType->IsETSStringType()) { in Check()