Searched refs:IsDeclaration (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | destructuring.cpp | 87 GenRestElement(pg, element->AsRestElement(), iterator, array->IsDeclaration()); in GenArray() 107 LReference lref = LReference::CreateLRef(pg, target, array->IsDeclaration()); in GenArray() 144 LReference lref = LReference::CreateLRef(pg, target, object->IsDeclaration()); in GenObjectProperty() 184 LReference lref = LReference::CreateLRef(pg, element, object->IsDeclaration()); in GenObjectWithRest() 195 LReference lref = LReference::CreateLRef(pg, element, object->IsDeclaration()); in GenObjectWithRest()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | arrayExpression.h | 56 bool IsDeclaration() const in IsDeclaration() function
|
D | objectExpression.h | 64 bool IsDeclaration() const in IsDeclaration() function
|