Searched refs:IteratorContext (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.h | 124 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 D | dynamicContext.cpp | 110 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 D | dynamicContext.h | 138 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 D | dynamicContext.cpp | 118 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 D | JSCompiler.cpp | 1406 compiler::IteratorContext forOfCtx(pg, iterator, labelTarget); in Compile()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | forOfStatement.cpp | 90 compiler::IteratorContext forOfCtx(pg, iterator, labelTarget); in Compile()
|
Completed in 6 milliseconds