Searched defs:tryCtx (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | tryStatement.cpp | 48 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/ |
| D | iterators.cpp | 96 TryContext tryCtx(pg_); in Close() local 155 TryContext tryCtx(pg_); in Step() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | iterators.cpp | 138 TryContext tryCtx(pg_); in Close() local 184 TryContext tryCtx(pg_); in Step() local
|
| D | destructuring.cpp | 123 TryContext tryCtx(pg); in GenArray() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | function.cpp | 265 TryContext tryCtx(pg); in Compile() local
|
| D | JSCompiler.cpp | 1566 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
|
| D | ETSCompiler.cpp | 1665 compiler::ETSTryContext tryCtx(etsg, etsg->Allocator(), st, st->FinallyBlock() != nullptr); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | function.cpp | 280 TryContext tryCtx(pg); in CompileFunctionOrProgram() local
|