@@ -29,7 +29,6 @@ $helper->line();
2929$ helper ->header ('Accessors ' );
3030$ helper ->method_matches ($ value , 'GetIsolate ' , $ isolate );
3131$ helper ->method_matches ($ value , 'GetContext ' , $ context );
32- $ helper ->method_matches ($ value , 'CreationContext ' , $ context );
3332$ helper ->space ();
3433
3534$ v8_helper ->run_checks ($ value , 'Checkers ' );
@@ -122,7 +121,6 @@ Accessors:
122121----------
123122V8\ArrayObject::GetIsolate() matches expected value
124123V8\ArrayObject::GetContext() matches expected value
125- V8\ArrayObject::CreationContext() matches expected value
126124
127125
128126Checkers:
@@ -184,7 +182,7 @@ V8\ArrayObject(V8\Value)->IsProxy(): bool(false)
184182Converters:
185183-----------
186184V8\ArrayObject(V8\Value)->ToBoolean():
187- object(V8\BooleanValue)#118 (1) {
185+ object(V8\BooleanValue)#117 (1) {
188186 ["isolate":"V8\Value":private]=>
189187 object(V8\Isolate)#3 (5) {
190188 ["snapshot":"V8\Isolate":private]=>
@@ -200,7 +198,7 @@ V8\ArrayObject(V8\Value)->ToBoolean():
200198 }
201199 }
202200V8\ArrayObject(V8\Value)->ToNumber():
203- object(V8\Int32Value)#118 (1) {
201+ object(V8\Int32Value)#117 (1) {
204202 ["isolate":"V8\Value":private]=>
205203 object(V8\Isolate)#3 (5) {
206204 ["snapshot":"V8\Isolate":private]=>
@@ -216,7 +214,7 @@ V8\ArrayObject(V8\Value)->ToNumber():
216214 }
217215 }
218216V8\ArrayObject(V8\Value)->ToString():
219- object(V8\StringValue)#118 (1) {
217+ object(V8\StringValue)#117 (1) {
220218 ["isolate":"V8\Value":private]=>
221219 object(V8\Isolate)#3 (5) {
222220 ["snapshot":"V8\Isolate":private]=>
@@ -232,7 +230,7 @@ V8\ArrayObject(V8\Value)->ToString():
232230 }
233231 }
234232V8\ArrayObject(V8\Value)->ToDetailString():
235- object(V8\StringValue)#118 (1) {
233+ object(V8\StringValue)#117 (1) {
236234 ["isolate":"V8\Value":private]=>
237235 object(V8\Isolate)#3 (5) {
238236 ["snapshot":"V8\Isolate":private]=>
@@ -298,7 +296,7 @@ V8\ArrayObject(V8\Value)->ToObject():
298296 }
299297 }
300298V8\ArrayObject(V8\Value)->ToInteger():
301- object(V8\Int32Value)#118 (1) {
299+ object(V8\Int32Value)#117 (1) {
302300 ["isolate":"V8\Value":private]=>
303301 object(V8\Isolate)#3 (5) {
304302 ["snapshot":"V8\Isolate":private]=>
@@ -314,7 +312,7 @@ V8\ArrayObject(V8\Value)->ToInteger():
314312 }
315313 }
316314V8\ArrayObject(V8\Value)->ToUint32():
317- object(V8\Int32Value)#118 (1) {
315+ object(V8\Int32Value)#117 (1) {
318316 ["isolate":"V8\Value":private]=>
319317 object(V8\Isolate)#3 (5) {
320318 ["snapshot":"V8\Isolate":private]=>
@@ -330,7 +328,7 @@ V8\ArrayObject(V8\Value)->ToUint32():
330328 }
331329 }
332330V8\ArrayObject(V8\Value)->ToInt32():
333- object(V8\Int32Value)#118 (1) {
331+ object(V8\Int32Value)#117 (1) {
334332 ["isolate":"V8\Value":private]=>
335333 object(V8\Isolate)#3 (5) {
336334 ["snapshot":"V8\Isolate":private]=>
0 commit comments