Home
last modified time | relevance | path

Searched defs:cfc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp94 void LexEnvContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext()
129 void IteratorContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext()
174 void DestructuringIteratorContext::AbortContext(ControlFlowChange cfc, const util::StringView &targ… in AbortContext()
221 void TryContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext()
DdynamicContext.h47 virtual void AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext()