Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp64 const auto &labelSet = catchTable_->LabelSet(); in LexEnvContext() local
76 const auto &labelSet = catchTable_->LabelSet(); in ~LexEnvContext() local
112 const auto &labelSet = catchTable_->LabelSet(); in IteratorContext() local
118 const auto &labelSet = catchTable_->LabelSet(); in ~IteratorContext() local
142 const auto &labelSet = catchTable_->LabelSet(); local
148 const auto &labelSet = catchTable_->LabelSet(); in ~DestructuringIteratorContext() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp78 const auto &labelSet = tryCtx.LabelSet(); in CompileTryCatchFinally() local
105 const auto &labelSet = tryCtx.LabelSet(); in CompileTryFinally() local
132 const auto &labelSet = tryCtx.LabelSet(); in CompileTryCatch() local
DforInStatement.cpp56 const auto &labelSet = enumeratorInitTryCtx.LabelSet(); in Compile() local
DforOfStatement.cpp53 const auto &labelSet = iterInitTryCtx.LabelSet(); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp97 const auto &labelSet = tryCtx.LabelSet(); in Close() local
156 const auto &labelSet = tryCtx.LabelSet(); in Step() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp52 const auto &labelSet = catchTable_->LabelSet(); in CleanUp() local
DgeneratorFunctionBuilder.cpp39 const auto &labelSet = catchTable_->LabelSet(); in CleanUp() local
DasyncGeneratorFunctionBuilder.cpp41 const auto &labelSet = catchTable_->LabelSet(); in CleanUp() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp210 const auto &labelSet = catchBlock->LabelSet(); in GenFunctionCatchTables() local