Home
last modified time | relevance | path

Searched refs:GlobalStringOrNumberType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h73 Type *GlobalStringOrNumberType();
DglobalTypesHolder.cpp148 Type *GlobalTypesHolder::GlobalStringOrNumberType() in GlobalStringOrNumberType() function in panda::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/ets2panda/checker/types/
DglobalTypesHolder.h141 Type *GlobalStringOrNumberType();
DglobalTypesHolder.cpp236 Type *GlobalTypesHolder::GlobalStringOrNumberType() in GlobalStringOrNumberType() function in panda::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h183 Type *GlobalStringOrNumberType() in GlobalStringOrNumberType() function
185 return GetGlobalTypesHolder()->GlobalStringOrNumberType(); in GlobalStringOrNumberType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp198 …e->TypeFlags() != TypeFlag::ANY && !IsAllTypesAssignableTo(leftType, GlobalStringOrNumberType())) { in CheckInExpression()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp199 …e->TypeFlags() != TypeFlag::ANY && !IsAllTypesAssignableTo(leftType, GlobalStringOrNumberType())) { in CheckInExpression()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h215 Type *GlobalStringOrNumberType() in GlobalStringOrNumberType() function
217 return globalTypes_->GlobalStringOrNumberType(); in GlobalStringOrNumberType()