summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt
blob: eadf036d68ee3bd0c97163e04e83b68de08e42f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
            }
        ]
    }
}