yishayw commented on issue #417: ArrayCollection implementation of 
PropertyNames() method
URL: https://github.com/apache/royale-asjs/issues/417#issuecomment-602036850
 
 
   It transpiles to
   
   ```
   var /** @type {number} */ count = 0;
   var foreachiter3_target = this.dataProvider;
   for (var foreachiter3 in foreachiter3_target) 
   {
   var row = foreachiter3_target[foreachiter3];
   {
     if (com.amentra.flex.utils.ExpressionUtils.resolveExpression(row, 
org.apache.royale.utils.Language.string(col.dataField), 
this.com_tools_footerDataGrid_SummaryColumn__processValues, 
this.com_tools_footerDataGrid_SummaryColumn__ignoreValues)) {
       count++;
     }
   }}
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to