summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/internal-properties-entries-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/internal-properties-entries-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/internal-properties-entries-expected.txt205
1 files changed, 96 insertions, 109 deletions
diff --git a/deps/v8/test/inspector/runtime/internal-properties-entries-expected.txt b/deps/v8/test/inspector/runtime/internal-properties-entries-expected.txt
index 9082e9b266..c78451d5d1 100644
--- a/deps/v8/test/inspector/runtime/internal-properties-entries-expected.txt
+++ b/deps/v8/test/inspector/runtime/internal-properties-entries-expected.txt
@@ -15,12 +15,6 @@ expression: new Map([[1,2],[3,4]])
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -71,12 +65,6 @@ expression: new Map()
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : false
@@ -109,12 +97,6 @@ expression: new Map([[1,2],[3,4]]).entries()
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -169,12 +151,6 @@ expression: it = new Map([[1,2],[3,4]]).entries(); it.next(); it
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -214,12 +190,6 @@ expression: it = new Map([[1,2],[3,4]]).keys(); it.next(); it
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -259,12 +229,6 @@ expression: it = new Map([[1,2],[3,4]]).values(); it.next(); it
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -301,22 +265,112 @@ expression: it = new Map([[1,2],[3,4]]).entries(); it.next(); it.next(); it
{
id : <messageId>
result : {
- internalProperties : [
+ result : [
[0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
+ configurable : false
+ enumerable : false
+ isOwn : true
+ name : length
+ value : {
+ description : 0
+ type : number
+ value : 0
+ }
+ writable : true
}
]
+ }
+}
+expression: new Map([[1, undefined], [2, () => 42], [3, /abc/], [4, new Error()]]).entries()
+[
+ [0] : {
+ key : 1
+ }
+ [1] : {
+ key : 2
+ value : {
+ }
+ }
+ [2] : {
+ key : 3
+ value : {
+ }
+ }
+ [3] : {
+ key : 4
+ value : {
+ }
+ }
+]
+{
+ id : <messageId>
+ result : {
result : [
[0] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : 0
+ value : {
+ className : Object
+ description : {1 => undefined}
+ objectId : <objectId>
+ subtype : internal#entry
+ type : object
+ }
+ writable : true
+ }
+ [1] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : 1
+ value : {
+ className : Object
+ description : {2 => () => 42}
+ objectId : <objectId>
+ subtype : internal#entry
+ type : object
+ }
+ writable : true
+ }
+ [2] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : 2
+ value : {
+ className : Object
+ description : {3 => /abc/}
+ objectId : <objectId>
+ subtype : internal#entry
+ type : object
+ }
+ writable : true
+ }
+ [3] : {
+ configurable : true
+ enumerable : true
+ isOwn : true
+ name : 3
+ value : {
+ className : Object
+ description : {4 => Error at <anonymous>:1:57}
+ objectId : <objectId>
+ subtype : internal#entry
+ type : object
+ }
+ writable : true
+ }
+ [4] : {
configurable : false
enumerable : false
isOwn : true
name : length
value : {
- description : 0
+ description : 4
type : number
- value : 0
+ value : 4
}
writable : true
}
@@ -337,12 +391,6 @@ expression: new Set([1,2])
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -393,12 +441,6 @@ expression: new Set()
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : false
@@ -429,12 +471,6 @@ expression: new Set([1,2]).values()
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -488,12 +524,6 @@ expression: it = new Set([1,2]).values(); it.next(); it
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -533,12 +563,6 @@ expression: it = new Set([1,2]).keys(); it.next(); it
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -572,19 +596,12 @@ expression: it = new Set([1,2]).keys(); it.next(); it
expression: it = new Set([1,2]).entries(); it.next(); it
[
[0] : {
- key : 2
value : 2
}
]
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -593,7 +610,7 @@ expression: it = new Set([1,2]).entries(); it.next(); it
name : 0
value : {
className : Object
- description : {2 => 2}
+ description : 2
objectId : <objectId>
subtype : internal#entry
type : object
@@ -621,12 +638,6 @@ expression: it = new Set([1,2]).values(); it.next(); it.next(); it
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : false
@@ -651,12 +662,6 @@ expression: new WeakMap()
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : false
@@ -685,12 +690,6 @@ expression: new WeakMap([[{ a: 2 }, 42]])
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true
@@ -729,12 +728,6 @@ expression: new WeakSet()
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : false
@@ -762,12 +755,6 @@ expression: new WeakSet([{a:2}])
{
id : <messageId>
result : {
- internalProperties : [
- [0] : {
- name : [[StableObjectId]]
- value : <StablectObjectId>
- }
- ]
result : [
[0] : {
configurable : true