class-private-methods-static-nested-expected.txt 362 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
Test static private class methods

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