mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 11:36:57 +00:00

PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
25 lines
560 B
Plaintext
25 lines
560 B
Plaintext
Tests possible breakpoints in array literal
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
locations : [
|
|
[0] : {
|
|
columnNumber : 0
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
[1] : {
|
|
columnNumber : 6
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
}
|
|
[2] : {
|
|
columnNumber : 8
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
type : return
|
|
}
|
|
]
|
|
}
|
|
}
|