Home
last modified time | relevance | path

Searched defs:propExpr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Ddestructuring.cpp152 …e<const ir::Expression *, const ir::Expression *> GetAssignmentTarget(const ir::Property *propExpr) in GetAssignmentTarget()
209 const ir::Property *propExpr = element->AsProperty(); in GenObjectWithRest() local
253 const ir::Property *propExpr = element->AsProperty(); in GenObject() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp128 const ir::Property *propExpr = element->AsProperty(); in GenObjectProperty() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectLiteralLowering.cpp204 for (auto *propExpr : objExpr->Properties()) { in GenerateNewStatements() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1979 static bool CheckSinglePropertyCompatibility(ir::Expression *propExpr, checker::ETSObjectType *pote… in CheckSinglePropertyCompatibility()
2079 static bool IsInterfacePropertyCompatible(ir::Expression *propExpr, checker::ETSObjectType *interfa… in IsInterfacePropertyCompatible()