Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp47 void TryStatement::CompileFinally(compiler::PandaGen *pg, compiler::TryContext *tryCtx, in CompileFinally()
76 compiler::TryContext tryCtx(pg, this); in CompileTryCatchFinally() local
103 compiler::TryContext tryCtx(pg, this); in CompileTryFinally() local
130 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.cpp266 TryContext tryCtx(pg); in Compile() local
DJSCompiler.cpp1585 compiler::TryContext tryCtx(pg, st); in CompileTryCatch() local
1599 static void CompileFinally(compiler::PandaGen *pg, compiler::TryContext *tryCtx, const compiler::Tr… in CompileFinally()
1629 compiler::TryContext tryCtx(pg, st); in CompileTryCatchFinally() local
1656 compiler::TryContext tryCtx(pg, st); in CompileTryFinally() local
DETSCompiler.cpp1492 compiler::ETSTryContext tryCtx(etsg, etsg->Allocator(), st, st->FinallyBlock() != nullptr); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp276 TryContext tryCtx(pg); in CompileFunctionOrProgram() local