Change the function name collector to tolerate expressions that contain
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 15 Apr 2009 13:14:23 +0000 (13:14 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 15 Apr 2009 13:14:23 +0000 (13:14 +0000)
commit22896c83040ddef31277c10699f7bf514ea8ab96
tree9e1d12e685b358ebab27ef57e35d6a5198cff815
parent0c52806f0d626f838dea4ed160bab02004c64a33
Change the function name collector to tolerate expressions that contain
multiple anonymous function literals as subexpressions.

Choose the rightmost one the one to attach a name to.
Review URL: http://codereview.chromium.org/67165

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1715 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/func-name-inferrer.h
test/mjsunit/regress/regress-312.js [new file with mode: 0644]