Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/Generators.golden

Issue 2641443002: [ignition] Use absolute values for jump offsets (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 B(JumpIfUndefined), U8(35), 131 B(JumpIfUndefined), U8(35),
132 B(CallRuntime), U16(Runtime::k_GeneratorGetContext), R(new_targe t), U8(1), 132 B(CallRuntime), U16(Runtime::k_GeneratorGetContext), R(new_targe t), U8(1),
133 B(PushContext), R(2), 133 B(PushContext), R(2),
134 B(ResumeGenerator), R(new_target), 134 B(ResumeGenerator), R(new_target),
135 B(Star), R(1), 135 B(Star), R(1),
136 B(LdaZero), 136 B(LdaZero),
137 B(TestEqualStrict), R(1), U8(0), 137 B(TestEqualStrict), R(1), U8(0),
138 B(JumpIfTrue), U8(60), 138 B(JumpIfTrue), U8(60),
139 B(LdaSmi), U8(1), 139 B(LdaSmi), U8(1),
140 B(TestEqualStrict), R(1), U8(0), 140 B(TestEqualStrict), R(1), U8(0),
141 B(JumpIfTrueConstant), U8(0), 141 B(JumpIfTrue), U8(130),
142 B(LdaSmi), U8(78), 142 B(LdaSmi), U8(78),
143 B(Star), R(3), 143 B(Star), R(3),
144 B(CallRuntime), U16(Runtime::kAbort), R(3), U8(1), 144 B(CallRuntime), U16(Runtime::kAbort), R(3), U8(1),
145 B(LdaSmi), U8(-2), 145 B(LdaSmi), U8(-2),
146 B(Star), R(1), 146 B(Star), R(1),
147 B(CreateFunctionContext), U8(2), 147 B(CreateFunctionContext), U8(2),
148 B(PushContext), R(0), 148 B(PushContext), R(0),
149 B(Ldar), R(this), 149 B(Ldar), R(this),
150 B(StaCurrentContextSlot), U8(4), 150 B(StaCurrentContextSlot), U8(4),
151 /* 11 E> */ B(StackCheck), 151 /* 11 E> */ B(StackCheck),
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 B(Ldar), R(4), 261 B(Ldar), R(4),
262 /* 25 S> */ B(Return), 262 /* 25 S> */ B(Return),
263 B(Ldar), R(4), 263 B(Ldar), R(4),
264 /* 25 S> */ B(Return), 264 /* 25 S> */ B(Return),
265 B(Ldar), R(4), 265 B(Ldar), R(4),
266 B(ReThrow), 266 B(ReThrow),
267 B(LdaUndefined), 267 B(LdaUndefined),
268 /* 25 S> */ B(Return), 268 /* 25 S> */ B(Return),
269 ] 269 ]
270 constant pool: [ 270 constant pool: [
271 Smi [130],
272 ] 271 ]
273 handlers: [ 272 handlers: [
274 [53, 228, 234], 273 [53, 228, 234],
275 ] 274 ]
276 275
277 --- 276 ---
278 snippet: " 277 snippet: "
279 function* f() { for (let x of [42]) yield x } 278 function* f() { for (let x of [42]) yield x }
280 f(); 279 f();
281 " 280 "
282 frame size: 18 281 frame size: 18
283 parameter count: 1 282 parameter count: 1
284 bytecode array length: 778 283 bytecode array length: 775
285 bytecodes: [ 284 bytecodes: [
286 B(Ldar), R(new_target), 285 B(Ldar), R(new_target),
287 B(JumpIfUndefined), U8(35), 286 B(JumpIfUndefined), U8(35),
288 B(CallRuntime), U16(Runtime::k_GeneratorGetContext), R(new_targe t), U8(1), 287 B(CallRuntime), U16(Runtime::k_GeneratorGetContext), R(new_targe t), U8(1),
289 B(PushContext), R(4), 288 B(PushContext), R(4),
290 B(ResumeGenerator), R(new_target), 289 B(ResumeGenerator), R(new_target),
291 B(Star), R(3), 290 B(Star), R(3),
292 B(LdaZero), 291 B(LdaZero),
293 B(TestEqualStrict), R(3), U8(0), 292 B(TestEqualStrict), R(3), U8(0),
294 B(JumpIfTrue), U8(60), 293 B(JumpIfTrue), U8(60),
295 B(LdaSmi), U8(1), 294 B(LdaSmi), U8(1),
296 B(TestEqualStrict), R(3), U8(0), 295 B(TestEqualStrict), R(3), U8(0),
297 B(JumpIfTrueConstant), U8(3), 296 B(JumpIfTrue), U8(154),
298 B(LdaSmi), U8(78), 297 B(LdaSmi), U8(78),
299 B(Star), R(5), 298 B(Star), R(5),
300 B(CallRuntime), U16(Runtime::kAbort), R(5), U8(1), 299 B(CallRuntime), U16(Runtime::kAbort), R(5), U8(1),
301 B(LdaSmi), U8(-2), 300 B(LdaSmi), U8(-2),
302 B(Star), R(3), 301 B(Star), R(3),
303 B(CreateFunctionContext), U8(9), 302 B(CreateFunctionContext), U8(9),
304 B(PushContext), R(0), 303 B(PushContext), R(0),
305 B(Ldar), R(this), 304 B(Ldar), R(this),
306 B(StaCurrentContextSlot), U8(4), 305 B(StaCurrentContextSlot), U8(4),
307 /* 11 E> */ B(StackCheck), 306 /* 11 E> */ B(StackCheck),
(...skipping 23 matching lines...) Expand all
331 B(TestEqualStrict), R(11), U8(0), 330 B(TestEqualStrict), R(11), U8(0),
332 B(JumpIfTrue), U8(21), 331 B(JumpIfTrue), U8(21),
333 B(Jump), U8(2), 332 B(Jump), U8(2),
334 B(LdaTrue), 333 B(LdaTrue),
335 B(Star), R(13), 334 B(Star), R(13),
336 B(Mov), R(10), R(12), 335 B(Mov), R(10), R(12),
337 B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(12) , U8(2), 336 B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(12) , U8(2),
338 B(Star), R(6), 337 B(Star), R(6),
339 B(LdaZero), 338 B(LdaZero),
340 B(Star), R(5), 339 B(Star), R(5),
341 B(JumpConstant), U8(18), 340 B(JumpConstant), U8(13),
342 B(Ldar), R(10), 341 B(Ldar), R(10),
343 /* 11 E> */ B(Throw), 342 /* 11 E> */ B(Throw),
344 B(Ldar), R(closure), 343 B(Ldar), R(closure),
345 B(CreateBlockContext), U8(0), 344 B(CreateBlockContext), U8(0),
346 B(PushContext), R(1), 345 B(PushContext), R(1),
347 B(LdaTheHole), 346 B(LdaTheHole),
348 B(StaCurrentContextSlot), U8(4), 347 B(StaCurrentContextSlot), U8(4),
349 B(LdaZero), 348 B(LdaZero),
350 B(StaContextSlot), R(1), U8(9), U8(0), 349 B(StaContextSlot), R(1), U8(9), U8(0),
351 B(Mov), R(context), R(10), 350 B(Mov), R(context), R(10),
352 B(Mov), R(context), R(11), 351 B(Mov), R(context), R(11),
353 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(9), 352 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(9),
354 B(Star), R(12), 353 B(Star), R(12),
355 B(LdaNamedProperty), R(12), U8(2), U8(2), 354 B(LdaNamedProperty), R(12), U8(2), U8(2),
356 B(Star), R(13), 355 B(Star), R(13),
357 B(CallProperty), R(13), R(12), U8(1), U8(4), 356 B(CallProperty), R(13), R(12), U8(1), U8(4),
358 B(JumpIfJSReceiver), U8(7), 357 B(JumpIfJSReceiver), U8(7),
359 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0), 358 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
360 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0), 359 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
361 B(LdaSmi), U8(-2), 360 B(LdaSmi), U8(-2),
362 B(TestEqual), R(3), U8(0), 361 B(TestEqual), R(3), U8(0),
363 B(JumpIfTrue), U8(18), 362 B(JumpIfTrue), U8(18),
364 B(LdaSmi), U8(1), 363 B(LdaSmi), U8(1),
365 B(TestEqualStrict), R(3), U8(0), 364 B(TestEqualStrict), R(3), U8(0),
366 B(JumpIfTrueConstant), U8(8), 365 B(JumpIfTrue), U8(134),
367 B(LdaSmi), U8(78), 366 B(LdaSmi), U8(78),
368 B(Star), R(12), 367 B(Star), R(12),
369 B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1), 368 B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1),
370 /* 27 S> */ B(LdaContextSlot), R(1), U8(7), U8(0), 369 /* 27 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
371 B(Star), R(13), 370 B(Star), R(13),
372 B(LdaNamedProperty), R(13), U8(4), U8(8), 371 B(LdaNamedProperty), R(13), U8(3), U8(8),
373 B(Star), R(12), 372 B(Star), R(12),
374 /* 27 E> */ B(CallProperty), R(12), R(13), U8(1), U8(6), 373 /* 27 E> */ B(CallProperty), R(12), R(13), U8(1), U8(6),
375 /* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0), 374 /* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
376 B(Star), R(12), 375 B(Star), R(12),
377 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1), 376 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
378 B(ToBooleanLogicalNot), 377 B(ToBooleanLogicalNot),
379 B(JumpIfFalse), U8(13), 378 B(JumpIfFalse), U8(13),
380 B(LdaContextSlot), R(1), U8(8), U8(0), 379 B(LdaContextSlot), R(1), U8(8), U8(0),
381 B(Star), R(12), 380 B(Star), R(12),
382 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (12), U8(1), 381 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (12), U8(1),
383 B(LdaContextSlot), R(1), U8(8), U8(0), 382 B(LdaContextSlot), R(1), U8(8), U8(0),
384 B(Star), R(12), 383 B(Star), R(12),
385 B(LdaNamedProperty), R(12), U8(5), U8(10), 384 B(LdaNamedProperty), R(12), U8(4), U8(10),
386 B(JumpIfToBooleanTrueConstant), U8(9), 385 B(JumpIfToBooleanTrue), U8(147),
387 B(LdaContextSlot), R(1), U8(8), U8(0), 386 B(LdaContextSlot), R(1), U8(8), U8(0),
388 B(Star), R(12), 387 B(Star), R(12),
389 B(LdaNamedProperty), R(12), U8(6), U8(12), 388 B(LdaNamedProperty), R(12), U8(5), U8(12),
390 B(StaContextSlot), R(1), U8(10), U8(0), 389 B(StaContextSlot), R(1), U8(10), U8(0),
391 B(LdaSmi), U8(2), 390 B(LdaSmi), U8(2),
392 B(StaContextSlot), R(1), U8(9), U8(0), 391 B(StaContextSlot), R(1), U8(9), U8(0),
393 B(LdaContextSlot), R(1), U8(10), U8(0), 392 B(LdaContextSlot), R(1), U8(10), U8(0),
394 B(StaContextSlot), R(1), U8(6), U8(0), 393 B(StaContextSlot), R(1), U8(6), U8(0),
395 /* 16 E> */ B(StackCheck), 394 /* 16 E> */ B(StackCheck),
396 B(Ldar), R(closure), 395 B(Ldar), R(closure),
397 B(CreateBlockContext), U8(7), 396 B(CreateBlockContext), U8(6),
398 B(PushContext), R(2), 397 B(PushContext), R(2),
399 B(LdaTheHole), 398 B(LdaTheHole),
400 B(StaCurrentContextSlot), U8(4), 399 B(StaCurrentContextSlot), U8(4),
401 B(LdaContextSlot), R(1), U8(6), U8(0), 400 B(LdaContextSlot), R(1), U8(6), U8(0),
402 B(StaCurrentContextSlot), U8(4), 401 B(StaCurrentContextSlot), U8(4),
403 /* 36 S> */ B(LdaCurrentContextSlot), U8(4), 402 /* 36 S> */ B(LdaCurrentContextSlot), U8(4),
404 B(Star), R(12), 403 B(Star), R(12),
405 B(LdaFalse), 404 B(LdaFalse),
406 B(Star), R(13), 405 B(Star), R(13),
407 B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(12) , U8(2), 406 B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(12) , U8(2),
(...skipping 23 matching lines...) Expand all
431 B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(16) , U8(2), 430 B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(16) , U8(2),
432 B(PopContext), R(2), 431 B(PopContext), R(2),
433 B(PopContext), R(2), 432 B(PopContext), R(2),
434 B(PopContext), R(2), 433 B(PopContext), R(2),
435 B(PopContext), R(2), 434 B(PopContext), R(2),
436 B(PopContext), R(2), 435 B(PopContext), R(2),
437 B(PopContext), R(2), 436 B(PopContext), R(2),
438 B(Star), R(9), 437 B(Star), R(9),
439 B(LdaZero), 438 B(LdaZero),
440 B(Star), R(8), 439 B(Star), R(8),
441 B(Jump), U8(74), 440 B(Jump), U8(71),
442 B(Ldar), R(14), 441 B(Ldar), R(14),
443 /* 36 E> */ B(Throw), 442 /* 36 E> */ B(Throw),
444 B(PopContext), R(2), 443 B(PopContext), R(2),
445 B(LdaZero), 444 B(LdaZero),
446 B(StaContextSlot), R(1), U8(9), U8(0), 445 B(StaContextSlot), R(1), U8(9), U8(0),
447 B(Wide), B(JumpLoop), U16(-219), U16(0), 446 B(JumpLoop), U8(218), U8(0),
448 B(Jump), U8(44), 447 B(Jump), U8(44),
449 B(Star), R(12), 448 B(Star), R(12),
450 B(Ldar), R(closure), 449 B(Ldar), R(closure),
451 B(CreateCatchContext), R(12), U8(10), U8(11), 450 B(CreateCatchContext), R(12), U8(7), U8(8),
452 B(Star), R(11), 451 B(Star), R(11),
453 B(PushContext), R(2), 452 B(PushContext), R(2),
454 B(LdaContextSlot), R(1), U8(9), U8(0), 453 B(LdaContextSlot), R(1), U8(9), U8(0),
455 B(Star), R(12), 454 B(Star), R(12),
456 B(LdaSmi), U8(2), 455 B(LdaSmi), U8(2),
457 B(TestEqualStrict), R(12), U8(14), 456 B(TestEqualStrict), R(12), U8(14),
458 B(JumpIfFalse), U8(8), 457 B(JumpIfFalse), U8(8),
459 B(LdaSmi), U8(1), 458 B(LdaSmi), U8(1),
460 B(StaContextSlot), R(1), U8(9), U8(0), 459 B(StaContextSlot), R(1), U8(9), U8(0),
461 B(LdaCurrentContextSlot), U8(4), 460 B(LdaCurrentContextSlot), U8(4),
462 B(Star), R(12), 461 B(Star), R(12),
463 B(CallRuntime), U16(Runtime::kReThrow), R(12), U8(1), 462 B(CallRuntime), U16(Runtime::kReThrow), R(12), U8(1),
464 B(PopContext), R(2), 463 B(PopContext), R(2),
465 B(LdaSmi), U8(-1), 464 B(LdaSmi), U8(-1),
466 B(Star), R(8), 465 B(Star), R(8),
467 B(Jump), U8(8), 466 B(Jump), U8(8),
468 B(Star), R(9), 467 B(Star), R(9),
469 B(LdaSmi), U8(1), 468 B(LdaSmi), U8(1),
470 B(Star), R(8), 469 B(Star), R(8),
471 B(LdaTheHole), 470 B(LdaTheHole),
472 B(SetPendingMessage), 471 B(SetPendingMessage),
473 B(Star), R(10), 472 B(Star), R(10),
474 B(LdaContextSlot), R(1), U8(9), U8(0), 473 B(LdaContextSlot), R(1), U8(9), U8(0),
475 B(Star), R(11), 474 B(Star), R(11),
476 B(LdaZero), 475 B(LdaZero),
477 B(TestEqualStrict), R(11), U8(15), 476 B(TestEqualStrict), R(11), U8(15),
478 B(JumpIfTrueConstant), U8(17), 477 B(JumpIfTrue), U8(159),
479 B(LdaContextSlot), R(1), U8(7), U8(0), 478 B(LdaContextSlot), R(1), U8(7), U8(0),
480 B(Star), R(11), 479 B(Star), R(11),
481 B(LdaNamedProperty), R(11), U8(12), U8(16), 480 B(LdaNamedProperty), R(11), U8(9), U8(16),
482 B(StaContextSlot), R(1), U8(11), U8(0), 481 B(StaContextSlot), R(1), U8(11), U8(0),
483 B(LdaContextSlot), R(1), U8(11), U8(0), 482 B(LdaContextSlot), R(1), U8(11), U8(0),
484 B(Star), R(11), 483 B(Star), R(11),
485 B(TestUndetectable), R(11), 484 B(TestUndetectable), R(11),
486 B(JumpIfFalse), U8(4), 485 B(JumpIfFalse), U8(4),
487 B(JumpConstant), U8(16), 486 B(Jump), U8(133),
488 B(LdaContextSlot), R(1), U8(9), U8(0), 487 B(LdaContextSlot), R(1), U8(9), U8(0),
489 B(Star), R(11), 488 B(Star), R(11),
490 B(LdaSmi), U8(1), 489 B(LdaSmi), U8(1),
491 B(TestEqualStrict), R(11), U8(19), 490 B(TestEqualStrict), R(11), U8(19),
492 B(JumpIfFalse), U8(75), 491 B(JumpIfFalse), U8(75),
493 B(LdaContextSlot), R(1), U8(11), U8(0), 492 B(LdaContextSlot), R(1), U8(11), U8(0),
494 B(TypeOf), 493 B(TypeOf),
495 B(Star), R(11), 494 B(Star), R(11),
496 B(LdaConstant), U8(13), 495 B(LdaConstant), U8(10),
497 B(TestEqualStrict), R(11), U8(20), 496 B(TestEqualStrict), R(11), U8(20),
498 B(JumpIfFalse), U8(4), 497 B(JumpIfFalse), U8(4),
499 B(Jump), U8(18), 498 B(Jump), U8(18),
500 B(Wide), B(LdaSmi), U16(130), 499 B(Wide), B(LdaSmi), U16(130),
501 B(Star), R(11), 500 B(Star), R(11),
502 B(LdaConstant), U8(14), 501 B(LdaConstant), U8(11),
503 B(Star), R(12), 502 B(Star), R(12),
504 B(CallRuntime), U16(Runtime::kNewTypeError), R(11), U8(2), 503 B(CallRuntime), U16(Runtime::kNewTypeError), R(11), U8(2),
505 B(Throw), 504 B(Throw),
506 B(Mov), R(context), R(11), 505 B(Mov), R(context), R(11),
507 B(LdaContextSlot), R(1), U8(11), U8(0), 506 B(LdaContextSlot), R(1), U8(11), U8(0),
508 B(Star), R(12), 507 B(Star), R(12),
509 B(LdaContextSlot), R(1), U8(7), U8(0), 508 B(LdaContextSlot), R(1), U8(7), U8(0),
510 B(Star), R(13), 509 B(Star), R(13),
511 B(InvokeIntrinsic), U8(Runtime::k_Call), R(12), U8(2), 510 B(InvokeIntrinsic), U8(Runtime::k_Call), R(12), U8(2),
512 B(Jump), U8(20), 511 B(Jump), U8(20),
513 B(Star), R(12), 512 B(Star), R(12),
514 B(Ldar), R(closure), 513 B(Ldar), R(closure),
515 B(CreateCatchContext), R(12), U8(10), U8(15), 514 B(CreateCatchContext), R(12), U8(7), U8(12),
516 B(Star), R(11), 515 B(Star), R(11),
517 B(LdaTheHole), 516 B(LdaTheHole),
518 B(SetPendingMessage), 517 B(SetPendingMessage),
519 B(Ldar), R(11), 518 B(Ldar), R(11),
520 B(PushContext), R(2), 519 B(PushContext), R(2),
521 B(PopContext), R(2), 520 B(PopContext), R(2),
522 B(Jump), U8(47), 521 B(Jump), U8(47),
523 B(LdaContextSlot), R(1), U8(11), U8(0), 522 B(LdaContextSlot), R(1), U8(11), U8(0),
524 B(Star), R(11), 523 B(Star), R(11),
525 B(LdaContextSlot), R(1), U8(7), U8(0), 524 B(LdaContextSlot), R(1), U8(7), U8(0),
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 /* 44 S> */ B(Return), 604 /* 44 S> */ B(Return),
606 B(Ldar), R(6), 605 B(Ldar), R(6),
607 B(ReThrow), 606 B(ReThrow),
608 B(LdaUndefined), 607 B(LdaUndefined),
609 /* 44 S> */ B(Return), 608 /* 44 S> */ B(Return),
610 ] 609 ]
611 constant pool: [ 610 constant pool: [
612 FIXED_ARRAY_TYPE, 611 FIXED_ARRAY_TYPE,
613 CONSTANT_ELEMENTS_PAIR_TYPE, 612 CONSTANT_ELEMENTS_PAIR_TYPE,
614 SYMBOL_TYPE, 613 SYMBOL_TYPE,
615 Smi [154],
616 ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"], 614 ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
617 ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"], 615 ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
618 ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"], 616 ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
619 FIXED_ARRAY_TYPE, 617 FIXED_ARRAY_TYPE,
620 Smi [134],
621 Smi [150],
622 ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"], 618 ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
623 FIXED_ARRAY_TYPE, 619 FIXED_ARRAY_TYPE,
624 ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"], 620 ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
625 ONE_BYTE_INTERNALIZED_STRING_TYPE ["function"], 621 ONE_BYTE_INTERNALIZED_STRING_TYPE ["function"],
626 ONE_BYTE_INTERNALIZED_STRING_TYPE [""], 622 ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
627 FIXED_ARRAY_TYPE, 623 FIXED_ARRAY_TYPE,
628 Smi [133], 624 Smi [579],
629 Smi [159],
630 Smi [582],
631 ] 625 ]
632 handlers: [ 626 handlers: [
633 [53, 697, 703], 627 [53, 694, 700],
634 [149, 448, 454], 628 [149, 445, 451],
635 [152, 404, 406], 629 [152, 401, 403],
636 [550, 566, 568], 630 [547, 563, 565],
637 ] 631 ]
638 632
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698