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