Home
last modified time | relevance | path

Searched defs:catchClauseNode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DCFG.cpp413 CFG::BasicBlock *CFG::Build(ir::CatchClause *catchClauseNode, BasicBlock *bb) in Build()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1476 const catchClauseNode = (nodeOrComment as ts.CatchClause).variableDeclaration; constant