Searched refs:objPattern (Results 1 – 3 of 3) 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()
433 auto *objPattern = childNode->AsObjectPattern(); in BuildVarDeclaratorId() local435 for (auto *prop : objPattern->Properties()) { in BuildVarDeclaratorId()439 … BuildTSSignatureDeclarationBaseParamsWithParent(objPattern, objPattern->TypeAnnotation()); in BuildVarDeclaratorId()