Home
last modified time | relevance | path

Searched defs:tryCtx (Results 1 – 8 of 8) 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/ets2panda/compiler/base/
Diterators.cpp138 TryContext tryCtx(pg_); in Close() local
184 TryContext tryCtx(pg_); in Step() local
Ddestructuring.cpp123 TryContext tryCtx(pg); in GenArray() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp265 TryContext tryCtx(pg); in Compile() local
DJSCompiler.cpp1566 compiler::TryContext tryCtx(pg, st); in CompileTryCatch() local
1580 static void CompileFinally(compiler::PandaGen *pg, compiler::TryContext *tryCtx, const compiler::Tr… in CompileFinally()
1610 compiler::TryContext tryCtx(pg, st); in CompileTryCatchFinally() local
1637 compiler::TryContext tryCtx(pg, st); in CompileTryFinally() local
DETSCompiler.cpp1665 compiler::ETSTryContext tryCtx(etsg, etsg->Allocator(), st, st->FinallyBlock() != nullptr); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp280 TryContext tryCtx(pg); in CompileFunctionOrProgram() local