Home
last modified time | relevance | path

Searched refs:LabelSet (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp64 const auto &labelSet = catchTable_->LabelSet(); in LexEnvContext()
76 const auto &labelSet = catchTable_->LabelSet(); in ~LexEnvContext()
112 const auto &labelSet = catchTable_->LabelSet(); in IteratorContext()
118 const auto &labelSet = catchTable_->LabelSet(); in ~IteratorContext()
142 const auto &labelSet = catchTable_->LabelSet();
148 const auto &labelSet = catchTable_->LabelSet(); in ~DestructuringIteratorContext()
200 const TryLabelSet &TryContext::LabelSet() const in LabelSet() function in panda::es2panda::compiler::TryContext
202 return catchTable_->LabelSet(); in LabelSet()
DdynamicContext.h221 const TryLabelSet &LabelSet() const;
/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp78 const auto &labelSet = tryCtx.LabelSet(); in CompileTryCatchFinally()
83 const auto &innerLabelSet = innerTryCtx.LabelSet(); in CompileTryCatchFinally()
105 const auto &labelSet = tryCtx.LabelSet(); in CompileTryFinally()
110 const auto &innerLabelSet = innerTryCtx.LabelSet(); in CompileTryFinally()
132 const auto &labelSet = tryCtx.LabelSet(); in CompileTryCatch()
DforInStatement.cpp56 const auto &labelSet = enumeratorInitTryCtx.LabelSet(); in Compile()
DforOfStatement.cpp53 const auto &labelSet = iterInitTryCtx.LabelSet(); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp46 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
52 const auto &labelSet = catchTable_->LabelSet(); in CleanUp()
DasyncGeneratorFunctionBuilder.cpp33 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()
41 const auto &labelSet = catchTable_->LabelSet(); in CleanUp()
DgeneratorFunctionBuilder.cpp39 const auto &labelSet = catchTable_->LabelSet(); in CleanUp()
/arkcompiler/ets_frontend/es2panda/compiler/base/
DcatchTable.h77 const TryLabelSet &LabelSet() const in LabelSet() function
Diterators.cpp97 const auto &labelSet = tryCtx.LabelSet(); in Close()
156 const auto &labelSet = tryCtx.LabelSet(); in Step()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp210 const auto &labelSet = catchBlock->LabelSet(); in GenFunctionCatchTables()