Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2209 explicit CppCatchNode(const TyIdx &idx) : StmtNode(OP_cppcatch), exceptionTyIdx(idx) {} in CppCatchNode() function
2210 explicit CppCatchNode() : CppCatchNode(TyIdx(0)) {} in CppCatchNode() function