node/deps/v8/test/inspector/debugger/provisional-breakpoint-for-anonymous-script-expected.txt
Michaël Zasso 1854ba04e9 deps: update V8 to 6.3.292.46
PR-URL: https://github.com/nodejs/node/pull/16271
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2017-12-06 12:52:07 +01:00

12 lines
281 B
Plaintext

Checks provisional breakpoints by hash in anonymous scripts
Running test: testNextScriptParsed
function foo(){#}
Running test: testPreviousScriptParsed
var list = list ? list.concat(foo) : [foo]; function foo(){#}
var list = list ? list.concat(foo) : [foo]; function foo(){#}