Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp99 void TryStatement::CompileTryFinally(compiler::PandaGen *pg) const in CompileTryFinally() function in panda::es2panda::ir::TryStatement
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp1652 static void CompileTryFinally(compiler::PandaGen *pg, const ir::TryStatement *st) in CompileTryFinally() function