Home
last modified time | relevance | path

Searched refs:GlobalStringType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.cpp59 …allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalStringType(), GlobalNumb… in GlobalTypesHolder()
65 …std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalB… in GlobalTypesHolder()
83 Type *GlobalTypesHolder::GlobalStringType() in GlobalStringType() function in panda::es2panda::checker::GlobalTypesHolder
DglobalTypesHolder.h60 Type *GlobalStringType();
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsStringKeyword.cpp39 return checker->GlobalStringType(); in GetType()
DtsEnumDeclaration.cpp276 enumVar->SetTsType(checker->GlobalStringType()); in AddEnumValueDeclaration()
322 variable->SetTsType(checker->GlobalStringType()); in InferEnumVariableType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp107 …} else if (IsTypeAssignableTo(leftType, GlobalStringType()) || IsTypeAssignableTo(rightType, Globa… in CheckPlusOperator()
108 resultType = GlobalStringType(); in CheckPlusOperator()
Dhelpers.cpp65 return GlobalStringType(); in GetBaseTypeOfLiteralType()
451 …TsType(std::holds_alternative<double>(enumVar->Value()) ? GlobalNumberType() : GlobalStringType()); in GetTypeOfVariable()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h150 Type *GlobalStringType() in GlobalStringType() function
152 return globalTypes_->GlobalStringType(); in GlobalStringType()