Home
last modified time | relevance | path

Searched defs:NullType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DnullType.h24 NullType() : Type(TypeFlag::NULL_TYPE) {} in NullType() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
DnullType.h25 NullType() : Type(TypeFlag::NULL_TYPE) {} in NullType() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h211 static GateType NullType() in NullType() function
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_short_test.cpp84 TEST_F(ASTVerifierTest, NullType) in TEST_F() argument