Searched refs:objPattern (Results 1 – 6 of 6) sorted by relevance
56 void ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpression *objPattern);
98 …ringContext::ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpression *objPattern) in ValidateObjectLiteralType() argument104 for (const auto *targetProp : objPattern->Properties()) { in ValidateObjectLiteralType()121 objPattern->Start()); in ValidateObjectLiteralType()
68 void ValidateObjectLiteralType(ObjectType *objType, ir::ObjectExpression *objPattern);
99 …tructuringContext::ValidateObjectLiteralType(ObjectType *objType, ir::ObjectExpression *objPattern) in ValidateObjectLiteralType() argument105 for (const auto *targetProp : objPattern->Properties()) { in ValidateObjectLiteralType()122 objPattern->Start()); in ValidateObjectLiteralType()
318 auto *objPattern = childNode->AsObjectPattern(); in BuildVarDeclaratorId() local320 for (auto *prop : objPattern->Properties()) { in BuildVarDeclaratorId()324 BuildSignatureDeclarationBaseParams(objPattern->TypeAnnotation()); in BuildVarDeclaratorId()
466 auto *objPattern = childNode->AsObjectPattern(); in BuildVarDeclaratorId() local468 for (auto *prop : objPattern->Properties()) { in BuildVarDeclaratorId()472 … BuildTSSignatureDeclarationBaseParamsWithParent(objPattern, objPattern->TypeAnnotation()); in BuildVarDeclaratorId()