Home
last modified time | relevance | path

Searched refs:GlobalEmptyStringType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h75 Type *GlobalEmptyStringType();
DglobalTypesHolder.cpp158 Type *GlobalTypesHolder::GlobalEmptyStringType() in GlobalEmptyStringType() function in panda::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp125 return GlobalEmptyStringType(); in ExtractDefinitelyFalsyTypes()
138 (type->IsStringLiteralType() && IsTypeIdenticalTo(type, GlobalEmptyStringType())) || in ExtractDefinitelyFalsyTypes()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h225 Type *GlobalEmptyStringType() in GlobalEmptyStringType() function
227 return globalTypes_->GlobalEmptyStringType(); in GlobalEmptyStringType()