Home
last modified time | relevance | path

Searched defs:DestructuringRestIterator (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.h109 class DestructuringRestIterator : public DestructuringIterator { class
111 explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(iterator) {} in DestructuringRestIterator() function in ark::es2panda::ark::es2panda::compiler::DestructuringRestIterator
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Diterators.h110 class DestructuringRestIterator : public DestructuringIterator { class
112 explicit DestructuringRestIterator(const DestructuringIterator &iterator) : DestructuringIterator(iterator) {} in DestructuringRestIterator() function in panda::es2panda::panda::es2panda::compiler::DestructuringRestIterator

Completed in 1 milliseconds