Files
Kmake/deps/v8/test/inspector/runtime/evaluate-repl-mode-silent-expected.txt
2026-05-26 23:36:42 -07:00

27 lines
651 B
Plaintext

Tests that Runtime.evaluate works with REPL mode in silent
Paused because of 'promiseRejection' at
#loudReject1('Rejecting loud promise 1')
{
id : <messageId>
result : {
exceptionDetails : {
columnNumber : 0
exception : {
type : string
value : Rejecting silent promise
}
exceptionId : <exceptionId>
lineNumber : 0
text : Uncaught
}
result : {
type : string
value : Rejecting silent promise
}
}
}
Paused because of 'promiseRejection' at
#loudReject2('Rejecting loud promise 2')