[v8-dev] Issue 403 in v8: Stack height expectations mismatch on try-catch-finally with continues

2009-07-15 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 345 Comment #1 on issue 403 by kmilli...@chromium.org: Stack height expectations mismatch on try-catch-finally with continues http://code.google.com/p/v8/issues/detail?id=403 (No comment was entered for this change.) -- You received this

[v8-dev] Issue 403 in v8: Stack height expectations mismatch on try-catch-finally with continues

2009-07-14 Thread codesite-noreply
Status: Accepted Owner: kmilli...@chromium.org Labels: Type-Bug Priority-Medium New issue 403 by kasp...@chromium.org: Stack height expectations mismatch on try-catch-finally with continues http://code.google.com/p/v8/issues/detail?id=403 do { try { continue; } catch(e) {