estanglerbm opened a new pull request #1010: URL: https://github.com/apache/royale-asjs/pull/1010
And adjust Proxy version of propertyNames() for JS; changed return type from Array to Object, to make it easier to override in ObjectProxy. For Proxy or ObjectProxy, the compiler will generate a call to propertyNames() for both: ``for (key:String in objproxy)`` and ``for each (value in objproxy)`` (In the second case, it also generates a call to getProperty() to get the value based on the key returned in propertyNames().) If propertyNames() returns Object (instead of Array), then JS can handle the rest. (At least for non-complex properties.) ---------------------------------------------------------------- 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]
