Home
last modified time | relevance | path

Searched defs:AbortContext (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() function in panda::es2panda::compiler::LexEnvContext
129 void IteratorContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() function in panda::es2panda::compiler::IteratorContext
174 void DestructuringIteratorContext::AbortContext(ControlFlowChange cfc, const util::StringView &targ… in AbortContext() function in panda::es2panda::compiler::DestructuringIteratorContext
221 void TryContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() function in panda::es2panda::compiler::TryContext
DdynamicContext.h47 virtual void AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() function