Searched refs:GenRestElement (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | destructuring.cpp | 31 static void GenRestElement(PandaGen *pg, const ir::SpreadElement *restElement, in GenRestElement() function 77 GenRestElement(pg, element->AsRestElement(), iterator, array->IsDeclaration()); in GenElement()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | destructuring.cpp | 32 static void GenRestElement(PandaGen *pg, const ir::SpreadElement *restElement, in GenRestElement() function 87 GenRestElement(pg, element->AsRestElement(), iterator, array->IsDeclaration()); in GenArray()
|
Completed in 2 milliseconds