Files
Kmake/deps/v8/test/inspector/debugger/caught-uncaught-exceptions-expected.txt
2026-05-26 23:36:42 -07:00

13 lines
324 B
Plaintext

Check that inspector correctly passes caught/uncaught information.
paused in throwCaught
uncaught: false
paused in throwUncaught
uncaught: true
paused in throwInPromiseCaught
uncaught: false
paused in promiseUncaught
uncaught: true
paused in throwInMapConstructor
uncaught: true
paused in throwInAsyncIterator
uncaught: true