Hi, This bug [1] is about the Date class.
It appears that JS uses, for example, getHour()/setHour() while AS uses the .hour property. How should we handle this? Some options are: 1) Use Object.defineProperties to add get/set to Date 2) Have the compiler detect Date and generate getHour/setHour calls. Thoughts? -Alex [1] https://issues.apache.org/jira/browse/FLEX-35041