Searched refs:LabelSet (Results 1 – 11 of 11) sorted by relevance
64 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::TryContext202 return catchTable_->LabelSet(); in LabelSet()
221 const TryLabelSet &LabelSet() const;
78 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()
56 const auto &labelSet = enumeratorInitTryCtx.LabelSet(); in Compile()
53 const auto &labelSet = iterInitTryCtx.LabelSet(); in Compile()
46 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()52 const auto &labelSet = catchTable_->LabelSet(); in CleanUp()
33 pg_->SetLabel(node, catchTable_->LabelSet().TryBegin()); in Prepare()41 const auto &labelSet = catchTable_->LabelSet(); in CleanUp()
39 const auto &labelSet = catchTable_->LabelSet(); in CleanUp()
77 const TryLabelSet &LabelSet() const in LabelSet() function
97 const auto &labelSet = tryCtx.LabelSet(); in Close()156 const auto &labelSet = tryCtx.LabelSet(); in Step()
210 const auto &labelSet = catchBlock->LabelSet(); in GenFunctionCatchTables()