Fix issue 345 by avoiding duplicates in the list of escaping labels
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 15 Jul 2009 08:57:25 +0000 (08:57 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 15 Jul 2009 08:57:25 +0000 (08:57 +0000)
commit6443cb99f7683d6e68bcc918c6354cd7a16c5b61
treecabd2871b6e3aba85c0481b5f1cb303d7e5349ec
parent5143ce8ff39338d808e9994ac2e274bfc5554016
Fix issue 345 by avoiding duplicates in the list of escaping labels
from a try...catch...finally statement.

Review URL: http://codereview.chromium.org/149670

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2466 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/parser.cc
test/mjsunit/regress/regress-345.js [new file with mode: 0644]