Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp48 void TryStatement::CompileFinally(compiler::PandaGen *pg, compiler::TryContext *tryCtx, in CompileFinally()
77 compiler::TryContext tryCtx(pg, this); in CompileTryCatchFinally() local
104 compiler::TryContext tryCtx(pg, this); in CompileTryFinally() local
131 compiler::TryContext tryCtx(pg, this); in CompileTryCatch() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp96 TryContext tryCtx(pg_); in Close() local
155 TryContext tryCtx(pg_); in Step() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp219 TryContext tryCtx(pg); in CompileFunctionOrProgram() local