Searched defs:UndefinedType (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ | ||
| H A D | undefinedType.h | 22 class UndefinedType : public Type { class 24 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function in ark::es2panda::checker::UndefinedType |
| /arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
| H A D | undefinedType.h | 23 class UndefinedType : public Type { class 25 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function in panda::es2panda::checker::UndefinedType |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | type.h | 215 static GateType UndefinedType() in UndefinedType() function in panda::ecmascript::kungfu::GateType |
Completed in 2 milliseconds