Home
last modified time | relevance | path

Searched defs:tryStatement (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserStatements.cpp308 auto *tryStatement = AllocNode<ir::TryStatement>(body, std::move(catchClauses), finalizer, finalizerInsertions); in ParseTryStatement() local
H A DstatementParser.cpp1280 auto *tryStatement = AllocNode<ir::TryStatement>(body, std::move(catchClauses), finallyClause, finalizerInsertions); in ParseTryStatement() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp2779 auto *tryStatement = const_cast<ir::AstNode *>(node)->AsTryStatement(); in ExtendWithFinalizer() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1972 auto *tryStatement = AllocNode<ir::TryStatement>(body, catchClause, finnalyClause); in ParseTryStatement() local

Completed in 12 milliseconds