summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/internal-properties-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/internal-properties-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/internal-properties-expected.txt82
1 files changed, 75 insertions, 7 deletions
diff --git a/deps/v8/test/inspector/runtime/internal-properties-expected.txt b/deps/v8/test/inspector/runtime/internal-properties-expected.txt
index a2e38ab013..c114696eb8 100644
--- a/deps/v8/test/inspector/runtime/internal-properties-expected.txt
+++ b/deps/v8/test/inspector/runtime/internal-properties-expected.txt
@@ -7,6 +7,10 @@ expression: (function* foo() { yield 1 })
result : {
internalProperties : [
[0] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [1] : {
name : [[FunctionLocation]]
value : {
description : Object
@@ -19,14 +23,14 @@ expression: (function* foo() { yield 1 })
}
}
}
- [1] : {
+ [2] : {
name : [[IsGenerator]]
value : {
type : boolean
value : true
}
}
- [2] : {
+ [3] : {
name : [[Scopes]]
value : {
className : Array
@@ -47,6 +51,10 @@ expression: (function foo() {})
result : {
internalProperties : [
[0] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [1] : {
name : [[FunctionLocation]]
value : {
description : Object
@@ -59,7 +67,7 @@ expression: (function foo() {})
}
}
}
- [1] : {
+ [2] : {
name : [[Scopes]]
value : {
className : Array
@@ -87,6 +95,10 @@ expression: new Number(239)
value : 239
}
}
+ [1] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
]
}
}
@@ -102,6 +114,10 @@ expression: new Boolean(false)
value : false
}
}
+ [1] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
]
}
}
@@ -117,6 +133,10 @@ expression: new String('abc')
value : abc
}
}
+ [1] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
]
}
}
@@ -133,6 +153,10 @@ expression: Object(Symbol(42))
type : symbol
}
}
+ [1] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
]
}
}
@@ -149,6 +173,10 @@ expression: Object(BigInt(2))
unserializableValue : 2n
}
}
+ [1] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
]
}
}
@@ -174,6 +202,10 @@ expression: Promise.resolve(42)
value : 42
}
}
+ [2] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
]
}
}
@@ -195,6 +227,10 @@ expression: new Promise(() => undefined)
type : undefined
}
}
+ [2] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
]
}
}
@@ -231,6 +267,10 @@ expression: gen1
}
}
[3] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [4] : {
name : [[GeneratorLocation]]
value : {
description : Object
@@ -243,7 +283,7 @@ expression: gen1
}
}
}
- [4] : {
+ [5] : {
name : [[Scopes]]
value : {
className : Array
@@ -287,6 +327,10 @@ expression: gen1.next();gen1
}
}
[3] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [4] : {
name : [[GeneratorLocation]]
value : {
description : Object
@@ -299,7 +343,7 @@ expression: gen1.next();gen1
}
}
}
- [4] : {
+ [5] : {
name : [[Scopes]]
value : {
className : Array
@@ -343,6 +387,10 @@ expression: gen1.next();gen1
}
}
[3] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [4] : {
name : [[GeneratorLocation]]
value : {
description : Object
@@ -391,6 +439,10 @@ expression: gen2
}
}
[3] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [4] : {
name : [[GeneratorLocation]]
value : {
description : Object
@@ -403,7 +455,7 @@ expression: gen2
}
}
}
- [4] : {
+ [5] : {
name : [[Scopes]]
value : {
className : Array
@@ -447,6 +499,10 @@ expression: gen2.next();gen2
}
}
[3] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [4] : {
name : [[GeneratorLocation]]
value : {
description : Object
@@ -459,7 +515,7 @@ expression: gen2.next();gen2
}
}
}
- [4] : {
+ [5] : {
name : [[Scopes]]
value : {
className : Array
@@ -503,6 +559,10 @@ expression: gen2.next();gen2
}
}
[3] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [4] : {
name : [[GeneratorLocation]]
value : {
description : Object
@@ -548,6 +608,10 @@ expression: (new Map([[1,2]])).entries()
}
}
[3] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [4] : {
name : [[Entries]]
value : {
className : Array
@@ -588,6 +652,10 @@ expression: (new Set([[1,2]])).entries()
}
}
[3] : {
+ name : [[StableObjectId]]
+ value : <StablectObjectId>
+ }
+ [4] : {
name : [[Entries]]
value : {
className : Array