Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DomittedExpression.cpp34 return checker->GlobalUndefinedType(); in Check()
Didentifier.cpp82 return checker->GlobalUndefinedType(); in Check()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsUndefinedKeyword.cpp39 return checker->GlobalUndefinedType(); in GetType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h65 Type *GlobalUndefinedType();
DglobalTypesHolder.cpp66 … GlobalVoidType(), GlobalUndefinedType(), GlobalNullType(), GlobalSymbolType()}); in GlobalTypesHolder()
108 Type *GlobalTypesHolder::GlobalUndefinedType() in GlobalUndefinedType() function in panda::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/es2panda/ir/statements/
DreturnStatement.cpp80 checker::Type *returnType = checker->GlobalUndefinedType(); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h175 Type *GlobalUndefinedType() in GlobalUndefinedType() function
177 return globalTypes_->GlobalUndefinedType(); in GlobalUndefinedType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp149 inferedType = checker_->GlobalUndefinedType(); in HandleAssignmentPattern()