blob: 4e27322d1fcc4c2217e8a7e6f067e4d9391d6d12 [file] [log] [blame]
Test that the uncaught exception hook will immediately terminate the test and print the associated exception and stack trace.
Uncaught exception in Inspector page: This is an exception thrown in the inspector page.
Stack Trace:
(suppressed)
Evaluated Code:
function test()
{
InspectorTest.suppressStackTraces = true;
throw new Error("This is an exception thrown in the inspector page.");
}