Searched refs:cfc (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.h | 47 virtual void AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() argument 116 void AbortContext([[maybe_unused]] ControlFlowChange cfc, 146 void AbortContext([[maybe_unused]] ControlFlowChange cfc, 176 void AbortContext(ControlFlowChange cfc, const util::StringView &targetLabel) override; 226 void AbortContext([[maybe_unused]] ControlFlowChange cfc,
|
H A D | dynamicContext.cpp | 95 void LexEnvContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() argument 130 void IteratorContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() argument 133 if (cfc == ControlFlowChange::CONTINUE && target_.ContinueLabel() == targetLabel) { in AbortContext() 175 void DestructuringIteratorContext::AbortContext(ControlFlowChange cfc, const util::StringView &targetLabel) in AbortContext() argument 177 if (cfc == ControlFlowChange::CONTINUE && target_.ContinueLabel() == targetLabel) { in AbortContext() 222 void TryContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() argument
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | dynamicContext.h | 47 virtual void AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() argument 127 void AbortContext([[maybe_unused]] ControlFlowChange cfc, 160 void AbortContext([[maybe_unused]] ControlFlowChange cfc, 226 void AbortContext([[maybe_unused]] ControlFlowChange cfc,
|
H A D | dynamicContext.cpp | 107 void LexEnvContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() argument 110 if (cfc == ControlFlowChange::CONTINUE || !envScope_->HasEnv()) { in AbortContext() 138 void IteratorContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext() argument 141 if (cfc == ControlFlowChange::CONTINUE && Target().ContinueLabel() == targetLabel) { in AbortContext()
|
Completed in 3 milliseconds