Home
last modified time | relevance | path

Searched refs:labelSet_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A DcatchTable.h72 : labelSet_(cg), depth_(depth), exceptionType_(exceptionType) in CatchTable()
76 : labelSet_(cg, tryLabelPair), depth_(depth), exceptionType_(exceptionType) in CatchTable()
86 return labelSet_; in LabelSet()
100 TryLabelSet labelSet_; member in ark::es2panda::compiler::CatchTable
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DcatchTable.h71 CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg), depth_(depth) {} in CatchTable()
79 return labelSet_; in LabelSet()
88 TryLabelSet labelSet_; member in panda::es2panda::compiler::CatchTable

Completed in 2 milliseconds