Add more tests of breaks in infinite loops
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 19 Nov 2010 12:08:52 +0000 (12:08 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 19 Nov 2010 12:08:52 +0000 (12:08 +0000)
commitaf466d80a6ffaa61f476d2652368a18dfc4818ff
tree34bff5c4dc824fa537527aad253ae48df52615fb
parent2c533c1af0122a48d50718acdda2b24a2f8c1fa5
Add more tests of breaks in infinite loops

Move stack check in do while loops to before the continue target to enable breaks even if continue was always used in the loop.
Review URL: http://codereview.chromium.org/5184007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5862 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/full-codegen.cc
test/cctest/test-debug.cc