Reviewers: kmilikin, Description: Allow multiple function literals to be assigned to the same var / property.
In such a case all functions get the same name. I think it's a good performance / usability tradeoff. In case a developer wants more clarity, it's up to him to give names to functions. Please review this at http://codereview.chromium.org/67168 Affected files: M src/func-name-inferrer.h M src/func-name-inferrer.cc M src/rewriter.cc M test/cctest/test-func-name-inference.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
