Searched defs:ETSUndefinedType (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ | ||
| H A D | etsNullishTypes.h | 43 class ETSUndefinedType : public TypeNode { class 45 explicit ETSUndefinedType() : TypeNode(AstNodeType::ETS_UNDEFINED_TYPE) {} in ETSUndefinedType() function in ark::es2panda::ir::ETSUndefinedType |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ | ||
| H A D | etsNullishTypes.h | 47 class ETSUndefinedType : public Type { class 49 ETSUndefinedType() : Type(TypeFlag::ETS_UNDEFINED) {} in ETSUndefinedType() function in ark::es2panda::checker::ETSUndefinedType |
Completed in 1 milliseconds