summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/scope-skip-variables-with-empty-name-expected.txt
blob: 626f9787c37993efe2324721ebe09319e473b29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Tests that scopes do not report variables with empty names
{
    id : <messageId>
    result : {
        result : [
            [0] : {
                configurable : true
                enumerable : true
                isOwn : true
                name : a
                value : {
                    description : 2
                    type : number
                    value : 2
                }
                writable : true
            }
        ]
    }
}