@@ -134,6 +134,8 @@ V8\ArrayObject(V8\Value)->isUint32Array(): bool(false)
134134V8\ArrayObject(V8\Value)->isInt32Array(): bool(false)
135135V8\ArrayObject(V8\Value)->isFloat32Array(): bool(false)
136136V8\ArrayObject(V8\Value)->isFloat64Array(): bool(false)
137+ V8\ArrayObject(V8\Value)->isBigInt64Array(): bool(false)
138+ V8\ArrayObject(V8\Value)->isBigUint64Array(): bool(false)
137139V8\ArrayObject(V8\Value)->isDataView(): bool(false)
138140V8\ArrayObject(V8\Value)->isSharedArrayBuffer(): bool(false)
139141V8\ArrayObject(V8\Value)->isProxy(): bool(false)
@@ -142,25 +144,25 @@ V8\ArrayObject(V8\Value)->isProxy(): bool(false)
142144Converters:
143145-----------
144146V8\ArrayObject(V8\Value)->toBoolean():
145- object(V8\BooleanValue)#118 (1) {
147+ object(V8\BooleanValue)#120 (1) {
146148 ["isolate":"V8\Value":private]=>
147149 object(V8\Isolate)#3 (0) {
148150 }
149151 }
150152V8\ArrayObject(V8\Value)->toNumber():
151- object(V8\Int32Value)#118 (1) {
153+ object(V8\Int32Value)#120 (1) {
152154 ["isolate":"V8\Value":private]=>
153155 object(V8\Isolate)#3 (0) {
154156 }
155157 }
156158V8\ArrayObject(V8\Value)->toString():
157- object(V8\StringValue)#118 (1) {
159+ object(V8\StringValue)#120 (1) {
158160 ["isolate":"V8\Value":private]=>
159161 object(V8\Isolate)#3 (0) {
160162 }
161163 }
162164V8\ArrayObject(V8\Value)->toDetailString():
163- object(V8\StringValue)#118 (1) {
165+ object(V8\StringValue)#120 (1) {
164166 ["isolate":"V8\Value":private]=>
165167 object(V8\Isolate)#3 (0) {
166168 }
@@ -178,19 +180,19 @@ V8\ArrayObject(V8\Value)->toObject():
178180 }
179181 }
180182V8\ArrayObject(V8\Value)->toInteger():
181- object(V8\Int32Value)#118 (1) {
183+ object(V8\Int32Value)#120 (1) {
182184 ["isolate":"V8\Value":private]=>
183185 object(V8\Isolate)#3 (0) {
184186 }
185187 }
186188V8\ArrayObject(V8\Value)->toUint32():
187- object(V8\Int32Value)#118 (1) {
189+ object(V8\Int32Value)#120 (1) {
188190 ["isolate":"V8\Value":private]=>
189191 object(V8\Isolate)#3 (0) {
190192 }
191193 }
192194V8\ArrayObject(V8\Value)->toInt32():
193- object(V8\Int32Value)#118 (1) {
195+ object(V8\Int32Value)#120 (1) {
194196 ["isolate":"V8\Value":private]=>
195197 object(V8\Isolate)#3 (0) {
196198 }
0 commit comments