summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt47
1 files changed, 35 insertions, 12 deletions
diff --git a/deps/v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt b/deps/v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt
index cb12a7446b..b47bf7e8e7 100644
--- a/deps/v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt
+++ b/deps/v8/test/inspector/debugger/class-private-methods-static-nested-expected.txt
@@ -1,17 +1,40 @@
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
- }
+private members on class A
+privateProperties from Runtime.getProperties()
+undefined
+[[PrivateMethods]] in internalProperties from Runtime.getProperties()
+{
+ name : [[PrivateMethods]]
+ value : {
+ className : Array
+ description : PrivateMethods[1]
+ objectId : <objectId>
+ subtype : internal#privateMethodList
+ type : object
}
-]
-privateProperties on class B
+}
+{
+ result : [
+ [0] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : 0
+ value : {
+ className : Object
+ description : #method() { debugger; }
+ objectId : <objectId>
+ subtype : internal#privateMethod
+ type : object
+ }
+ writable : true
+ }
+ ]
+}
+private members on class B
+privateProperties from Runtime.getProperties()
+undefined
+[[PrivateMethods]] in internalProperties from Runtime.getProperties()
undefined