@@ -5,6 +5,7 @@ Running test: testObject5
5
5
foo own string cat
6
6
Internal properties
7
7
[[PrimitiveValue]] number 5
8
+ [[StableObjectId]]: <stableObjectId>
8
9
9
10
Running test: testNotOwn
10
11
__defineGetter__ inherited function undefined
@@ -23,6 +24,8 @@ Running test: testNotOwn
23
24
toLocaleString inherited function undefined
24
25
toString inherited function undefined
25
26
valueOf inherited function undefined
27
+ Internal properties
28
+ [[StableObjectId]]: <stableObjectId>
26
29
27
30
Running test: testAccessorsOnly
28
31
b own no value, getter, setter
@@ -34,6 +37,8 @@ Running test: testArray
34
37
2 own string blue
35
38
__proto__ own object undefined
36
39
length own number 3
40
+ Internal properties
41
+ [[StableObjectId]]: <stableObjectId>
37
42
38
43
Running test: testBound
39
44
__proto__ own function undefined
@@ -42,14 +47,19 @@ Running test: testBound
42
47
Internal properties
43
48
[[BoundArgs]] object undefined
44
49
[[BoundThis]] object undefined
50
+ [[StableObjectId]]: <stableObjectId>
45
51
[[TargetFunction]] function undefined
46
52
47
53
Running test: testObjectThrowsLength
48
54
__proto__ own object undefined
49
55
length own no value, getter
56
+ Internal properties
57
+ [[StableObjectId]]: <stableObjectId>
50
58
51
59
Running test: testTypedArrayWithoutLength
52
60
__proto__ own object undefined
61
+ Internal properties
62
+ [[StableObjectId]]: <stableObjectId>
53
63
54
64
Running test: testArrayBuffer
55
65
[[Int8Array]]
@@ -62,6 +72,8 @@ Running test: testArrayBuffer
62
72
6 own number 1
63
73
7 own number 1
64
74
__proto__ own object undefined
75
+ Internal properties
76
+ [[StableObjectId]]: <stableObjectId>
65
77
[[Uint8Array]]
66
78
0 own number 1
67
79
1 own number 1
@@ -72,18 +84,26 @@ Running test: testArrayBuffer
72
84
6 own number 1
73
85
7 own number 1
74
86
__proto__ own object undefined
87
+ Internal properties
88
+ [[StableObjectId]]: <stableObjectId>
75
89
[[Int16Array]]
76
90
0 own number 257
77
91
1 own number 257
78
92
2 own number 257
79
93
3 own number 257
80
94
__proto__ own object undefined
95
+ Internal properties
96
+ [[StableObjectId]]: <stableObjectId>
81
97
[[Int32Array]]
82
98
0 own number 16843009
83
99
1 own number 16843009
84
100
__proto__ own object undefined
101
+ Internal properties
102
+ [[StableObjectId]]: <stableObjectId>
85
103
86
104
Running test: testArrayBufferWithBrokenUintCtor
87
105
[[Int8Array]] own object undefined
88
106
[[Uint8Array]] own object undefined
89
107
__proto__ own object undefined
108
+ Internal properties
109
+ [[StableObjectId]]: <stableObjectId>
0 commit comments