Searched defs:TryContext (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
| H A D | dynamicContext.h | 183 class TryContext : public DynamicContext { class 185 explicit TryContext(PandaGen *pg, const ir::TryStatement *tryStmt, bool hasFinalizer = true) in TryContext() function in panda::es2panda::panda::es2panda::compiler::TryContext 192 explicit TryContext(PandaGen *pg) : DynamicContext(pg, {}) in TryContext() function in panda::es2panda::panda::es2panda::compiler::TryContext |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
| H A D | dynamicContext.h | 197 class TryContext : public CatchContext { class 199 explicit TryContext(CodeGen *cg, const ir::TryStatement *tryStmt, bool hasFinalizer = true) in TryContext() function in ark::es2panda::ark::es2panda::compiler::TryContext 206 explicit TryContext(CodeGen *cg) : CatchContext(cg) {} in TryContext() function in ark::es2panda::ark::es2panda::compiler::TryContext |
Completed in 6 milliseconds