Github user aharui commented on the pull request: https://github.com/apache/flex-falcon/pull/5#issuecomment-169167331 What happens for some non-dynamic class that extends Object? Does it get a toString() even if it doesn't define a custom toString() function? Does the compiler let you call toString() explicitly on the instances of that class? In es3.js, toString() has been declared for Array, Date, etc. I want to make sure it behaves the way we want for other classes that may not have declared a toString().
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---