Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.h187 explicit CatchContext(CodeGen *cg) : DynamicContext(cg, {}) in CatchContext() function
200 : CatchContext(cg), tryStmt_(tryStmt), hasFinalizer_(hasFinalizer) in CatchContext() function