node/deps/v8/test/inspector/runtime/remote-object-get-properties-expected.txt
Michaël Zasso 6cdd310275
deps: update V8 to 9.2.230.21
PR-URL: https://github.com/nodejs/node/pull/38990
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2021-07-20 15:24:51 +02:00

135 lines
3.5 KiB
Plaintext

Tests Runtime.getProperties.
Running test: testObject
{
id : <messageId>
result : {
internalProperties : [
[0] : {
name : [[Prototype]]
value : {
className : Object
description : Object
objectId : <objectId>
type : object
}
}
]
result : [
[0] : {
configurable : true
enumerable : true
isOwn : true
name : a
value : {
description : 1
type : number
value : 1
}
writable : true
}
]
}
}
{
id : <messageId>
result : {
internalProperties : [
[0] : {
name : [[Prototype]]
value : {
className : Object
description : Object
objectId : <objectId>
type : object
}
}
]
result : [
[0] : {
configurable : false
enumerable : true
isOwn : true
name : d
value : {
description : 42
type : number
value : 42
}
writable : false
}
[1] : {
configurable : false
enumerable : false
isOwn : true
name : a
value : {
description : 42
type : number
value : 42
}
writable : false
}
[2] : {
configurable : false
enumerable : false
isOwn : true
name : b
value : {
description : 42
type : number
value : 42
}
writable : true
}
[3] : {
configurable : true
enumerable : false
isOwn : true
name : c
value : {
description : 42
type : number
value : 42
}
writable : false
}
[4] : {
configurable : false
enumerable : false
get : {
className : Function
description : () => 42
objectId : <objectId>
type : function
}
isOwn : true
name : e
set : {
className : Function
description : () => 0
objectId : <objectId>
type : function
}
}
[5] : {
configurable : false
enumerable : false
isOwn : true
name : Symbol(42)
symbol : {
description : Symbol(42)
objectId : <objectId>
type : symbol
}
value : {
description : 239
type : number
value : 239
}
writable : false
}
]
}
}