RESOLVED FIXED Bug 18232
Exceptions thrown in setTimeOut not reported correctly in Console
https://bugs.webkit.org/show_bug.cgi?id=18232
Summary Exceptions thrown in setTimeOut not reported correctly in Console
Jeremy Moskovich
Reported 2008-03-31 00:56:27 PDT
Testcase: setTimeout(function() {throw "Thrown from inside timeout";}, 10); throw "Thrown from outside timeout"; Expected result: After running the above code the console should show the following errors: * "Thrown from outside timeout" * "Thrown from inside timeout" Actual Results: The exception thrown from inside the timeout is displayed as "undefined" in the console.
Attachments
Alexey Proskuryakov
Comment 1 2008-03-31 22:56:55 PDT
See also: bug 17470.
David Kilzer (:ddkilzer)
Comment 2 2008-05-02 15:27:49 PDT
Oliver Hunt
Comment 3 2008-07-20 05:45:52 PDT
Fixed in r35253
Note You need to log in before you can comment on or make changes to this bug.