Home
last modified time | relevance | path

Searched refs:DestructuringIteratorContext (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.h154 class DestructuringIteratorContext : public DynamicContext { class
156 explicit DestructuringIteratorContext(PandaGen *pg, const DestructuringIterator &iterator);
157 NO_COPY_SEMANTIC(DestructuringIteratorContext);
158 NO_MOVE_SEMANTIC(DestructuringIteratorContext);
159 ~DestructuringIteratorContext() override;
H A DdynamicContext.cpp140 DestructuringIteratorContext::DestructuringIteratorContext(PandaGen *pg, const DestructuringIterator &iterator) in DestructuringIteratorContext() function in panda::es2panda::compiler::DestructuringIteratorContext
147 DestructuringIteratorContext::~DestructuringIteratorContext() in ~DestructuringIteratorContext()
175 void DestructuringIteratorContext::AbortContext(ControlFlowChange cfc, const util::StringView &targetLabel) in AbortContext()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Ddestructuring.cpp81 DestructuringIteratorContext dstrCtx(pg, iterator); in GenArray()

Completed in 2 milliseconds