Searched defs:tryCtx (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | tryStatement.cpp | 47 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/ |
| 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 | 266 TryContext tryCtx(pg); in Compile() local
|
| D | JSCompiler.cpp | 1585 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
|
| D | ETSCompiler.cpp | 1492 compiler::ETSTryContext tryCtx(etsg, etsg->Allocator(), st, st->FinallyBlock() != nullptr); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | function.cpp | 276 TryContext tryCtx(pg); in CompileFunctionOrProgram() local
|