mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 15:50:47 +00:00

PR-URL: https://github.com/nodejs/node/pull/16271 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
12 lines
281 B
Plaintext
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(){#}
|
|
|