Home
last modified time | relevance | path

Searched refs:TryDepth (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h456 uint32_t TryDepth() const;
Dpandagen.cpp1939 uint32_t PandaGen::TryDepth() const in TryDepth() function in panda::es2panda::compiler::PandaGen
1957 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth()); in CreateCatchTable()