summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt
blob: cb12a7446b60c95a8aca39a85f1540e2abd4c83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Test static private class methods

Running test: testScopesPaused
privateProperties on class A
[
    [0] : {
        name : #method
        value : {
            className : Function
            description : #method() {       debugger;     }
            objectId : <objectId>
            type : function
        }
    }
]
privateProperties on class B
undefined