I don’t think so. (unless I’m misunderstanding you) I’m not sure it makes sense to have automatic overloading. Requiring specifying “override” when overriding a function is a good feature. It makes sure you don’t do it by mistake. If the Flash implementation have properties and methods that the JS implementation does not, that’s a problem because neither “override” nor regular method calls are correct.
On Oct 20, 2016, at 5:15 PM, Alex Harui <aha...@adobe.com> wrote: > Think of it this way: if AS did allow certain kinds of overloading, would > you have used that instead of wrapping?