Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.h56 void ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpression *objPattern);
DdestructuringContext.cpp98 …ringContext::ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpression *objPattern) in ValidateObjectLiteralType() argument
104 for (const auto *targetProp : objPattern->Properties()) { in ValidateObjectLiteralType()
121 objPattern->Start()); in ValidateObjectLiteralType()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp433 auto *objPattern = childNode->AsObjectPattern(); in BuildVarDeclaratorId() local
435 for (auto *prop : objPattern->Properties()) { in BuildVarDeclaratorId()
439 … BuildTSSignatureDeclarationBaseParamsWithParent(objPattern, objPattern->TypeAnnotation()); in BuildVarDeclaratorId()