Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsThisType.h24 …explicit TSThisType(ArenaAllocator *const allocator) : TypeNode(AstNodeType::TS_THIS_TYPE, allocat… in TSThisType() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsThisType.h34 explicit TSThisType() : TypeNode(AstNodeType::TS_THIS_TYPE) {} in TSThisType() function
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_every_child_has_valid_parent_test.cpp41 TEST_F(ASTVerifierTest, TSThisType) in TEST_F() argument