Searched defs:ETSNullType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ets/ | ||
H A D | etsNullishTypes.h | 23 class ETSNullType : public TypeNode { class 25 explicit ETSNullType() : TypeNode(AstNodeType::ETS_NULL_TYPE) {} in ETSNullType() function in ark::es2panda::ir::ETSNullType |
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ | ||
H A D | etsNullishTypes.h | 24 class ETSNullType : public Type { class 26 ETSNullType() : Type(TypeFlag::ETS_NULL) {} in ETSNullType() function in ark::es2panda::checker::ETSNullType |
Completed in 2 milliseconds