| OLD | NEW |
| 1 # | 1 # |
| 2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
| 3 # | 3 # |
| 4 | 4 |
| 5 --- | 5 --- |
| 6 pool type: mixed | 6 pool type: mixed |
| 7 execute: yes | 7 execute: yes |
| 8 wrap: yes | 8 wrap: yes |
| 9 | 9 |
| 10 --- | 10 --- |
| 11 snippet: " | 11 snippet: " |
| 12 var a; return function() { a = 1; }; | 12 var a; return function() { a = 1; }; |
| 13 " | 13 " |
| 14 frame size: 1 | 14 frame size: 1 |
| 15 parameter count: 1 | 15 parameter count: 1 |
| 16 bytecode array length: 12 | 16 bytecode array length: 12 |
| 17 bytecodes: [ | 17 bytecodes: [ |
| 18 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), | 18 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), |
| 19 B(PushContext), R(0), | 19 B(PushContext), R(0), |
| 20 B(StackCheck), | 20 /* 30 E> */ B(StackCheck), |
| 21 B(CreateClosure), U8(0), U8(0), | 21 /* 41 S> */ B(CreateClosure), U8(0), U8(0), |
| 22 B(Return), | 22 /* 71 S> */ B(Return), |
| 23 ] | 23 ] |
| 24 constant pool: [ | 24 constant pool: [ |
| 25 InstanceType::SHARED_FUNCTION_INFO_TYPE, | 25 InstanceType::SHARED_FUNCTION_INFO_TYPE, |
| 26 ] | 26 ] |
| 27 handlers: [ | 27 handlers: [ |
| 28 ] | 28 ] |
| 29 | 29 |
| 30 --- | 30 --- |
| 31 snippet: " | 31 snippet: " |
| 32 var a = 1; return function() { a = 2; }; | 32 var a = 1; return function() { a = 2; }; |
| 33 " | 33 " |
| 34 frame size: 1 | 34 frame size: 1 |
| 35 parameter count: 1 | 35 parameter count: 1 |
| 36 bytecode array length: 17 | 36 bytecode array length: 17 |
| 37 bytecodes: [ | 37 bytecodes: [ |
| 38 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), | 38 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), |
| 39 B(PushContext), R(0), | 39 B(PushContext), R(0), |
| 40 B(StackCheck), | 40 /* 30 E> */ B(StackCheck), |
| 41 B(LdaSmi), U8(1), | 41 /* 42 S> */ B(LdaSmi), U8(1), |
| 42 B(StaContextSlot), R(context), U8(4), | 42 /* 42 E> */ B(StaContextSlot), R(context), U8(4), |
| 43 B(CreateClosure), U8(0), U8(0), | 43 /* 45 S> */ B(CreateClosure), U8(0), U8(0), |
| 44 B(Return), | 44 /* 75 S> */ B(Return), |
| 45 ] | 45 ] |
| 46 constant pool: [ | 46 constant pool: [ |
| 47 InstanceType::SHARED_FUNCTION_INFO_TYPE, | 47 InstanceType::SHARED_FUNCTION_INFO_TYPE, |
| 48 ] | 48 ] |
| 49 handlers: [ | 49 handlers: [ |
| 50 ] | 50 ] |
| 51 | 51 |
| 52 --- | 52 --- |
| 53 snippet: " | 53 snippet: " |
| 54 var a = 1; var b = 2; return function() { a = 2; b = 3 }; | 54 var a = 1; var b = 2; return function() { a = 2; b = 3 }; |
| 55 " | 55 " |
| 56 frame size: 1 | 56 frame size: 1 |
| 57 parameter count: 1 | 57 parameter count: 1 |
| 58 bytecode array length: 22 | 58 bytecode array length: 22 |
| 59 bytecodes: [ | 59 bytecodes: [ |
| 60 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), | 60 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), |
| 61 B(PushContext), R(0), | 61 B(PushContext), R(0), |
| 62 B(StackCheck), | 62 /* 30 E> */ B(StackCheck), |
| 63 B(LdaSmi), U8(1), | 63 /* 42 S> */ B(LdaSmi), U8(1), |
| 64 B(StaContextSlot), R(context), U8(4), | 64 /* 42 E> */ B(StaContextSlot), R(context), U8(4), |
| 65 B(LdaSmi), U8(2), | 65 /* 53 S> */ B(LdaSmi), U8(2), |
| 66 B(StaContextSlot), R(context), U8(5), | 66 /* 53 E> */ B(StaContextSlot), R(context), U8(5), |
| 67 B(CreateClosure), U8(0), U8(0), | 67 /* 56 S> */ B(CreateClosure), U8(0), U8(0), |
| 68 B(Return), | 68 /* 92 S> */ B(Return), |
| 69 ] | 69 ] |
| 70 constant pool: [ | 70 constant pool: [ |
| 71 InstanceType::SHARED_FUNCTION_INFO_TYPE, | 71 InstanceType::SHARED_FUNCTION_INFO_TYPE, |
| 72 ] | 72 ] |
| 73 handlers: [ | 73 handlers: [ |
| 74 ] | 74 ] |
| 75 | 75 |
| 76 --- | 76 --- |
| 77 snippet: " | 77 snippet: " |
| 78 var a; (function() { a = 2; })(); return a; | 78 var a; (function() { a = 2; })(); return a; |
| 79 " | 79 " |
| 80 frame size: 3 | 80 frame size: 3 |
| 81 parameter count: 1 | 81 parameter count: 1 |
| 82 bytecode array length: 25 | 82 bytecode array length: 25 |
| 83 bytecodes: [ | 83 bytecodes: [ |
| 84 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), | 84 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), |
| 85 B(PushContext), R(0), | 85 B(PushContext), R(0), |
| 86 B(StackCheck), | 86 /* 30 E> */ B(StackCheck), |
| 87 B(LdaUndefined), | 87 /* 41 S> */ B(LdaUndefined), |
| 88 B(Star), R(2), | 88 B(Star), R(2), |
| 89 B(CreateClosure), U8(0), U8(0), | 89 B(CreateClosure), U8(0), U8(0), |
| 90 B(Star), R(1), | 90 B(Star), R(1), |
| 91 B(Call), R(1), R(2), U8(1), U8(1), | 91 /* 64 E> */ B(Call), R(1), R(2), U8(1), U8(1), |
| 92 B(LdaContextSlot), R(context), U8(4), | 92 /* 68 S> */ B(LdaContextSlot), R(context), U8(4), |
| 93 B(Return), | 93 /* 78 S> */ B(Return), |
| 94 ] | 94 ] |
| 95 constant pool: [ | 95 constant pool: [ |
| 96 InstanceType::SHARED_FUNCTION_INFO_TYPE, | 96 InstanceType::SHARED_FUNCTION_INFO_TYPE, |
| 97 ] | 97 ] |
| 98 handlers: [ | 98 handlers: [ |
| 99 ] | 99 ] |
| 100 | 100 |
| 101 --- | 101 --- |
| 102 snippet: " | 102 snippet: " |
| 103 'use strict'; | 103 'use strict'; |
| 104 let a = 1; | 104 let a = 1; |
| 105 { let b = 2; return function() { a + b; }; } | 105 { let b = 2; return function() { a + b; }; } |
| 106 " | 106 " |
| 107 frame size: 4 | 107 frame size: 4 |
| 108 parameter count: 1 | 108 parameter count: 1 |
| 109 bytecode array length: 47 | 109 bytecode array length: 47 |
| 110 bytecodes: [ | 110 bytecodes: [ |
| 111 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), | 111 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), |
| 112 B(PushContext), R(0), | 112 B(PushContext), R(0), |
| 113 B(LdaTheHole), | 113 B(LdaTheHole), |
| 114 B(StaContextSlot), R(context), U8(4), | 114 B(StaContextSlot), R(context), U8(4), |
| 115 B(StackCheck), | 115 /* 30 E> */ B(StackCheck), |
| 116 B(LdaSmi), U8(1), | 116 /* 56 S> */ B(LdaSmi), U8(1), |
| 117 B(StaContextSlot), R(context), U8(4), | 117 /* 56 E> */ B(StaContextSlot), R(context), U8(4), |
| 118 B(LdaConstant), U8(0), | 118 B(LdaConstant), U8(0), |
| 119 B(Star), R(2), | 119 B(Star), R(2), |
| 120 B(Ldar), R(closure), | 120 B(Ldar), R(closure), |
| 121 B(Star), R(3), | 121 B(Star), R(3), |
| 122 B(CallRuntime), U16(Runtime::kPushBlockContext), R(2), U8(2), | 122 B(CallRuntime), U16(Runtime::kPushBlockContext), R(2), U8(2), |
| 123 B(PushContext), R(1), | 123 B(PushContext), R(1), |
| 124 B(LdaTheHole), | 124 B(LdaTheHole), |
| 125 B(StaContextSlot), R(context), U8(4), | 125 B(StaContextSlot), R(context), U8(4), |
| 126 B(LdaSmi), U8(2), | 126 /* 69 S> */ B(LdaSmi), U8(2), |
| 127 B(StaContextSlot), R(context), U8(4), | 127 /* 69 E> */ B(StaContextSlot), R(context), U8(4), |
| 128 B(CreateClosure), U8(1), U8(0), | 128 /* 72 S> */ B(CreateClosure), U8(1), U8(0), |
| 129 B(PopContext), R(0), | 129 B(PopContext), R(0), |
| 130 B(Return), | 130 /* 104 S> */ B(Return), |
| 131 ] | 131 ] |
| 132 constant pool: [ | 132 constant pool: [ |
| 133 InstanceType::FIXED_ARRAY_TYPE, | 133 InstanceType::FIXED_ARRAY_TYPE, |
| 134 InstanceType::SHARED_FUNCTION_INFO_TYPE, | 134 InstanceType::SHARED_FUNCTION_INFO_TYPE, |
| 135 ] | 135 ] |
| 136 handlers: [ | 136 handlers: [ |
| 137 ] | 137 ] |
| 138 | 138 |
| 139 --- | 139 --- |
| 140 snippet: " | 140 snippet: " |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 var a247 = 0; | 389 var a247 = 0; |
| 390 var a248 = 0; | 390 var a248 = 0; |
| 391 eval(); | 391 eval(); |
| 392 var b = 100; | 392 var b = 100; |
| 393 return b | 393 return b |
| 394 " | 394 " |
| 395 frame size: 3 | 395 frame size: 3 |
| 396 parameter count: 1 | 396 parameter count: 1 |
| 397 bytecode array length: 1046 | 397 bytecode array length: 1046 |
| 398 bytecodes: [ | 398 bytecodes: [ |
| 399 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), | 399 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), |
| 400 B(PushContext), R(0), | 400 B(PushContext), R(0), |
| 401 B(Ldar), R(this), | 401 B(Ldar), R(this), |
| 402 B(StaContextSlot), R(context), U8(4), | 402 B(StaContextSlot), R(context), U8(4), |
| 403 B(CreateUnmappedArguments), | 403 B(CreateUnmappedArguments), |
| 404 B(StaContextSlot), R(context), U8(5), | 404 B(StaContextSlot), R(context), U8(5), |
| 405 B(Ldar), R(new_target), | 405 B(Ldar), R(new_target), |
| 406 B(StaContextSlot), R(context), U8(6), | 406 B(StaContextSlot), R(context), U8(6), |
| 407 B(StackCheck), | 407 /* 30 E> */ B(StackCheck), |
| 408 B(LdaZero), | 408 /* 57 S> */ B(LdaZero), |
| 409 B(StaContextSlot), R(context), U8(7), | 409 /* 57 E> */ B(StaContextSlot), R(context), U8(7), |
| 410 B(LdaZero), | 410 /* 69 S> */ B(LdaZero), |
| 411 B(StaContextSlot), R(context), U8(8), | 411 /* 69 E> */ B(StaContextSlot), R(context), U8(8), |
| 412 B(LdaZero), | 412 /* 81 S> */ B(LdaZero), |
| 413 B(StaContextSlot), R(context), U8(9), | 413 /* 81 E> */ B(StaContextSlot), R(context), U8(9), |
| 414 B(LdaZero), | 414 /* 93 S> */ B(LdaZero), |
| 415 B(StaContextSlot), R(context), U8(10), | 415 /* 93 E> */ B(StaContextSlot), R(context), U8(10), |
| 416 B(LdaZero), | 416 /* 105 S> */ B(LdaZero), |
| 417 B(StaContextSlot), R(context), U8(11), | 417 /* 105 E> */ B(StaContextSlot), R(context), U8(11), |
| 418 B(LdaZero), | 418 /* 117 S> */ B(LdaZero), |
| 419 B(StaContextSlot), R(context), U8(12), | 419 /* 117 E> */ B(StaContextSlot), R(context), U8(12), |
| 420 B(LdaZero), | 420 /* 129 S> */ B(LdaZero), |
| 421 B(StaContextSlot), R(context), U8(13), | 421 /* 129 E> */ B(StaContextSlot), R(context), U8(13), |
| 422 B(LdaZero), | 422 /* 141 S> */ B(LdaZero), |
| 423 B(StaContextSlot), R(context), U8(14), | 423 /* 141 E> */ B(StaContextSlot), R(context), U8(14), |
| 424 B(LdaZero), | 424 /* 153 S> */ B(LdaZero), |
| 425 B(StaContextSlot), R(context), U8(15), | 425 /* 153 E> */ B(StaContextSlot), R(context), U8(15), |
| 426 B(LdaZero), | 426 /* 165 S> */ B(LdaZero), |
| 427 B(StaContextSlot), R(context), U8(16), | 427 /* 165 E> */ B(StaContextSlot), R(context), U8(16), |
| 428 B(LdaZero), | 428 /* 178 S> */ B(LdaZero), |
| 429 B(StaContextSlot), R(context), U8(17), | 429 /* 178 E> */ B(StaContextSlot), R(context), U8(17), |
| 430 B(LdaZero), | 430 /* 191 S> */ B(LdaZero), |
| 431 B(StaContextSlot), R(context), U8(18), | 431 /* 191 E> */ B(StaContextSlot), R(context), U8(18), |
| 432 B(LdaZero), | 432 /* 204 S> */ B(LdaZero), |
| 433 B(StaContextSlot), R(context), U8(19), | 433 /* 204 E> */ B(StaContextSlot), R(context), U8(19), |
| 434 B(LdaZero), | 434 /* 217 S> */ B(LdaZero), |
| 435 B(StaContextSlot), R(context), U8(20), | 435 /* 217 E> */ B(StaContextSlot), R(context), U8(20), |
| 436 B(LdaZero), | 436 /* 230 S> */ B(LdaZero), |
| 437 B(StaContextSlot), R(context), U8(21), | 437 /* 230 E> */ B(StaContextSlot), R(context), U8(21), |
| 438 B(LdaZero), | 438 /* 243 S> */ B(LdaZero), |
| 439 B(StaContextSlot), R(context), U8(22), | 439 /* 243 E> */ B(StaContextSlot), R(context), U8(22), |
| 440 B(LdaZero), | 440 /* 256 S> */ B(LdaZero), |
| 441 B(StaContextSlot), R(context), U8(23), | 441 /* 256 E> */ B(StaContextSlot), R(context), U8(23), |
| 442 B(LdaZero), | 442 /* 269 S> */ B(LdaZero), |
| 443 B(StaContextSlot), R(context), U8(24), | 443 /* 269 E> */ B(StaContextSlot), R(context), U8(24), |
| 444 B(LdaZero), | 444 /* 282 S> */ B(LdaZero), |
| 445 B(StaContextSlot), R(context), U8(25), | 445 /* 282 E> */ B(StaContextSlot), R(context), U8(25), |
| 446 B(LdaZero), | 446 /* 295 S> */ B(LdaZero), |
| 447 B(StaContextSlot), R(context), U8(26), | 447 /* 295 E> */ B(StaContextSlot), R(context), U8(26), |
| 448 B(LdaZero), | 448 /* 308 S> */ B(LdaZero), |
| 449 B(StaContextSlot), R(context), U8(27), | 449 /* 308 E> */ B(StaContextSlot), R(context), U8(27), |
| 450 B(LdaZero), | 450 /* 321 S> */ B(LdaZero), |
| 451 B(StaContextSlot), R(context), U8(28), | 451 /* 321 E> */ B(StaContextSlot), R(context), U8(28), |
| 452 B(LdaZero), | 452 /* 334 S> */ B(LdaZero), |
| 453 B(StaContextSlot), R(context), U8(29), | 453 /* 334 E> */ B(StaContextSlot), R(context), U8(29), |
| 454 B(LdaZero), | 454 /* 347 S> */ B(LdaZero), |
| 455 B(StaContextSlot), R(context), U8(30), | 455 /* 347 E> */ B(StaContextSlot), R(context), U8(30), |
| 456 B(LdaZero), | 456 /* 360 S> */ B(LdaZero), |
| 457 B(StaContextSlot), R(context), U8(31), | 457 /* 360 E> */ B(StaContextSlot), R(context), U8(31), |
| 458 B(LdaZero), | 458 /* 373 S> */ B(LdaZero), |
| 459 B(StaContextSlot), R(context), U8(32), | 459 /* 373 E> */ B(StaContextSlot), R(context), U8(32), |
| 460 B(LdaZero), | 460 /* 386 S> */ B(LdaZero), |
| 461 B(StaContextSlot), R(context), U8(33), | 461 /* 386 E> */ B(StaContextSlot), R(context), U8(33), |
| 462 B(LdaZero), | 462 /* 399 S> */ B(LdaZero), |
| 463 B(StaContextSlot), R(context), U8(34), | 463 /* 399 E> */ B(StaContextSlot), R(context), U8(34), |
| 464 B(LdaZero), | 464 /* 412 S> */ B(LdaZero), |
| 465 B(StaContextSlot), R(context), U8(35), | 465 /* 412 E> */ B(StaContextSlot), R(context), U8(35), |
| 466 B(LdaZero), | 466 /* 425 S> */ B(LdaZero), |
| 467 B(StaContextSlot), R(context), U8(36), | 467 /* 425 E> */ B(StaContextSlot), R(context), U8(36), |
| 468 B(LdaZero), | 468 /* 438 S> */ B(LdaZero), |
| 469 B(StaContextSlot), R(context), U8(37), | 469 /* 438 E> */ B(StaContextSlot), R(context), U8(37), |
| 470 B(LdaZero), | 470 /* 451 S> */ B(LdaZero), |
| 471 B(StaContextSlot), R(context), U8(38), | 471 /* 451 E> */ B(StaContextSlot), R(context), U8(38), |
| 472 B(LdaZero), | 472 /* 464 S> */ B(LdaZero), |
| 473 B(StaContextSlot), R(context), U8(39), | 473 /* 464 E> */ B(StaContextSlot), R(context), U8(39), |
| 474 B(LdaZero), | 474 /* 477 S> */ B(LdaZero), |
| 475 B(StaContextSlot), R(context), U8(40), | 475 /* 477 E> */ B(StaContextSlot), R(context), U8(40), |
| 476 B(LdaZero), | 476 /* 490 S> */ B(LdaZero), |
| 477 B(StaContextSlot), R(context), U8(41), | 477 /* 490 E> */ B(StaContextSlot), R(context), U8(41), |
| 478 B(LdaZero), | 478 /* 503 S> */ B(LdaZero), |
| 479 B(StaContextSlot), R(context), U8(42), | 479 /* 503 E> */ B(StaContextSlot), R(context), U8(42), |
| 480 B(LdaZero), | 480 /* 516 S> */ B(LdaZero), |
| 481 B(StaContextSlot), R(context), U8(43), | 481 /* 516 E> */ B(StaContextSlot), R(context), U8(43), |
| 482 B(LdaZero), | 482 /* 529 S> */ B(LdaZero), |
| 483 B(StaContextSlot), R(context), U8(44), | 483 /* 529 E> */ B(StaContextSlot), R(context), U8(44), |
| 484 B(LdaZero), | 484 /* 542 S> */ B(LdaZero), |
| 485 B(StaContextSlot), R(context), U8(45), | 485 /* 542 E> */ B(StaContextSlot), R(context), U8(45), |
| 486 B(LdaZero), | 486 /* 555 S> */ B(LdaZero), |
| 487 B(StaContextSlot), R(context), U8(46), | 487 /* 555 E> */ B(StaContextSlot), R(context), U8(46), |
| 488 B(LdaZero), | 488 /* 568 S> */ B(LdaZero), |
| 489 B(StaContextSlot), R(context), U8(47), | 489 /* 568 E> */ B(StaContextSlot), R(context), U8(47), |
| 490 B(LdaZero), | 490 /* 581 S> */ B(LdaZero), |
| 491 B(StaContextSlot), R(context), U8(48), | 491 /* 581 E> */ B(StaContextSlot), R(context), U8(48), |
| 492 B(LdaZero), | 492 /* 594 S> */ B(LdaZero), |
| 493 B(StaContextSlot), R(context), U8(49), | 493 /* 594 E> */ B(StaContextSlot), R(context), U8(49), |
| 494 B(LdaZero), | 494 /* 607 S> */ B(LdaZero), |
| 495 B(StaContextSlot), R(context), U8(50), | 495 /* 607 E> */ B(StaContextSlot), R(context), U8(50), |
| 496 B(LdaZero), | 496 /* 620 S> */ B(LdaZero), |
| 497 B(StaContextSlot), R(context), U8(51), | 497 /* 620 E> */ B(StaContextSlot), R(context), U8(51), |
| 498 B(LdaZero), | 498 /* 633 S> */ B(LdaZero), |
| 499 B(StaContextSlot), R(context), U8(52), | 499 /* 633 E> */ B(StaContextSlot), R(context), U8(52), |
| 500 B(LdaZero), | 500 /* 646 S> */ B(LdaZero), |
| 501 B(StaContextSlot), R(context), U8(53), | 501 /* 646 E> */ B(StaContextSlot), R(context), U8(53), |
| 502 B(LdaZero), | 502 /* 659 S> */ B(LdaZero), |
| 503 B(StaContextSlot), R(context), U8(54), | 503 /* 659 E> */ B(StaContextSlot), R(context), U8(54), |
| 504 B(LdaZero), | 504 /* 672 S> */ B(LdaZero), |
| 505 B(StaContextSlot), R(context), U8(55), | 505 /* 672 E> */ B(StaContextSlot), R(context), U8(55), |
| 506 B(LdaZero), | 506 /* 685 S> */ B(LdaZero), |
| 507 B(StaContextSlot), R(context), U8(56), | 507 /* 685 E> */ B(StaContextSlot), R(context), U8(56), |
| 508 B(LdaZero), | 508 /* 698 S> */ B(LdaZero), |
| 509 B(StaContextSlot), R(context), U8(57), | 509 /* 698 E> */ B(StaContextSlot), R(context), U8(57), |
| 510 B(LdaZero), | 510 /* 711 S> */ B(LdaZero), |
| 511 B(StaContextSlot), R(context), U8(58), | 511 /* 711 E> */ B(StaContextSlot), R(context), U8(58), |
| 512 B(LdaZero), | 512 /* 724 S> */ B(LdaZero), |
| 513 B(StaContextSlot), R(context), U8(59), | 513 /* 724 E> */ B(StaContextSlot), R(context), U8(59), |
| 514 B(LdaZero), | 514 /* 737 S> */ B(LdaZero), |
| 515 B(StaContextSlot), R(context), U8(60), | 515 /* 737 E> */ B(StaContextSlot), R(context), U8(60), |
| 516 B(LdaZero), | 516 /* 750 S> */ B(LdaZero), |
| 517 B(StaContextSlot), R(context), U8(61), | 517 /* 750 E> */ B(StaContextSlot), R(context), U8(61), |
| 518 B(LdaZero), | 518 /* 763 S> */ B(LdaZero), |
| 519 B(StaContextSlot), R(context), U8(62), | 519 /* 763 E> */ B(StaContextSlot), R(context), U8(62), |
| 520 B(LdaZero), | 520 /* 776 S> */ B(LdaZero), |
| 521 B(StaContextSlot), R(context), U8(63), | 521 /* 776 E> */ B(StaContextSlot), R(context), U8(63), |
| 522 B(LdaZero), | 522 /* 789 S> */ B(LdaZero), |
| 523 B(StaContextSlot), R(context), U8(64), | 523 /* 789 E> */ B(StaContextSlot), R(context), U8(64), |
| 524 B(LdaZero), | 524 /* 802 S> */ B(LdaZero), |
| 525 B(StaContextSlot), R(context), U8(65), | 525 /* 802 E> */ B(StaContextSlot), R(context), U8(65), |
| 526 B(LdaZero), | 526 /* 815 S> */ B(LdaZero), |
| 527 B(StaContextSlot), R(context), U8(66), | 527 /* 815 E> */ B(StaContextSlot), R(context), U8(66), |
| 528 B(LdaZero), | 528 /* 828 S> */ B(LdaZero), |
| 529 B(StaContextSlot), R(context), U8(67), | 529 /* 828 E> */ B(StaContextSlot), R(context), U8(67), |
| 530 B(LdaZero), | 530 /* 841 S> */ B(LdaZero), |
| 531 B(StaContextSlot), R(context), U8(68), | 531 /* 841 E> */ B(StaContextSlot), R(context), U8(68), |
| 532 B(LdaZero), | 532 /* 854 S> */ B(LdaZero), |
| 533 B(StaContextSlot), R(context), U8(69), | 533 /* 854 E> */ B(StaContextSlot), R(context), U8(69), |
| 534 B(LdaZero), | 534 /* 867 S> */ B(LdaZero), |
| 535 B(StaContextSlot), R(context), U8(70), | 535 /* 867 E> */ B(StaContextSlot), R(context), U8(70), |
| 536 B(LdaZero), | 536 /* 880 S> */ B(LdaZero), |
| 537 B(StaContextSlot), R(context), U8(71), | 537 /* 880 E> */ B(StaContextSlot), R(context), U8(71), |
| 538 B(LdaZero), | 538 /* 893 S> */ B(LdaZero), |
| 539 B(StaContextSlot), R(context), U8(72), | 539 /* 893 E> */ B(StaContextSlot), R(context), U8(72), |
| 540 B(LdaZero), | 540 /* 906 S> */ B(LdaZero), |
| 541 B(StaContextSlot), R(context), U8(73), | 541 /* 906 E> */ B(StaContextSlot), R(context), U8(73), |
| 542 B(LdaZero), | 542 /* 919 S> */ B(LdaZero), |
| 543 B(StaContextSlot), R(context), U8(74), | 543 /* 919 E> */ B(StaContextSlot), R(context), U8(74), |
| 544 B(LdaZero), | 544 /* 932 S> */ B(LdaZero), |
| 545 B(StaContextSlot), R(context), U8(75), | 545 /* 932 E> */ B(StaContextSlot), R(context), U8(75), |
| 546 B(LdaZero), | 546 /* 945 S> */ B(LdaZero), |
| 547 B(StaContextSlot), R(context), U8(76), | 547 /* 945 E> */ B(StaContextSlot), R(context), U8(76), |
| 548 B(LdaZero), | 548 /* 958 S> */ B(LdaZero), |
| 549 B(StaContextSlot), R(context), U8(77), | 549 /* 958 E> */ B(StaContextSlot), R(context), U8(77), |
| 550 B(LdaZero), | 550 /* 971 S> */ B(LdaZero), |
| 551 B(StaContextSlot), R(context), U8(78), | 551 /* 971 E> */ B(StaContextSlot), R(context), U8(78), |
| 552 B(LdaZero), | 552 /* 984 S> */ B(LdaZero), |
| 553 B(StaContextSlot), R(context), U8(79), | 553 /* 984 E> */ B(StaContextSlot), R(context), U8(79), |
| 554 B(LdaZero), | 554 /* 997 S> */ B(LdaZero), |
| 555 B(StaContextSlot), R(context), U8(80), | 555 /* 997 E> */ B(StaContextSlot), R(context), U8(80), |
| 556 B(LdaZero), | 556 /* 1010 S> */ B(LdaZero), |
| 557 B(StaContextSlot), R(context), U8(81), | 557 /* 1010 E> */ B(StaContextSlot), R(context), U8(81), |
| 558 B(LdaZero), | 558 /* 1023 S> */ B(LdaZero), |
| 559 B(StaContextSlot), R(context), U8(82), | 559 /* 1023 E> */ B(StaContextSlot), R(context), U8(82), |
| 560 B(LdaZero), | 560 /* 1036 S> */ B(LdaZero), |
| 561 B(StaContextSlot), R(context), U8(83), | 561 /* 1036 E> */ B(StaContextSlot), R(context), U8(83), |
| 562 B(LdaZero), | 562 /* 1049 S> */ B(LdaZero), |
| 563 B(StaContextSlot), R(context), U8(84), | 563 /* 1049 E> */ B(StaContextSlot), R(context), U8(84), |
| 564 B(LdaZero), | 564 /* 1062 S> */ B(LdaZero), |
| 565 B(StaContextSlot), R(context), U8(85), | 565 /* 1062 E> */ B(StaContextSlot), R(context), U8(85), |
| 566 B(LdaZero), | 566 /* 1075 S> */ B(LdaZero), |
| 567 B(StaContextSlot), R(context), U8(86), | 567 /* 1075 E> */ B(StaContextSlot), R(context), U8(86), |
| 568 B(LdaZero), | 568 /* 1088 S> */ B(LdaZero), |
| 569 B(StaContextSlot), R(context), U8(87), | 569 /* 1088 E> */ B(StaContextSlot), R(context), U8(87), |
| 570 B(LdaZero), | 570 /* 1101 S> */ B(LdaZero), |
| 571 B(StaContextSlot), R(context), U8(88), | 571 /* 1101 E> */ B(StaContextSlot), R(context), U8(88), |
| 572 B(LdaZero), | 572 /* 1114 S> */ B(LdaZero), |
| 573 B(StaContextSlot), R(context), U8(89), | 573 /* 1114 E> */ B(StaContextSlot), R(context), U8(89), |
| 574 B(LdaZero), | 574 /* 1127 S> */ B(LdaZero), |
| 575 B(StaContextSlot), R(context), U8(90), | 575 /* 1127 E> */ B(StaContextSlot), R(context), U8(90), |
| 576 B(LdaZero), | 576 /* 1140 S> */ B(LdaZero), |
| 577 B(StaContextSlot), R(context), U8(91), | 577 /* 1140 E> */ B(StaContextSlot), R(context), U8(91), |
| 578 B(LdaZero), | 578 /* 1153 S> */ B(LdaZero), |
| 579 B(StaContextSlot), R(context), U8(92), | 579 /* 1153 E> */ B(StaContextSlot), R(context), U8(92), |
| 580 B(LdaZero), | 580 /* 1166 S> */ B(LdaZero), |
| 581 B(StaContextSlot), R(context), U8(93), | 581 /* 1166 E> */ B(StaContextSlot), R(context), U8(93), |
| 582 B(LdaZero), | 582 /* 1179 S> */ B(LdaZero), |
| 583 B(StaContextSlot), R(context), U8(94), | 583 /* 1179 E> */ B(StaContextSlot), R(context), U8(94), |
| 584 B(LdaZero), | 584 /* 1192 S> */ B(LdaZero), |
| 585 B(StaContextSlot), R(context), U8(95), | 585 /* 1192 E> */ B(StaContextSlot), R(context), U8(95), |
| 586 B(LdaZero), | 586 /* 1205 S> */ B(LdaZero), |
| 587 B(StaContextSlot), R(context), U8(96), | 587 /* 1205 E> */ B(StaContextSlot), R(context), U8(96), |
| 588 B(LdaZero), | 588 /* 1218 S> */ B(LdaZero), |
| 589 B(StaContextSlot), R(context), U8(97), | 589 /* 1218 E> */ B(StaContextSlot), R(context), U8(97), |
| 590 B(LdaZero), | 590 /* 1231 S> */ B(LdaZero), |
| 591 B(StaContextSlot), R(context), U8(98), | 591 /* 1231 E> */ B(StaContextSlot), R(context), U8(98), |
| 592 B(LdaZero), | 592 /* 1244 S> */ B(LdaZero), |
| 593 B(StaContextSlot), R(context), U8(99), | 593 /* 1244 E> */ B(StaContextSlot), R(context), U8(99), |
| 594 B(LdaZero), | 594 /* 1257 S> */ B(LdaZero), |
| 595 B(StaContextSlot), R(context), U8(100), | 595 /* 1257 E> */ B(StaContextSlot), R(context), U8(100), |
| 596 B(LdaZero), | 596 /* 1270 S> */ B(LdaZero), |
| 597 B(StaContextSlot), R(context), U8(101), | 597 /* 1270 E> */ B(StaContextSlot), R(context), U8(101), |
| 598 B(LdaZero), | 598 /* 1283 S> */ B(LdaZero), |
| 599 B(StaContextSlot), R(context), U8(102), | 599 /* 1283 E> */ B(StaContextSlot), R(context), U8(102), |
| 600 B(LdaZero), | 600 /* 1296 S> */ B(LdaZero), |
| 601 B(StaContextSlot), R(context), U8(103), | 601 /* 1296 E> */ B(StaContextSlot), R(context), U8(103), |
| 602 B(LdaZero), | 602 /* 1309 S> */ B(LdaZero), |
| 603 B(StaContextSlot), R(context), U8(104), | 603 /* 1309 E> */ B(StaContextSlot), R(context), U8(104), |
| 604 B(LdaZero), | 604 /* 1322 S> */ B(LdaZero), |
| 605 B(StaContextSlot), R(context), U8(105), | 605 /* 1322 E> */ B(StaContextSlot), R(context), U8(105), |
| 606 B(LdaZero), | 606 /* 1335 S> */ B(LdaZero), |
| 607 B(StaContextSlot), R(context), U8(106), | 607 /* 1335 E> */ B(StaContextSlot), R(context), U8(106), |
| 608 B(LdaZero), | 608 /* 1349 S> */ B(LdaZero), |
| 609 B(StaContextSlot), R(context), U8(107), | 609 /* 1349 E> */ B(StaContextSlot), R(context), U8(107), |
| 610 B(LdaZero), | 610 /* 1363 S> */ B(LdaZero), |
| 611 B(StaContextSlot), R(context), U8(108), | 611 /* 1363 E> */ B(StaContextSlot), R(context), U8(108), |
| 612 B(LdaZero), | 612 /* 1377 S> */ B(LdaZero), |
| 613 B(StaContextSlot), R(context), U8(109), | 613 /* 1377 E> */ B(StaContextSlot), R(context), U8(109), |
| 614 B(LdaZero), | 614 /* 1391 S> */ B(LdaZero), |
| 615 B(StaContextSlot), R(context), U8(110), | 615 /* 1391 E> */ B(StaContextSlot), R(context), U8(110), |
| 616 B(LdaZero), | 616 /* 1405 S> */ B(LdaZero), |
| 617 B(StaContextSlot), R(context), U8(111), | 617 /* 1405 E> */ B(StaContextSlot), R(context), U8(111), |
| 618 B(LdaZero), | 618 /* 1419 S> */ B(LdaZero), |
| 619 B(StaContextSlot), R(context), U8(112), | 619 /* 1419 E> */ B(StaContextSlot), R(context), U8(112), |
| 620 B(LdaZero), | 620 /* 1433 S> */ B(LdaZero), |
| 621 B(StaContextSlot), R(context), U8(113), | 621 /* 1433 E> */ B(StaContextSlot), R(context), U8(113), |
| 622 B(LdaZero), | 622 /* 1447 S> */ B(LdaZero), |
| 623 B(StaContextSlot), R(context), U8(114), | 623 /* 1447 E> */ B(StaContextSlot), R(context), U8(114), |
| 624 B(LdaZero), | 624 /* 1461 S> */ B(LdaZero), |
| 625 B(StaContextSlot), R(context), U8(115), | 625 /* 1461 E> */ B(StaContextSlot), R(context), U8(115), |
| 626 B(LdaZero), | 626 /* 1475 S> */ B(LdaZero), |
| 627 B(StaContextSlot), R(context), U8(116), | 627 /* 1475 E> */ B(StaContextSlot), R(context), U8(116), |
| 628 B(LdaZero), | 628 /* 1489 S> */ B(LdaZero), |
| 629 B(StaContextSlot), R(context), U8(117), | 629 /* 1489 E> */ B(StaContextSlot), R(context), U8(117), |
| 630 B(LdaZero), | 630 /* 1503 S> */ B(LdaZero), |
| 631 B(StaContextSlot), R(context), U8(118), | 631 /* 1503 E> */ B(StaContextSlot), R(context), U8(118), |
| 632 B(LdaZero), | 632 /* 1517 S> */ B(LdaZero), |
| 633 B(StaContextSlot), R(context), U8(119), | 633 /* 1517 E> */ B(StaContextSlot), R(context), U8(119), |
| 634 B(LdaZero), | 634 /* 1531 S> */ B(LdaZero), |
| 635 B(StaContextSlot), R(context), U8(120), | 635 /* 1531 E> */ B(StaContextSlot), R(context), U8(120), |
| 636 B(LdaZero), | 636 /* 1545 S> */ B(LdaZero), |
| 637 B(StaContextSlot), R(context), U8(121), | 637 /* 1545 E> */ B(StaContextSlot), R(context), U8(121), |
| 638 B(LdaZero), | 638 /* 1559 S> */ B(LdaZero), |
| 639 B(StaContextSlot), R(context), U8(122), | 639 /* 1559 E> */ B(StaContextSlot), R(context), U8(122), |
| 640 B(LdaZero), | 640 /* 1573 S> */ B(LdaZero), |
| 641 B(StaContextSlot), R(context), U8(123), | 641 /* 1573 E> */ B(StaContextSlot), R(context), U8(123), |
| 642 B(LdaZero), | 642 /* 1587 S> */ B(LdaZero), |
| 643 B(StaContextSlot), R(context), U8(124), | 643 /* 1587 E> */ B(StaContextSlot), R(context), U8(124), |
| 644 B(LdaZero), | 644 /* 1601 S> */ B(LdaZero), |
| 645 B(StaContextSlot), R(context), U8(125), | 645 /* 1601 E> */ B(StaContextSlot), R(context), U8(125), |
| 646 B(LdaZero), | 646 /* 1615 S> */ B(LdaZero), |
| 647 B(StaContextSlot), R(context), U8(126), | 647 /* 1615 E> */ B(StaContextSlot), R(context), U8(126), |
| 648 B(LdaZero), | 648 /* 1629 S> */ B(LdaZero), |
| 649 B(StaContextSlot), R(context), U8(127), | 649 /* 1629 E> */ B(StaContextSlot), R(context), U8(127), |
| 650 B(LdaZero), | 650 /* 1643 S> */ B(LdaZero), |
| 651 B(StaContextSlot), R(context), U8(128), | 651 /* 1643 E> */ B(StaContextSlot), R(context), U8(128), |
| 652 B(LdaZero), | 652 /* 1657 S> */ B(LdaZero), |
| 653 B(StaContextSlot), R(context), U8(129), | 653 /* 1657 E> */ B(StaContextSlot), R(context), U8(129), |
| 654 B(LdaZero), | 654 /* 1671 S> */ B(LdaZero), |
| 655 B(StaContextSlot), R(context), U8(130), | 655 /* 1671 E> */ B(StaContextSlot), R(context), U8(130), |
| 656 B(LdaZero), | 656 /* 1685 S> */ B(LdaZero), |
| 657 B(StaContextSlot), R(context), U8(131), | 657 /* 1685 E> */ B(StaContextSlot), R(context), U8(131), |
| 658 B(LdaZero), | 658 /* 1699 S> */ B(LdaZero), |
| 659 B(StaContextSlot), R(context), U8(132), | 659 /* 1699 E> */ B(StaContextSlot), R(context), U8(132), |
| 660 B(LdaZero), | 660 /* 1713 S> */ B(LdaZero), |
| 661 B(StaContextSlot), R(context), U8(133), | 661 /* 1713 E> */ B(StaContextSlot), R(context), U8(133), |
| 662 B(LdaZero), | 662 /* 1727 S> */ B(LdaZero), |
| 663 B(StaContextSlot), R(context), U8(134), | 663 /* 1727 E> */ B(StaContextSlot), R(context), U8(134), |
| 664 B(LdaZero), | 664 /* 1741 S> */ B(LdaZero), |
| 665 B(StaContextSlot), R(context), U8(135), | 665 /* 1741 E> */ B(StaContextSlot), R(context), U8(135), |
| 666 B(LdaZero), | 666 /* 1755 S> */ B(LdaZero), |
| 667 B(StaContextSlot), R(context), U8(136), | 667 /* 1755 E> */ B(StaContextSlot), R(context), U8(136), |
| 668 B(LdaZero), | 668 /* 1769 S> */ B(LdaZero), |
| 669 B(StaContextSlot), R(context), U8(137), | 669 /* 1769 E> */ B(StaContextSlot), R(context), U8(137), |
| 670 B(LdaZero), | 670 /* 1783 S> */ B(LdaZero), |
| 671 B(StaContextSlot), R(context), U8(138), | 671 /* 1783 E> */ B(StaContextSlot), R(context), U8(138), |
| 672 B(LdaZero), | 672 /* 1797 S> */ B(LdaZero), |
| 673 B(StaContextSlot), R(context), U8(139), | 673 /* 1797 E> */ B(StaContextSlot), R(context), U8(139), |
| 674 B(LdaZero), | 674 /* 1811 S> */ B(LdaZero), |
| 675 B(StaContextSlot), R(context), U8(140), | 675 /* 1811 E> */ B(StaContextSlot), R(context), U8(140), |
| 676 B(LdaZero), | 676 /* 1825 S> */ B(LdaZero), |
| 677 B(StaContextSlot), R(context), U8(141), | 677 /* 1825 E> */ B(StaContextSlot), R(context), U8(141), |
| 678 B(LdaZero), | 678 /* 1839 S> */ B(LdaZero), |
| 679 B(StaContextSlot), R(context), U8(142), | 679 /* 1839 E> */ B(StaContextSlot), R(context), U8(142), |
| 680 B(LdaZero), | 680 /* 1853 S> */ B(LdaZero), |
| 681 B(StaContextSlot), R(context), U8(143), | 681 /* 1853 E> */ B(StaContextSlot), R(context), U8(143), |
| 682 B(LdaZero), | 682 /* 1867 S> */ B(LdaZero), |
| 683 B(StaContextSlot), R(context), U8(144), | 683 /* 1867 E> */ B(StaContextSlot), R(context), U8(144), |
| 684 B(LdaZero), | 684 /* 1881 S> */ B(LdaZero), |
| 685 B(StaContextSlot), R(context), U8(145), | 685 /* 1881 E> */ B(StaContextSlot), R(context), U8(145), |
| 686 B(LdaZero), | 686 /* 1895 S> */ B(LdaZero), |
| 687 B(StaContextSlot), R(context), U8(146), | 687 /* 1895 E> */ B(StaContextSlot), R(context), U8(146), |
| 688 B(LdaZero), | 688 /* 1909 S> */ B(LdaZero), |
| 689 B(StaContextSlot), R(context), U8(147), | 689 /* 1909 E> */ B(StaContextSlot), R(context), U8(147), |
| 690 B(LdaZero), | 690 /* 1923 S> */ B(LdaZero), |
| 691 B(StaContextSlot), R(context), U8(148), | 691 /* 1923 E> */ B(StaContextSlot), R(context), U8(148), |
| 692 B(LdaZero), | 692 /* 1937 S> */ B(LdaZero), |
| 693 B(StaContextSlot), R(context), U8(149), | 693 /* 1937 E> */ B(StaContextSlot), R(context), U8(149), |
| 694 B(LdaZero), | 694 /* 1951 S> */ B(LdaZero), |
| 695 B(StaContextSlot), R(context), U8(150), | 695 /* 1951 E> */ B(StaContextSlot), R(context), U8(150), |
| 696 B(LdaZero), | 696 /* 1965 S> */ B(LdaZero), |
| 697 B(StaContextSlot), R(context), U8(151), | 697 /* 1965 E> */ B(StaContextSlot), R(context), U8(151), |
| 698 B(LdaZero), | 698 /* 1979 S> */ B(LdaZero), |
| 699 B(StaContextSlot), R(context), U8(152), | 699 /* 1979 E> */ B(StaContextSlot), R(context), U8(152), |
| 700 B(LdaZero), | 700 /* 1993 S> */ B(LdaZero), |
| 701 B(StaContextSlot), R(context), U8(153), | 701 /* 1993 E> */ B(StaContextSlot), R(context), U8(153), |
| 702 B(LdaZero), | 702 /* 2007 S> */ B(LdaZero), |
| 703 B(StaContextSlot), R(context), U8(154), | 703 /* 2007 E> */ B(StaContextSlot), R(context), U8(154), |
| 704 B(LdaZero), | 704 /* 2021 S> */ B(LdaZero), |
| 705 B(StaContextSlot), R(context), U8(155), | 705 /* 2021 E> */ B(StaContextSlot), R(context), U8(155), |
| 706 B(LdaZero), | 706 /* 2035 S> */ B(LdaZero), |
| 707 B(StaContextSlot), R(context), U8(156), | 707 /* 2035 E> */ B(StaContextSlot), R(context), U8(156), |
| 708 B(LdaZero), | 708 /* 2049 S> */ B(LdaZero), |
| 709 B(StaContextSlot), R(context), U8(157), | 709 /* 2049 E> */ B(StaContextSlot), R(context), U8(157), |
| 710 B(LdaZero), | 710 /* 2063 S> */ B(LdaZero), |
| 711 B(StaContextSlot), R(context), U8(158), | 711 /* 2063 E> */ B(StaContextSlot), R(context), U8(158), |
| 712 B(LdaZero), | 712 /* 2077 S> */ B(LdaZero), |
| 713 B(StaContextSlot), R(context), U8(159), | 713 /* 2077 E> */ B(StaContextSlot), R(context), U8(159), |
| 714 B(LdaZero), | 714 /* 2091 S> */ B(LdaZero), |
| 715 B(StaContextSlot), R(context), U8(160), | 715 /* 2091 E> */ B(StaContextSlot), R(context), U8(160), |
| 716 B(LdaZero), | 716 /* 2105 S> */ B(LdaZero), |
| 717 B(StaContextSlot), R(context), U8(161), | 717 /* 2105 E> */ B(StaContextSlot), R(context), U8(161), |
| 718 B(LdaZero), | 718 /* 2119 S> */ B(LdaZero), |
| 719 B(StaContextSlot), R(context), U8(162), | 719 /* 2119 E> */ B(StaContextSlot), R(context), U8(162), |
| 720 B(LdaZero), | 720 /* 2133 S> */ B(LdaZero), |
| 721 B(StaContextSlot), R(context), U8(163), | 721 /* 2133 E> */ B(StaContextSlot), R(context), U8(163), |
| 722 B(LdaZero), | 722 /* 2147 S> */ B(LdaZero), |
| 723 B(StaContextSlot), R(context), U8(164), | 723 /* 2147 E> */ B(StaContextSlot), R(context), U8(164), |
| 724 B(LdaZero), | 724 /* 2161 S> */ B(LdaZero), |
| 725 B(StaContextSlot), R(context), U8(165), | 725 /* 2161 E> */ B(StaContextSlot), R(context), U8(165), |
| 726 B(LdaZero), | 726 /* 2175 S> */ B(LdaZero), |
| 727 B(StaContextSlot), R(context), U8(166), | 727 /* 2175 E> */ B(StaContextSlot), R(context), U8(166), |
| 728 B(LdaZero), | 728 /* 2189 S> */ B(LdaZero), |
| 729 B(StaContextSlot), R(context), U8(167), | 729 /* 2189 E> */ B(StaContextSlot), R(context), U8(167), |
| 730 B(LdaZero), | 730 /* 2203 S> */ B(LdaZero), |
| 731 B(StaContextSlot), R(context), U8(168), | 731 /* 2203 E> */ B(StaContextSlot), R(context), U8(168), |
| 732 B(LdaZero), | 732 /* 2217 S> */ B(LdaZero), |
| 733 B(StaContextSlot), R(context), U8(169), | 733 /* 2217 E> */ B(StaContextSlot), R(context), U8(169), |
| 734 B(LdaZero), | 734 /* 2231 S> */ B(LdaZero), |
| 735 B(StaContextSlot), R(context), U8(170), | 735 /* 2231 E> */ B(StaContextSlot), R(context), U8(170), |
| 736 B(LdaZero), | 736 /* 2245 S> */ B(LdaZero), |
| 737 B(StaContextSlot), R(context), U8(171), | 737 /* 2245 E> */ B(StaContextSlot), R(context), U8(171), |
| 738 B(LdaZero), | 738 /* 2259 S> */ B(LdaZero), |
| 739 B(StaContextSlot), R(context), U8(172), | 739 /* 2259 E> */ B(StaContextSlot), R(context), U8(172), |
| 740 B(LdaZero), | 740 /* 2273 S> */ B(LdaZero), |
| 741 B(StaContextSlot), R(context), U8(173), | 741 /* 2273 E> */ B(StaContextSlot), R(context), U8(173), |
| 742 B(LdaZero), | 742 /* 2287 S> */ B(LdaZero), |
| 743 B(StaContextSlot), R(context), U8(174), | 743 /* 2287 E> */ B(StaContextSlot), R(context), U8(174), |
| 744 B(LdaZero), | 744 /* 2301 S> */ B(LdaZero), |
| 745 B(StaContextSlot), R(context), U8(175), | 745 /* 2301 E> */ B(StaContextSlot), R(context), U8(175), |
| 746 B(LdaZero), | 746 /* 2315 S> */ B(LdaZero), |
| 747 B(StaContextSlot), R(context), U8(176), | 747 /* 2315 E> */ B(StaContextSlot), R(context), U8(176), |
| 748 B(LdaZero), | 748 /* 2329 S> */ B(LdaZero), |
| 749 B(StaContextSlot), R(context), U8(177), | 749 /* 2329 E> */ B(StaContextSlot), R(context), U8(177), |
| 750 B(LdaZero), | 750 /* 2343 S> */ B(LdaZero), |
| 751 B(StaContextSlot), R(context), U8(178), | 751 /* 2343 E> */ B(StaContextSlot), R(context), U8(178), |
| 752 B(LdaZero), | 752 /* 2357 S> */ B(LdaZero), |
| 753 B(StaContextSlot), R(context), U8(179), | 753 /* 2357 E> */ B(StaContextSlot), R(context), U8(179), |
| 754 B(LdaZero), | 754 /* 2371 S> */ B(LdaZero), |
| 755 B(StaContextSlot), R(context), U8(180), | 755 /* 2371 E> */ B(StaContextSlot), R(context), U8(180), |
| 756 B(LdaZero), | 756 /* 2385 S> */ B(LdaZero), |
| 757 B(StaContextSlot), R(context), U8(181), | 757 /* 2385 E> */ B(StaContextSlot), R(context), U8(181), |
| 758 B(LdaZero), | 758 /* 2399 S> */ B(LdaZero), |
| 759 B(StaContextSlot), R(context), U8(182), | 759 /* 2399 E> */ B(StaContextSlot), R(context), U8(182), |
| 760 B(LdaZero), | 760 /* 2413 S> */ B(LdaZero), |
| 761 B(StaContextSlot), R(context), U8(183), | 761 /* 2413 E> */ B(StaContextSlot), R(context), U8(183), |
| 762 B(LdaZero), | 762 /* 2427 S> */ B(LdaZero), |
| 763 B(StaContextSlot), R(context), U8(184), | 763 /* 2427 E> */ B(StaContextSlot), R(context), U8(184), |
| 764 B(LdaZero), | 764 /* 2441 S> */ B(LdaZero), |
| 765 B(StaContextSlot), R(context), U8(185), | 765 /* 2441 E> */ B(StaContextSlot), R(context), U8(185), |
| 766 B(LdaZero), | 766 /* 2455 S> */ B(LdaZero), |
| 767 B(StaContextSlot), R(context), U8(186), | 767 /* 2455 E> */ B(StaContextSlot), R(context), U8(186), |
| 768 B(LdaZero), | 768 /* 2469 S> */ B(LdaZero), |
| 769 B(StaContextSlot), R(context), U8(187), | 769 /* 2469 E> */ B(StaContextSlot), R(context), U8(187), |
| 770 B(LdaZero), | 770 /* 2483 S> */ B(LdaZero), |
| 771 B(StaContextSlot), R(context), U8(188), | 771 /* 2483 E> */ B(StaContextSlot), R(context), U8(188), |
| 772 B(LdaZero), | 772 /* 2497 S> */ B(LdaZero), |
| 773 B(StaContextSlot), R(context), U8(189), | 773 /* 2497 E> */ B(StaContextSlot), R(context), U8(189), |
| 774 B(LdaZero), | 774 /* 2511 S> */ B(LdaZero), |
| 775 B(StaContextSlot), R(context), U8(190), | 775 /* 2511 E> */ B(StaContextSlot), R(context), U8(190), |
| 776 B(LdaZero), | 776 /* 2525 S> */ B(LdaZero), |
| 777 B(StaContextSlot), R(context), U8(191), | 777 /* 2525 E> */ B(StaContextSlot), R(context), U8(191), |
| 778 B(LdaZero), | 778 /* 2539 S> */ B(LdaZero), |
| 779 B(StaContextSlot), R(context), U8(192), | 779 /* 2539 E> */ B(StaContextSlot), R(context), U8(192), |
| 780 B(LdaZero), | 780 /* 2553 S> */ B(LdaZero), |
| 781 B(StaContextSlot), R(context), U8(193), | 781 /* 2553 E> */ B(StaContextSlot), R(context), U8(193), |
| 782 B(LdaZero), | 782 /* 2567 S> */ B(LdaZero), |
| 783 B(StaContextSlot), R(context), U8(194), | 783 /* 2567 E> */ B(StaContextSlot), R(context), U8(194), |
| 784 B(LdaZero), | 784 /* 2581 S> */ B(LdaZero), |
| 785 B(StaContextSlot), R(context), U8(195), | 785 /* 2581 E> */ B(StaContextSlot), R(context), U8(195), |
| 786 B(LdaZero), | 786 /* 2595 S> */ B(LdaZero), |
| 787 B(StaContextSlot), R(context), U8(196), | 787 /* 2595 E> */ B(StaContextSlot), R(context), U8(196), |
| 788 B(LdaZero), | 788 /* 2609 S> */ B(LdaZero), |
| 789 B(StaContextSlot), R(context), U8(197), | 789 /* 2609 E> */ B(StaContextSlot), R(context), U8(197), |
| 790 B(LdaZero), | 790 /* 2623 S> */ B(LdaZero), |
| 791 B(StaContextSlot), R(context), U8(198), | 791 /* 2623 E> */ B(StaContextSlot), R(context), U8(198), |
| 792 B(LdaZero), | 792 /* 2637 S> */ B(LdaZero), |
| 793 B(StaContextSlot), R(context), U8(199), | 793 /* 2637 E> */ B(StaContextSlot), R(context), U8(199), |
| 794 B(LdaZero), | 794 /* 2651 S> */ B(LdaZero), |
| 795 B(StaContextSlot), R(context), U8(200), | 795 /* 2651 E> */ B(StaContextSlot), R(context), U8(200), |
| 796 B(LdaZero), | 796 /* 2665 S> */ B(LdaZero), |
| 797 B(StaContextSlot), R(context), U8(201), | 797 /* 2665 E> */ B(StaContextSlot), R(context), U8(201), |
| 798 B(LdaZero), | 798 /* 2679 S> */ B(LdaZero), |
| 799 B(StaContextSlot), R(context), U8(202), | 799 /* 2679 E> */ B(StaContextSlot), R(context), U8(202), |
| 800 B(LdaZero), | 800 /* 2693 S> */ B(LdaZero), |
| 801 B(StaContextSlot), R(context), U8(203), | 801 /* 2693 E> */ B(StaContextSlot), R(context), U8(203), |
| 802 B(LdaZero), | 802 /* 2707 S> */ B(LdaZero), |
| 803 B(StaContextSlot), R(context), U8(204), | 803 /* 2707 E> */ B(StaContextSlot), R(context), U8(204), |
| 804 B(LdaZero), | 804 /* 2721 S> */ B(LdaZero), |
| 805 B(StaContextSlot), R(context), U8(205), | 805 /* 2721 E> */ B(StaContextSlot), R(context), U8(205), |
| 806 B(LdaZero), | 806 /* 2735 S> */ B(LdaZero), |
| 807 B(StaContextSlot), R(context), U8(206), | 807 /* 2735 E> */ B(StaContextSlot), R(context), U8(206), |
| 808 B(LdaZero), | 808 /* 2749 S> */ B(LdaZero), |
| 809 B(StaContextSlot), R(context), U8(207), | 809 /* 2749 E> */ B(StaContextSlot), R(context), U8(207), |
| 810 B(LdaZero), | 810 /* 2763 S> */ B(LdaZero), |
| 811 B(StaContextSlot), R(context), U8(208), | 811 /* 2763 E> */ B(StaContextSlot), R(context), U8(208), |
| 812 B(LdaZero), | 812 /* 2777 S> */ B(LdaZero), |
| 813 B(StaContextSlot), R(context), U8(209), | 813 /* 2777 E> */ B(StaContextSlot), R(context), U8(209), |
| 814 B(LdaZero), | 814 /* 2791 S> */ B(LdaZero), |
| 815 B(StaContextSlot), R(context), U8(210), | 815 /* 2791 E> */ B(StaContextSlot), R(context), U8(210), |
| 816 B(LdaZero), | 816 /* 2805 S> */ B(LdaZero), |
| 817 B(StaContextSlot), R(context), U8(211), | 817 /* 2805 E> */ B(StaContextSlot), R(context), U8(211), |
| 818 B(LdaZero), | 818 /* 2819 S> */ B(LdaZero), |
| 819 B(StaContextSlot), R(context), U8(212), | 819 /* 2819 E> */ B(StaContextSlot), R(context), U8(212), |
| 820 B(LdaZero), | 820 /* 2833 S> */ B(LdaZero), |
| 821 B(StaContextSlot), R(context), U8(213), | 821 /* 2833 E> */ B(StaContextSlot), R(context), U8(213), |
| 822 B(LdaZero), | 822 /* 2847 S> */ B(LdaZero), |
| 823 B(StaContextSlot), R(context), U8(214), | 823 /* 2847 E> */ B(StaContextSlot), R(context), U8(214), |
| 824 B(LdaZero), | 824 /* 2861 S> */ B(LdaZero), |
| 825 B(StaContextSlot), R(context), U8(215), | 825 /* 2861 E> */ B(StaContextSlot), R(context), U8(215), |
| 826 B(LdaZero), | 826 /* 2875 S> */ B(LdaZero), |
| 827 B(StaContextSlot), R(context), U8(216), | 827 /* 2875 E> */ B(StaContextSlot), R(context), U8(216), |
| 828 B(LdaZero), | 828 /* 2889 S> */ B(LdaZero), |
| 829 B(StaContextSlot), R(context), U8(217), | 829 /* 2889 E> */ B(StaContextSlot), R(context), U8(217), |
| 830 B(LdaZero), | 830 /* 2903 S> */ B(LdaZero), |
| 831 B(StaContextSlot), R(context), U8(218), | 831 /* 2903 E> */ B(StaContextSlot), R(context), U8(218), |
| 832 B(LdaZero), | 832 /* 2917 S> */ B(LdaZero), |
| 833 B(StaContextSlot), R(context), U8(219), | 833 /* 2917 E> */ B(StaContextSlot), R(context), U8(219), |
| 834 B(LdaZero), | 834 /* 2931 S> */ B(LdaZero), |
| 835 B(StaContextSlot), R(context), U8(220), | 835 /* 2931 E> */ B(StaContextSlot), R(context), U8(220), |
| 836 B(LdaZero), | 836 /* 2945 S> */ B(LdaZero), |
| 837 B(StaContextSlot), R(context), U8(221), | 837 /* 2945 E> */ B(StaContextSlot), R(context), U8(221), |
| 838 B(LdaZero), | 838 /* 2959 S> */ B(LdaZero), |
| 839 B(StaContextSlot), R(context), U8(222), | 839 /* 2959 E> */ B(StaContextSlot), R(context), U8(222), |
| 840 B(LdaZero), | 840 /* 2973 S> */ B(LdaZero), |
| 841 B(StaContextSlot), R(context), U8(223), | 841 /* 2973 E> */ B(StaContextSlot), R(context), U8(223), |
| 842 B(LdaZero), | 842 /* 2987 S> */ B(LdaZero), |
| 843 B(StaContextSlot), R(context), U8(224), | 843 /* 2987 E> */ B(StaContextSlot), R(context), U8(224), |
| 844 B(LdaZero), | 844 /* 3001 S> */ B(LdaZero), |
| 845 B(StaContextSlot), R(context), U8(225), | 845 /* 3001 E> */ B(StaContextSlot), R(context), U8(225), |
| 846 B(LdaZero), | 846 /* 3015 S> */ B(LdaZero), |
| 847 B(StaContextSlot), R(context), U8(226), | 847 /* 3015 E> */ B(StaContextSlot), R(context), U8(226), |
| 848 B(LdaZero), | 848 /* 3029 S> */ B(LdaZero), |
| 849 B(StaContextSlot), R(context), U8(227), | 849 /* 3029 E> */ B(StaContextSlot), R(context), U8(227), |
| 850 B(LdaZero), | 850 /* 3043 S> */ B(LdaZero), |
| 851 B(StaContextSlot), R(context), U8(228), | 851 /* 3043 E> */ B(StaContextSlot), R(context), U8(228), |
| 852 B(LdaZero), | 852 /* 3057 S> */ B(LdaZero), |
| 853 B(StaContextSlot), R(context), U8(229), | 853 /* 3057 E> */ B(StaContextSlot), R(context), U8(229), |
| 854 B(LdaZero), | 854 /* 3071 S> */ B(LdaZero), |
| 855 B(StaContextSlot), R(context), U8(230), | 855 /* 3071 E> */ B(StaContextSlot), R(context), U8(230), |
| 856 B(LdaZero), | 856 /* 3085 S> */ B(LdaZero), |
| 857 B(StaContextSlot), R(context), U8(231), | 857 /* 3085 E> */ B(StaContextSlot), R(context), U8(231), |
| 858 B(LdaZero), | 858 /* 3099 S> */ B(LdaZero), |
| 859 B(StaContextSlot), R(context), U8(232), | 859 /* 3099 E> */ B(StaContextSlot), R(context), U8(232), |
| 860 B(LdaZero), | 860 /* 3113 S> */ B(LdaZero), |
| 861 B(StaContextSlot), R(context), U8(233), | 861 /* 3113 E> */ B(StaContextSlot), R(context), U8(233), |
| 862 B(LdaZero), | 862 /* 3127 S> */ B(LdaZero), |
| 863 B(StaContextSlot), R(context), U8(234), | 863 /* 3127 E> */ B(StaContextSlot), R(context), U8(234), |
| 864 B(LdaZero), | 864 /* 3141 S> */ B(LdaZero), |
| 865 B(StaContextSlot), R(context), U8(235), | 865 /* 3141 E> */ B(StaContextSlot), R(context), U8(235), |
| 866 B(LdaZero), | 866 /* 3155 S> */ B(LdaZero), |
| 867 B(StaContextSlot), R(context), U8(236), | 867 /* 3155 E> */ B(StaContextSlot), R(context), U8(236), |
| 868 B(LdaZero), | 868 /* 3169 S> */ B(LdaZero), |
| 869 B(StaContextSlot), R(context), U8(237), | 869 /* 3169 E> */ B(StaContextSlot), R(context), U8(237), |
| 870 B(LdaZero), | 870 /* 3183 S> */ B(LdaZero), |
| 871 B(StaContextSlot), R(context), U8(238), | 871 /* 3183 E> */ B(StaContextSlot), R(context), U8(238), |
| 872 B(LdaZero), | 872 /* 3197 S> */ B(LdaZero), |
| 873 B(StaContextSlot), R(context), U8(239), | 873 /* 3197 E> */ B(StaContextSlot), R(context), U8(239), |
| 874 B(LdaZero), | 874 /* 3211 S> */ B(LdaZero), |
| 875 B(StaContextSlot), R(context), U8(240), | 875 /* 3211 E> */ B(StaContextSlot), R(context), U8(240), |
| 876 B(LdaZero), | 876 /* 3225 S> */ B(LdaZero), |
| 877 B(StaContextSlot), R(context), U8(241), | 877 /* 3225 E> */ B(StaContextSlot), R(context), U8(241), |
| 878 B(LdaZero), | 878 /* 3239 S> */ B(LdaZero), |
| 879 B(StaContextSlot), R(context), U8(242), | 879 /* 3239 E> */ B(StaContextSlot), R(context), U8(242), |
| 880 B(LdaZero), | 880 /* 3253 S> */ B(LdaZero), |
| 881 B(StaContextSlot), R(context), U8(243), | 881 /* 3253 E> */ B(StaContextSlot), R(context), U8(243), |
| 882 B(LdaZero), | 882 /* 3267 S> */ B(LdaZero), |
| 883 B(StaContextSlot), R(context), U8(244), | 883 /* 3267 E> */ B(StaContextSlot), R(context), U8(244), |
| 884 B(LdaZero), | 884 /* 3281 S> */ B(LdaZero), |
| 885 B(StaContextSlot), R(context), U8(245), | 885 /* 3281 E> */ B(StaContextSlot), R(context), U8(245), |
| 886 B(LdaZero), | 886 /* 3295 S> */ B(LdaZero), |
| 887 B(StaContextSlot), R(context), U8(246), | 887 /* 3295 E> */ B(StaContextSlot), R(context), U8(246), |
| 888 B(LdaZero), | 888 /* 3309 S> */ B(LdaZero), |
| 889 B(StaContextSlot), R(context), U8(247), | 889 /* 3309 E> */ B(StaContextSlot), R(context), U8(247), |
| 890 B(LdaZero), | 890 /* 3323 S> */ B(LdaZero), |
| 891 B(StaContextSlot), R(context), U8(248), | 891 /* 3323 E> */ B(StaContextSlot), R(context), U8(248), |
| 892 B(LdaZero), | 892 /* 3337 S> */ B(LdaZero), |
| 893 B(StaContextSlot), R(context), U8(249), | 893 /* 3337 E> */ B(StaContextSlot), R(context), U8(249), |
| 894 B(LdaZero), | 894 /* 3351 S> */ B(LdaZero), |
| 895 B(StaContextSlot), R(context), U8(250), | 895 /* 3351 E> */ B(StaContextSlot), R(context), U8(250), |
| 896 B(LdaZero), | 896 /* 3365 S> */ B(LdaZero), |
| 897 B(StaContextSlot), R(context), U8(251), | 897 /* 3365 E> */ B(StaContextSlot), R(context), U8(251), |
| 898 B(LdaZero), | 898 /* 3379 S> */ B(LdaZero), |
| 899 B(StaContextSlot), R(context), U8(252), | 899 /* 3379 E> */ B(StaContextSlot), R(context), U8(252), |
| 900 B(LdaZero), | 900 /* 3393 S> */ B(LdaZero), |
| 901 B(StaContextSlot), R(context), U8(253), | 901 /* 3393 E> */ B(StaContextSlot), R(context), U8(253), |
| 902 B(LdaZero), | 902 /* 3407 S> */ B(LdaZero), |
| 903 B(StaContextSlot), R(context), U8(254), | 903 /* 3407 E> */ B(StaContextSlot), R(context), U8(254), |
| 904 B(LdaZero), | 904 /* 3421 S> */ B(LdaZero), |
| 905 B(StaContextSlot), R(context), U8(255), | 905 /* 3421 E> */ B(StaContextSlot), R(context), U8(255), |
| 906 B(LdaUndefined), | 906 /* 3424 S> */ B(LdaUndefined), |
| 907 B(Star), R(2), | 907 B(Star), R(2), |
| 908 B(LdaGlobal), U8(0), U8(1), | 908 /* 3424 E> */ B(LdaGlobal), U8(0), U8(1), |
| 909 B(Star), R(1), | 909 B(Star), R(1), |
| 910 B(Call), R(1), R(2), U8(1), U8(0), | 910 /* 3424 E> */ B(Call), R(1), R(2), U8(1), U8(0), |
| 911 B(LdaSmi), U8(100), | 911 /* 3440 S> */ B(LdaSmi), U8(100), |
| 912 B(Wide), B(StaContextSlot), R16(context), U16(256), | 912 /* 3440 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), |
| 913 B(Wide), B(LdaContextSlot), R16(context), U16(256), | 913 /* 3445 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), |
| 914 B(Return), | 914 /* 3454 S> */ B(Return), |
| 915 ] | 915 ] |
| 916 constant pool: [ | 916 constant pool: [ |
| 917 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, | 917 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, |
| 918 ] | 918 ] |
| 919 handlers: [ | 919 handlers: [ |
| 920 ] | 920 ] |
| 921 | 921 |
| OLD | NEW |