scope-skip-variables-with-empty-name-expected.txt 468 Bytes
Newer Older
1
Tests that scopes do not report variables with empty names
2
{
3 4 5 6 7 8 9 10 11 12 13 14 15 16
    id : <messageId>
    result : {
        result : [
            [0] : {
                configurable : true
                enumerable : true
                isOwn : true
                name : a
                value : {
                    description : 2
                    type : number
                    value : 2
                }
                writable : true
17
            }
18 19
        ]
    }
20
}