/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsStringKeyword.cpp | 39 return checker->GlobalStringType(); in GetType()
|
H A D | tsEnumDeclaration.cpp | 278 enumVar->SetTsType(checker->GlobalStringType()); in AddEnumValueDeclaration() 323 variable->SetTsType(checker->GlobalStringType()); in InferEnumVariableType()
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsStringKeyword.cpp | 59 return checker->GlobalStringType(); in GetType()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | globalTypesHolder.cpp | 59 allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalStringType(), GlobalNumberType()}); in GlobalTypesHolder() 65 std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalBooleanType(), in GlobalTypesHolder() 83 Type *GlobalTypesHolder::GlobalStringType() in GlobalStringType() function in panda::es2panda::checker::GlobalTypesHolder
|
H A D | globalTypesHolder.h | 60 Type *GlobalStringType();
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | binaryLikeExpression.cpp | 107 } else if (IsTypeAssignableTo(leftType, GlobalStringType()) || IsTypeAssignableTo(rightType, GlobalStringType())) { in CheckPlusOperator() 108 resultType = GlobalStringType(); in CheckPlusOperator()
|
H A D | helpers.cpp | 66 return GlobalStringType(); in GetBaseTypeOfLiteralType() 454 var->SetTsType(std::holds_alternative<double>(enumVar->Value()) ? GlobalNumberType() : GlobalStringType()); in GetTypeOfVariable()
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | binaryLikeExpression.cpp | 116 } else if (IsTypeAssignableTo(leftRightType->leftType, GlobalStringType()) || in CheckPlusOperator() 117 IsTypeAssignableTo(leftRightType->rightType, GlobalStringType())) { in CheckPlusOperator() 118 resultType = GlobalStringType(); in CheckPlusOperator()
|
H A D | helpers.cpp | 64 return GlobalStringType(); in GetBaseTypeOfLiteralType() 414 var->SetTsType(std::holds_alternative<double>(enumVar->Value()) ? GlobalNumberType() : GlobalStringType()); in GetTypeEnum()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 136 Type *GlobalStringType() in GlobalStringType() function in ark::es2panda::ark::es2panda::ark::es2panda::checker::TSChecker 138 return GetGlobalTypesHolder()->GlobalStringType(); in GlobalStringType()
|
H A D | TSAnalyzer.cpp | 933 return checker->GlobalStringType(); in Check() 1731 enumVar->SetTsType(checker->GlobalStringType()); in AddEnumValueDeclaration() 1778 variable->SetTsType(checker->GlobalStringType()); in InferEnumVariableType()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
H A D | globalTypesHolder.h | 195 Type *GlobalStringType();
|
H A D | globalTypesHolder.cpp | 119 allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalStringType(), GlobalNumberType()}); in AddTSSpecificTypes() 125 std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalBooleanType(), in AddTSSpecificTypes() 237 Type *GlobalTypesHolder::GlobalStringType() in GlobalStringType() function in ark::es2panda::checker::GlobalTypesHolder
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 150 Type *GlobalStringType() in GlobalStringType() function in panda::es2panda::panda::es2panda::panda::es2panda::checker::Checker 152 return globalTypes_->GlobalStringType(); in GlobalStringType()
|