Home
last modified time | relevance | path

Searched refs:IteratorContext (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.h124 class IteratorContext : public DynamicContext { class
126 explicit IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target);
127 NO_COPY_SEMANTIC(IteratorContext);
128 NO_MOVE_SEMANTIC(IteratorContext);
129 ~IteratorContext();
H A DdynamicContext.cpp110 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext() function in panda::es2panda::compiler::IteratorContext
117 IteratorContext::~IteratorContext() in ~IteratorContext()
130 void IteratorContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.h138 class IteratorContext : public DynamicContext { class
140 explicit IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target);
141 NO_COPY_SEMANTIC(IteratorContext);
142 NO_MOVE_SEMANTIC(IteratorContext);
143 ~IteratorContext();
H A DdynamicContext.cpp118 IteratorContext::IteratorContext(PandaGen *pg, const Iterator &iterator, LabelTarget target) in IteratorContext() function in ark::es2panda::compiler::IteratorContext
125 IteratorContext::~IteratorContext() in ~IteratorContext()
138 void IteratorContext::AbortContext([[maybe_unused]] ControlFlowChange cfc, in AbortContext()
H A DJSCompiler.cpp1406 compiler::IteratorContext forOfCtx(pg, iterator, labelTarget); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp90 compiler::IteratorContext forOfCtx(pg, iterator, labelTarget); in Compile()

Completed in 6 milliseconds