Home
last modified time | relevance | path

Searched refs:DestructuringRestIterator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.h100 friend class DestructuringRestIterator; variable
107 class DestructuringRestIterator : public DestructuringIterator {
109 …explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(… in DestructuringRestIterator() function
111 DEFAULT_COPY_SEMANTIC(DestructuringRestIterator);
112 DEFAULT_MOVE_SEMANTIC(DestructuringRestIterator);
113 ~DestructuringRestIterator() = default;
Diterators.cpp191 void DestructuringRestIterator::OnIterDone([[maybe_unused]] Label *doneTarget) const in OnIterDone()
Ddestructuring.cpp41 DestructuringRestIterator iterator(destIterator); in GenRestElement()