aharui commented on issue #417: ArrayCollection implementation of PropertyNames() method URL: https://github.com/apache/royale-asjs/issues/417#issuecomment-602055429 Yes, that's a fact of life for Royale at this time. The Flash runtime knows about types so can choose different access methods for a.b. The JS runtime does not, so you have to explicitly tell the compiler to generate the right access code. So if "a" in XML or Proxy, it is important not to tell the compiler it is an Object.
---------------------------------------------------------------- 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
