Home
last modified time | relevance | path

Searched defs:UndefinedType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DundefinedType.h24 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
DundefinedType.h25 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h217 static GateType UndefinedType() in UndefinedType() function