v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
362 B
Plaintext
Raw Normal View History

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