Home | History | Annotate | Download | only in bytecode_expectations
      1 #
      2 # Autogenerated by generate-bytecode-expectations.
      3 #
      4 
      5 ---
      6 pool type: mixed
      7 execute: yes
      8 wrap: yes
      9 
     10 ---
     11 snippet: "
     12   var a; return function() { a = 1; };
     13 "
     14 frame size: 1
     15 parameter count: 1
     16 bytecode array length: 12
     17 bytecodes: [
     18                 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
     19                 B(PushContext), R(0),
     20   /*   30 E> */ B(StackCheck),
     21   /*   41 S> */ B(CreateClosure), U8(0), U8(0),
     22   /*   71 S> */ B(Return),
     23 ]
     24 constant pool: [
     25   InstanceType::SHARED_FUNCTION_INFO_TYPE,
     26 ]
     27 handlers: [
     28 ]
     29 
     30 ---
     31 snippet: "
     32   var a = 1; return function() { a = 2; };
     33 "
     34 frame size: 1
     35 parameter count: 1
     36 bytecode array length: 17
     37 bytecodes: [
     38                 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
     39                 B(PushContext), R(0),
     40   /*   30 E> */ B(StackCheck),
     41   /*   42 S> */ B(LdaSmi), U8(1),
     42   /*   42 E> */ B(StaContextSlot), R(context), U8(4),
     43   /*   45 S> */ B(CreateClosure), U8(0), U8(0),
     44   /*   75 S> */ B(Return),
     45 ]
     46 constant pool: [
     47   InstanceType::SHARED_FUNCTION_INFO_TYPE,
     48 ]
     49 handlers: [
     50 ]
     51 
     52 ---
     53 snippet: "
     54   var a = 1; var b = 2; return function() { a = 2; b = 3 };
     55 "
     56 frame size: 1
     57 parameter count: 1
     58 bytecode array length: 22
     59 bytecodes: [
     60                 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
     61                 B(PushContext), R(0),
     62   /*   30 E> */ B(StackCheck),
     63   /*   42 S> */ B(LdaSmi), U8(1),
     64   /*   42 E> */ B(StaContextSlot), R(context), U8(4),
     65   /*   53 S> */ B(LdaSmi), U8(2),
     66   /*   53 E> */ B(StaContextSlot), R(context), U8(5),
     67   /*   56 S> */ B(CreateClosure), U8(0), U8(0),
     68   /*   92 S> */ B(Return),
     69 ]
     70 constant pool: [
     71   InstanceType::SHARED_FUNCTION_INFO_TYPE,
     72 ]
     73 handlers: [
     74 ]
     75 
     76 ---
     77 snippet: "
     78   var a; (function() { a = 2; })(); return a;
     79 "
     80 frame size: 3
     81 parameter count: 1
     82 bytecode array length: 24
     83 bytecodes: [
     84                 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
     85                 B(PushContext), R(0),
     86   /*   30 E> */ B(StackCheck),
     87   /*   41 S> */ B(LdrUndefined), R(2),
     88                 B(CreateClosure), U8(0), U8(0),
     89                 B(Star), R(1),
     90   /*   64 E> */ B(Call), R(1), R(2), U8(1), U8(1),
     91   /*   68 S> */ B(LdaContextSlot), R(context), U8(4),
     92   /*   78 S> */ B(Return),
     93 ]
     94 constant pool: [
     95   InstanceType::SHARED_FUNCTION_INFO_TYPE,
     96 ]
     97 handlers: [
     98 ]
     99 
    100 ---
    101 snippet: "
    102   'use strict';
    103   let a = 1;
    104   { let b = 2; return function() { a + b; }; }
    105 "
    106 frame size: 4
    107 parameter count: 1
    108 bytecode array length: 46
    109 bytecodes: [
    110                 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
    111                 B(PushContext), R(0),
    112                 B(LdaTheHole),
    113                 B(StaContextSlot), R(context), U8(4),
    114   /*   30 E> */ B(StackCheck),
    115   /*   56 S> */ B(LdaSmi), U8(1),
    116   /*   56 E> */ B(StaContextSlot), R(context), U8(4),
    117                 B(LdaConstant), U8(0),
    118                 B(Star), R(2),
    119                 B(Mov), R(closure), R(3),
    120                 B(CallRuntime), U16(Runtime::kPushBlockContext), R(2), U8(2),
    121                 B(PushContext), R(1),
    122                 B(LdaTheHole),
    123                 B(StaContextSlot), R(context), U8(4),
    124   /*   69 S> */ B(LdaSmi), U8(2),
    125   /*   69 E> */ B(StaContextSlot), R(context), U8(4),
    126   /*   72 S> */ B(CreateClosure), U8(1), U8(0),
    127                 B(PopContext), R(0),
    128   /*  104 S> */ B(Return),
    129 ]
    130 constant pool: [
    131   InstanceType::FIXED_ARRAY_TYPE,
    132   InstanceType::SHARED_FUNCTION_INFO_TYPE,
    133 ]
    134 handlers: [
    135 ]
    136 
    137 ---
    138 snippet: "
    139   'use strict';
    140   var a0 = 0;
    141   var a1 = 0;
    142   var a2 = 0;
    143   var a3 = 0;
    144   var a4 = 0;
    145   var a5 = 0;
    146   var a6 = 0;
    147   var a7 = 0;
    148   var a8 = 0;
    149   var a9 = 0;
    150   var a10 = 0;
    151   var a11 = 0;
    152   var a12 = 0;
    153   var a13 = 0;
    154   var a14 = 0;
    155   var a15 = 0;
    156   var a16 = 0;
    157   var a17 = 0;
    158   var a18 = 0;
    159   var a19 = 0;
    160   var a20 = 0;
    161   var a21 = 0;
    162   var a22 = 0;
    163   var a23 = 0;
    164   var a24 = 0;
    165   var a25 = 0;
    166   var a26 = 0;
    167   var a27 = 0;
    168   var a28 = 0;
    169   var a29 = 0;
    170   var a30 = 0;
    171   var a31 = 0;
    172   var a32 = 0;
    173   var a33 = 0;
    174   var a34 = 0;
    175   var a35 = 0;
    176   var a36 = 0;
    177   var a37 = 0;
    178   var a38 = 0;
    179   var a39 = 0;
    180   var a40 = 0;
    181   var a41 = 0;
    182   var a42 = 0;
    183   var a43 = 0;
    184   var a44 = 0;
    185   var a45 = 0;
    186   var a46 = 0;
    187   var a47 = 0;
    188   var a48 = 0;
    189   var a49 = 0;
    190   var a50 = 0;
    191   var a51 = 0;
    192   var a52 = 0;
    193   var a53 = 0;
    194   var a54 = 0;
    195   var a55 = 0;
    196   var a56 = 0;
    197   var a57 = 0;
    198   var a58 = 0;
    199   var a59 = 0;
    200   var a60 = 0;
    201   var a61 = 0;
    202   var a62 = 0;
    203   var a63 = 0;
    204   var a64 = 0;
    205   var a65 = 0;
    206   var a66 = 0;
    207   var a67 = 0;
    208   var a68 = 0;
    209   var a69 = 0;
    210   var a70 = 0;
    211   var a71 = 0;
    212   var a72 = 0;
    213   var a73 = 0;
    214   var a74 = 0;
    215   var a75 = 0;
    216   var a76 = 0;
    217   var a77 = 0;
    218   var a78 = 0;
    219   var a79 = 0;
    220   var a80 = 0;
    221   var a81 = 0;
    222   var a82 = 0;
    223   var a83 = 0;
    224   var a84 = 0;
    225   var a85 = 0;
    226   var a86 = 0;
    227   var a87 = 0;
    228   var a88 = 0;
    229   var a89 = 0;
    230   var a90 = 0;
    231   var a91 = 0;
    232   var a92 = 0;
    233   var a93 = 0;
    234   var a94 = 0;
    235   var a95 = 0;
    236   var a96 = 0;
    237   var a97 = 0;
    238   var a98 = 0;
    239   var a99 = 0;
    240   var a100 = 0;
    241   var a101 = 0;
    242   var a102 = 0;
    243   var a103 = 0;
    244   var a104 = 0;
    245   var a105 = 0;
    246   var a106 = 0;
    247   var a107 = 0;
    248   var a108 = 0;
    249   var a109 = 0;
    250   var a110 = 0;
    251   var a111 = 0;
    252   var a112 = 0;
    253   var a113 = 0;
    254   var a114 = 0;
    255   var a115 = 0;
    256   var a116 = 0;
    257   var a117 = 0;
    258   var a118 = 0;
    259   var a119 = 0;
    260   var a120 = 0;
    261   var a121 = 0;
    262   var a122 = 0;
    263   var a123 = 0;
    264   var a124 = 0;
    265   var a125 = 0;
    266   var a126 = 0;
    267   var a127 = 0;
    268   var a128 = 0;
    269   var a129 = 0;
    270   var a130 = 0;
    271   var a131 = 0;
    272   var a132 = 0;
    273   var a133 = 0;
    274   var a134 = 0;
    275   var a135 = 0;
    276   var a136 = 0;
    277   var a137 = 0;
    278   var a138 = 0;
    279   var a139 = 0;
    280   var a140 = 0;
    281   var a141 = 0;
    282   var a142 = 0;
    283   var a143 = 0;
    284   var a144 = 0;
    285   var a145 = 0;
    286   var a146 = 0;
    287   var a147 = 0;
    288   var a148 = 0;
    289   var a149 = 0;
    290   var a150 = 0;
    291   var a151 = 0;
    292   var a152 = 0;
    293   var a153 = 0;
    294   var a154 = 0;
    295   var a155 = 0;
    296   var a156 = 0;
    297   var a157 = 0;
    298   var a158 = 0;
    299   var a159 = 0;
    300   var a160 = 0;
    301   var a161 = 0;
    302   var a162 = 0;
    303   var a163 = 0;
    304   var a164 = 0;
    305   var a165 = 0;
    306   var a166 = 0;
    307   var a167 = 0;
    308   var a168 = 0;
    309   var a169 = 0;
    310   var a170 = 0;
    311   var a171 = 0;
    312   var a172 = 0;
    313   var a173 = 0;
    314   var a174 = 0;
    315   var a175 = 0;
    316   var a176 = 0;
    317   var a177 = 0;
    318   var a178 = 0;
    319   var a179 = 0;
    320   var a180 = 0;
    321   var a181 = 0;
    322   var a182 = 0;
    323   var a183 = 0;
    324   var a184 = 0;
    325   var a185 = 0;
    326   var a186 = 0;
    327   var a187 = 0;
    328   var a188 = 0;
    329   var a189 = 0;
    330   var a190 = 0;
    331   var a191 = 0;
    332   var a192 = 0;
    333   var a193 = 0;
    334   var a194 = 0;
    335   var a195 = 0;
    336   var a196 = 0;
    337   var a197 = 0;
    338   var a198 = 0;
    339   var a199 = 0;
    340   var a200 = 0;
    341   var a201 = 0;
    342   var a202 = 0;
    343   var a203 = 0;
    344   var a204 = 0;
    345   var a205 = 0;
    346   var a206 = 0;
    347   var a207 = 0;
    348   var a208 = 0;
    349   var a209 = 0;
    350   var a210 = 0;
    351   var a211 = 0;
    352   var a212 = 0;
    353   var a213 = 0;
    354   var a214 = 0;
    355   var a215 = 0;
    356   var a216 = 0;
    357   var a217 = 0;
    358   var a218 = 0;
    359   var a219 = 0;
    360   var a220 = 0;
    361   var a221 = 0;
    362   var a222 = 0;
    363   var a223 = 0;
    364   var a224 = 0;
    365   var a225 = 0;
    366   var a226 = 0;
    367   var a227 = 0;
    368   var a228 = 0;
    369   var a229 = 0;
    370   var a230 = 0;
    371   var a231 = 0;
    372   var a232 = 0;
    373   var a233 = 0;
    374   var a234 = 0;
    375   var a235 = 0;
    376   var a236 = 0;
    377   var a237 = 0;
    378   var a238 = 0;
    379   var a239 = 0;
    380   var a240 = 0;
    381   var a241 = 0;
    382   var a242 = 0;
    383   var a243 = 0;
    384   var a244 = 0;
    385   var a245 = 0;
    386   var a246 = 0;
    387   var a247 = 0;
    388   var a248 = 0;
    389   eval();
    390   var b = 100;
    391   return b
    392 "
    393 frame size: 3
    394 parameter count: 1
    395 bytecode array length: 1043
    396 bytecodes: [
    397                 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
    398                 B(PushContext), R(0),
    399                 B(Ldar), R(this),
    400                 B(StaContextSlot), R(context), U8(4),
    401                 B(CreateUnmappedArguments),
    402                 B(StaContextSlot), R(context), U8(5),
    403                 B(Ldar), R(new_target),
    404                 B(StaContextSlot), R(context), U8(6),
    405   /*   30 E> */ B(StackCheck),
    406   /*   57 S> */ B(LdaZero),
    407   /*   57 E> */ B(StaContextSlot), R(context), U8(7),
    408   /*   69 S> */ B(LdaZero),
    409   /*   69 E> */ B(StaContextSlot), R(context), U8(8),
    410   /*   81 S> */ B(LdaZero),
    411   /*   81 E> */ B(StaContextSlot), R(context), U8(9),
    412   /*   93 S> */ B(LdaZero),
    413   /*   93 E> */ B(StaContextSlot), R(context), U8(10),
    414   /*  105 S> */ B(LdaZero),
    415   /*  105 E> */ B(StaContextSlot), R(context), U8(11),
    416   /*  117 S> */ B(LdaZero),
    417   /*  117 E> */ B(StaContextSlot), R(context), U8(12),
    418   /*  129 S> */ B(LdaZero),
    419   /*  129 E> */ B(StaContextSlot), R(context), U8(13),
    420   /*  141 S> */ B(LdaZero),
    421   /*  141 E> */ B(StaContextSlot), R(context), U8(14),
    422   /*  153 S> */ B(LdaZero),
    423   /*  153 E> */ B(StaContextSlot), R(context), U8(15),
    424   /*  165 S> */ B(LdaZero),
    425   /*  165 E> */ B(StaContextSlot), R(context), U8(16),
    426   /*  178 S> */ B(LdaZero),
    427   /*  178 E> */ B(StaContextSlot), R(context), U8(17),
    428   /*  191 S> */ B(LdaZero),
    429   /*  191 E> */ B(StaContextSlot), R(context), U8(18),
    430   /*  204 S> */ B(LdaZero),
    431   /*  204 E> */ B(StaContextSlot), R(context), U8(19),
    432   /*  217 S> */ B(LdaZero),
    433   /*  217 E> */ B(StaContextSlot), R(context), U8(20),
    434   /*  230 S> */ B(LdaZero),
    435   /*  230 E> */ B(StaContextSlot), R(context), U8(21),
    436   /*  243 S> */ B(LdaZero),
    437   /*  243 E> */ B(StaContextSlot), R(context), U8(22),
    438   /*  256 S> */ B(LdaZero),
    439   /*  256 E> */ B(StaContextSlot), R(context), U8(23),
    440   /*  269 S> */ B(LdaZero),
    441   /*  269 E> */ B(StaContextSlot), R(context), U8(24),
    442   /*  282 S> */ B(LdaZero),
    443   /*  282 E> */ B(StaContextSlot), R(context), U8(25),
    444   /*  295 S> */ B(LdaZero),
    445   /*  295 E> */ B(StaContextSlot), R(context), U8(26),
    446   /*  308 S> */ B(LdaZero),
    447   /*  308 E> */ B(StaContextSlot), R(context), U8(27),
    448   /*  321 S> */ B(LdaZero),
    449   /*  321 E> */ B(StaContextSlot), R(context), U8(28),
    450   /*  334 S> */ B(LdaZero),
    451   /*  334 E> */ B(StaContextSlot), R(context), U8(29),
    452   /*  347 S> */ B(LdaZero),
    453   /*  347 E> */ B(StaContextSlot), R(context), U8(30),
    454   /*  360 S> */ B(LdaZero),
    455   /*  360 E> */ B(StaContextSlot), R(context), U8(31),
    456   /*  373 S> */ B(LdaZero),
    457   /*  373 E> */ B(StaContextSlot), R(context), U8(32),
    458   /*  386 S> */ B(LdaZero),
    459   /*  386 E> */ B(StaContextSlot), R(context), U8(33),
    460   /*  399 S> */ B(LdaZero),
    461   /*  399 E> */ B(StaContextSlot), R(context), U8(34),
    462   /*  412 S> */ B(LdaZero),
    463   /*  412 E> */ B(StaContextSlot), R(context), U8(35),
    464   /*  425 S> */ B(LdaZero),
    465   /*  425 E> */ B(StaContextSlot), R(context), U8(36),
    466   /*  438 S> */ B(LdaZero),
    467   /*  438 E> */ B(StaContextSlot), R(context), U8(37),
    468   /*  451 S> */ B(LdaZero),
    469   /*  451 E> */ B(StaContextSlot), R(context), U8(38),
    470   /*  464 S> */ B(LdaZero),
    471   /*  464 E> */ B(StaContextSlot), R(context), U8(39),
    472   /*  477 S> */ B(LdaZero),
    473   /*  477 E> */ B(StaContextSlot), R(context), U8(40),
    474   /*  490 S> */ B(LdaZero),
    475   /*  490 E> */ B(StaContextSlot), R(context), U8(41),
    476   /*  503 S> */ B(LdaZero),
    477   /*  503 E> */ B(StaContextSlot), R(context), U8(42),
    478   /*  516 S> */ B(LdaZero),
    479   /*  516 E> */ B(StaContextSlot), R(context), U8(43),
    480   /*  529 S> */ B(LdaZero),
    481   /*  529 E> */ B(StaContextSlot), R(context), U8(44),
    482   /*  542 S> */ B(LdaZero),
    483   /*  542 E> */ B(StaContextSlot), R(context), U8(45),
    484   /*  555 S> */ B(LdaZero),
    485   /*  555 E> */ B(StaContextSlot), R(context), U8(46),
    486   /*  568 S> */ B(LdaZero),
    487   /*  568 E> */ B(StaContextSlot), R(context), U8(47),
    488   /*  581 S> */ B(LdaZero),
    489   /*  581 E> */ B(StaContextSlot), R(context), U8(48),
    490   /*  594 S> */ B(LdaZero),
    491   /*  594 E> */ B(StaContextSlot), R(context), U8(49),
    492   /*  607 S> */ B(LdaZero),
    493   /*  607 E> */ B(StaContextSlot), R(context), U8(50),
    494   /*  620 S> */ B(LdaZero),
    495   /*  620 E> */ B(StaContextSlot), R(context), U8(51),
    496   /*  633 S> */ B(LdaZero),
    497   /*  633 E> */ B(StaContextSlot), R(context), U8(52),
    498   /*  646 S> */ B(LdaZero),
    499   /*  646 E> */ B(StaContextSlot), R(context), U8(53),
    500   /*  659 S> */ B(LdaZero),
    501   /*  659 E> */ B(StaContextSlot), R(context), U8(54),
    502   /*  672 S> */ B(LdaZero),
    503   /*  672 E> */ B(StaContextSlot), R(context), U8(55),
    504   /*  685 S> */ B(LdaZero),
    505   /*  685 E> */ B(StaContextSlot), R(context), U8(56),
    506   /*  698 S> */ B(LdaZero),
    507   /*  698 E> */ B(StaContextSlot), R(context), U8(57),
    508   /*  711 S> */ B(LdaZero),
    509   /*  711 E> */ B(StaContextSlot), R(context), U8(58),
    510   /*  724 S> */ B(LdaZero),
    511   /*  724 E> */ B(StaContextSlot), R(context), U8(59),
    512   /*  737 S> */ B(LdaZero),
    513   /*  737 E> */ B(StaContextSlot), R(context), U8(60),
    514   /*  750 S> */ B(LdaZero),
    515   /*  750 E> */ B(StaContextSlot), R(context), U8(61),
    516   /*  763 S> */ B(LdaZero),
    517   /*  763 E> */ B(StaContextSlot), R(context), U8(62),
    518   /*  776 S> */ B(LdaZero),
    519   /*  776 E> */ B(StaContextSlot), R(context), U8(63),
    520   /*  789 S> */ B(LdaZero),
    521   /*  789 E> */ B(StaContextSlot), R(context), U8(64),
    522   /*  802 S> */ B(LdaZero),
    523   /*  802 E> */ B(StaContextSlot), R(context), U8(65),
    524   /*  815 S> */ B(LdaZero),
    525   /*  815 E> */ B(StaContextSlot), R(context), U8(66),
    526   /*  828 S> */ B(LdaZero),
    527   /*  828 E> */ B(StaContextSlot), R(context), U8(67),
    528   /*  841 S> */ B(LdaZero),
    529   /*  841 E> */ B(StaContextSlot), R(context), U8(68),
    530   /*  854 S> */ B(LdaZero),
    531   /*  854 E> */ B(StaContextSlot), R(context), U8(69),
    532   /*  867 S> */ B(LdaZero),
    533   /*  867 E> */ B(StaContextSlot), R(context), U8(70),
    534   /*  880 S> */ B(LdaZero),
    535   /*  880 E> */ B(StaContextSlot), R(context), U8(71),
    536   /*  893 S> */ B(LdaZero),
    537   /*  893 E> */ B(StaContextSlot), R(context), U8(72),
    538   /*  906 S> */ B(LdaZero),
    539   /*  906 E> */ B(StaContextSlot), R(context), U8(73),
    540   /*  919 S> */ B(LdaZero),
    541   /*  919 E> */ B(StaContextSlot), R(context), U8(74),
    542   /*  932 S> */ B(LdaZero),
    543   /*  932 E> */ B(StaContextSlot), R(context), U8(75),
    544   /*  945 S> */ B(LdaZero),
    545   /*  945 E> */ B(StaContextSlot), R(context), U8(76),
    546   /*  958 S> */ B(LdaZero),
    547   /*  958 E> */ B(StaContextSlot), R(context), U8(77),
    548   /*  971 S> */ B(LdaZero),
    549   /*  971 E> */ B(StaContextSlot), R(context), U8(78),
    550   /*  984 S> */ B(LdaZero),
    551   /*  984 E> */ B(StaContextSlot), R(context), U8(79),
    552   /*  997 S> */ B(LdaZero),
    553   /*  997 E> */ B(StaContextSlot), R(context), U8(80),
    554   /* 1010 S> */ B(LdaZero),
    555   /* 1010 E> */ B(StaContextSlot), R(context), U8(81),
    556   /* 1023 S> */ B(LdaZero),
    557   /* 1023 E> */ B(StaContextSlot), R(context), U8(82),
    558   /* 1036 S> */ B(LdaZero),
    559   /* 1036 E> */ B(StaContextSlot), R(context), U8(83),
    560   /* 1049 S> */ B(LdaZero),
    561   /* 1049 E> */ B(StaContextSlot), R(context), U8(84),
    562   /* 1062 S> */ B(LdaZero),
    563   /* 1062 E> */ B(StaContextSlot), R(context), U8(85),
    564   /* 1075 S> */ B(LdaZero),
    565   /* 1075 E> */ B(StaContextSlot), R(context), U8(86),
    566   /* 1088 S> */ B(LdaZero),
    567   /* 1088 E> */ B(StaContextSlot), R(context), U8(87),
    568   /* 1101 S> */ B(LdaZero),
    569   /* 1101 E> */ B(StaContextSlot), R(context), U8(88),
    570   /* 1114 S> */ B(LdaZero),
    571   /* 1114 E> */ B(StaContextSlot), R(context), U8(89),
    572   /* 1127 S> */ B(LdaZero),
    573   /* 1127 E> */ B(StaContextSlot), R(context), U8(90),
    574   /* 1140 S> */ B(LdaZero),
    575   /* 1140 E> */ B(StaContextSlot), R(context), U8(91),
    576   /* 1153 S> */ B(LdaZero),
    577   /* 1153 E> */ B(StaContextSlot), R(context), U8(92),
    578   /* 1166 S> */ B(LdaZero),
    579   /* 1166 E> */ B(StaContextSlot), R(context), U8(93),
    580   /* 1179 S> */ B(LdaZero),
    581   /* 1179 E> */ B(StaContextSlot), R(context), U8(94),
    582   /* 1192 S> */ B(LdaZero),
    583   /* 1192 E> */ B(StaContextSlot), R(context), U8(95),
    584   /* 1205 S> */ B(LdaZero),
    585   /* 1205 E> */ B(StaContextSlot), R(context), U8(96),
    586   /* 1218 S> */ B(LdaZero),
    587   /* 1218 E> */ B(StaContextSlot), R(context), U8(97),
    588   /* 1231 S> */ B(LdaZero),
    589   /* 1231 E> */ B(StaContextSlot), R(context), U8(98),
    590   /* 1244 S> */ B(LdaZero),
    591   /* 1244 E> */ B(StaContextSlot), R(context), U8(99),
    592   /* 1257 S> */ B(LdaZero),
    593   /* 1257 E> */ B(StaContextSlot), R(context), U8(100),
    594   /* 1270 S> */ B(LdaZero),
    595   /* 1270 E> */ B(StaContextSlot), R(context), U8(101),
    596   /* 1283 S> */ B(LdaZero),
    597   /* 1283 E> */ B(StaContextSlot), R(context), U8(102),
    598   /* 1296 S> */ B(LdaZero),
    599   /* 1296 E> */ B(StaContextSlot), R(context), U8(103),
    600   /* 1309 S> */ B(LdaZero),
    601   /* 1309 E> */ B(StaContextSlot), R(context), U8(104),
    602   /* 1322 S> */ B(LdaZero),
    603   /* 1322 E> */ B(StaContextSlot), R(context), U8(105),
    604   /* 1335 S> */ B(LdaZero),
    605   /* 1335 E> */ B(StaContextSlot), R(context), U8(106),
    606   /* 1349 S> */ B(LdaZero),
    607   /* 1349 E> */ B(StaContextSlot), R(context), U8(107),
    608   /* 1363 S> */ B(LdaZero),
    609   /* 1363 E> */ B(StaContextSlot), R(context), U8(108),
    610   /* 1377 S> */ B(LdaZero),
    611   /* 1377 E> */ B(StaContextSlot), R(context), U8(109),
    612   /* 1391 S> */ B(LdaZero),
    613   /* 1391 E> */ B(StaContextSlot), R(context), U8(110),
    614   /* 1405 S> */ B(LdaZero),
    615   /* 1405 E> */ B(StaContextSlot), R(context), U8(111),
    616   /* 1419 S> */ B(LdaZero),
    617   /* 1419 E> */ B(StaContextSlot), R(context), U8(112),
    618   /* 1433 S> */ B(LdaZero),
    619   /* 1433 E> */ B(StaContextSlot), R(context), U8(113),
    620   /* 1447 S> */ B(LdaZero),
    621   /* 1447 E> */ B(StaContextSlot), R(context), U8(114),
    622   /* 1461 S> */ B(LdaZero),
    623   /* 1461 E> */ B(StaContextSlot), R(context), U8(115),
    624   /* 1475 S> */ B(LdaZero),
    625   /* 1475 E> */ B(StaContextSlot), R(context), U8(116),
    626   /* 1489 S> */ B(LdaZero),
    627   /* 1489 E> */ B(StaContextSlot), R(context), U8(117),
    628   /* 1503 S> */ B(LdaZero),
    629   /* 1503 E> */ B(StaContextSlot), R(context), U8(118),
    630   /* 1517 S> */ B(LdaZero),
    631   /* 1517 E> */ B(StaContextSlot), R(context), U8(119),
    632   /* 1531 S> */ B(LdaZero),
    633   /* 1531 E> */ B(StaContextSlot), R(context), U8(120),
    634   /* 1545 S> */ B(LdaZero),
    635   /* 1545 E> */ B(StaContextSlot), R(context), U8(121),
    636   /* 1559 S> */ B(LdaZero),
    637   /* 1559 E> */ B(StaContextSlot), R(context), U8(122),
    638   /* 1573 S> */ B(LdaZero),
    639   /* 1573 E> */ B(StaContextSlot), R(context), U8(123),
    640   /* 1587 S> */ B(LdaZero),
    641   /* 1587 E> */ B(StaContextSlot), R(context), U8(124),
    642   /* 1601 S> */ B(LdaZero),
    643   /* 1601 E> */ B(StaContextSlot), R(context), U8(125),
    644   /* 1615 S> */ B(LdaZero),
    645   /* 1615 E> */ B(StaContextSlot), R(context), U8(126),
    646   /* 1629 S> */ B(LdaZero),
    647   /* 1629 E> */ B(StaContextSlot), R(context), U8(127),
    648   /* 1643 S> */ B(LdaZero),
    649   /* 1643 E> */ B(StaContextSlot), R(context), U8(128),
    650   /* 1657 S> */ B(LdaZero),
    651   /* 1657 E> */ B(StaContextSlot), R(context), U8(129),
    652   /* 1671 S> */ B(LdaZero),
    653   /* 1671 E> */ B(StaContextSlot), R(context), U8(130),
    654   /* 1685 S> */ B(LdaZero),
    655   /* 1685 E> */ B(StaContextSlot), R(context), U8(131),
    656   /* 1699 S> */ B(LdaZero),
    657   /* 1699 E> */ B(StaContextSlot), R(context), U8(132),
    658   /* 1713 S> */ B(LdaZero),
    659   /* 1713 E> */ B(StaContextSlot), R(context), U8(133),
    660   /* 1727 S> */ B(LdaZero),
    661   /* 1727 E> */ B(StaContextSlot), R(context), U8(134),
    662   /* 1741 S> */ B(LdaZero),
    663   /* 1741 E> */ B(StaContextSlot), R(context), U8(135),
    664   /* 1755 S> */ B(LdaZero),
    665   /* 1755 E> */ B(StaContextSlot), R(context), U8(136),
    666   /* 1769 S> */ B(LdaZero),
    667   /* 1769 E> */ B(StaContextSlot), R(context), U8(137),
    668   /* 1783 S> */ B(LdaZero),
    669   /* 1783 E> */ B(StaContextSlot), R(context), U8(138),
    670   /* 1797 S> */ B(LdaZero),
    671   /* 1797 E> */ B(StaContextSlot), R(context), U8(139),
    672   /* 1811 S> */ B(LdaZero),
    673   /* 1811 E> */ B(StaContextSlot), R(context), U8(140),
    674   /* 1825 S> */ B(LdaZero),
    675   /* 1825 E> */ B(StaContextSlot), R(context), U8(141),
    676   /* 1839 S> */ B(LdaZero),
    677   /* 1839 E> */ B(StaContextSlot), R(context), U8(142),
    678   /* 1853 S> */ B(LdaZero),
    679   /* 1853 E> */ B(StaContextSlot), R(context), U8(143),
    680   /* 1867 S> */ B(LdaZero),
    681   /* 1867 E> */ B(StaContextSlot), R(context), U8(144),
    682   /* 1881 S> */ B(LdaZero),
    683   /* 1881 E> */ B(StaContextSlot), R(context), U8(145),
    684   /* 1895 S> */ B(LdaZero),
    685   /* 1895 E> */ B(StaContextSlot), R(context), U8(146),
    686   /* 1909 S> */ B(LdaZero),
    687   /* 1909 E> */ B(StaContextSlot), R(context), U8(147),
    688   /* 1923 S> */ B(LdaZero),
    689   /* 1923 E> */ B(StaContextSlot), R(context), U8(148),
    690   /* 1937 S> */ B(LdaZero),
    691   /* 1937 E> */ B(StaContextSlot), R(context), U8(149),
    692   /* 1951 S> */ B(LdaZero),
    693   /* 1951 E> */ B(StaContextSlot), R(context), U8(150),
    694   /* 1965 S> */ B(LdaZero),
    695   /* 1965 E> */ B(StaContextSlot), R(context), U8(151),
    696   /* 1979 S> */ B(LdaZero),
    697   /* 1979 E> */ B(StaContextSlot), R(context), U8(152),
    698   /* 1993 S> */ B(LdaZero),
    699   /* 1993 E> */ B(StaContextSlot), R(context), U8(153),
    700   /* 2007 S> */ B(LdaZero),
    701   /* 2007 E> */ B(StaContextSlot), R(context), U8(154),
    702   /* 2021 S> */ B(LdaZero),
    703   /* 2021 E> */ B(StaContextSlot), R(context), U8(155),
    704   /* 2035 S> */ B(LdaZero),
    705   /* 2035 E> */ B(StaContextSlot), R(context), U8(156),
    706   /* 2049 S> */ B(LdaZero),
    707   /* 2049 E> */ B(StaContextSlot), R(context), U8(157),
    708   /* 2063 S> */ B(LdaZero),
    709   /* 2063 E> */ B(StaContextSlot), R(context), U8(158),
    710   /* 2077 S> */ B(LdaZero),
    711   /* 2077 E> */ B(StaContextSlot), R(context), U8(159),
    712   /* 2091 S> */ B(LdaZero),
    713   /* 2091 E> */ B(StaContextSlot), R(context), U8(160),
    714   /* 2105 S> */ B(LdaZero),
    715   /* 2105 E> */ B(StaContextSlot), R(context), U8(161),
    716   /* 2119 S> */ B(LdaZero),
    717   /* 2119 E> */ B(StaContextSlot), R(context), U8(162),
    718   /* 2133 S> */ B(LdaZero),
    719   /* 2133 E> */ B(StaContextSlot), R(context), U8(163),
    720   /* 2147 S> */ B(LdaZero),
    721   /* 2147 E> */ B(StaContextSlot), R(context), U8(164),
    722   /* 2161 S> */ B(LdaZero),
    723   /* 2161 E> */ B(StaContextSlot), R(context), U8(165),
    724   /* 2175 S> */ B(LdaZero),
    725   /* 2175 E> */ B(StaContextSlot), R(context), U8(166),
    726   /* 2189 S> */ B(LdaZero),
    727   /* 2189 E> */ B(StaContextSlot), R(context), U8(167),
    728   /* 2203 S> */ B(LdaZero),
    729   /* 2203 E> */ B(StaContextSlot), R(context), U8(168),
    730   /* 2217 S> */ B(LdaZero),
    731   /* 2217 E> */ B(StaContextSlot), R(context), U8(169),
    732   /* 2231 S> */ B(LdaZero),
    733   /* 2231 E> */ B(StaContextSlot), R(context), U8(170),
    734   /* 2245 S> */ B(LdaZero),
    735   /* 2245 E> */ B(StaContextSlot), R(context), U8(171),
    736   /* 2259 S> */ B(LdaZero),
    737   /* 2259 E> */ B(StaContextSlot), R(context), U8(172),
    738   /* 2273 S> */ B(LdaZero),
    739   /* 2273 E> */ B(StaContextSlot), R(context), U8(173),
    740   /* 2287 S> */ B(LdaZero),
    741   /* 2287 E> */ B(StaContextSlot), R(context), U8(174),
    742   /* 2301 S> */ B(LdaZero),
    743   /* 2301 E> */ B(StaContextSlot), R(context), U8(175),
    744   /* 2315 S> */ B(LdaZero),
    745   /* 2315 E> */ B(StaContextSlot), R(context), U8(176),
    746   /* 2329 S> */ B(LdaZero),
    747   /* 2329 E> */ B(StaContextSlot), R(context), U8(177),
    748   /* 2343 S> */ B(LdaZero),
    749   /* 2343 E> */ B(StaContextSlot), R(context), U8(178),
    750   /* 2357 S> */ B(LdaZero),
    751   /* 2357 E> */ B(StaContextSlot), R(context), U8(179),
    752   /* 2371 S> */ B(LdaZero),
    753   /* 2371 E> */ B(StaContextSlot), R(context), U8(180),
    754   /* 2385 S> */ B(LdaZero),
    755   /* 2385 E> */ B(StaContextSlot), R(context), U8(181),
    756   /* 2399 S> */ B(LdaZero),
    757   /* 2399 E> */ B(StaContextSlot), R(context), U8(182),
    758   /* 2413 S> */ B(LdaZero),
    759   /* 2413 E> */ B(StaContextSlot), R(context), U8(183),
    760   /* 2427 S> */ B(LdaZero),
    761   /* 2427 E> */ B(StaContextSlot), R(context), U8(184),
    762   /* 2441 S> */ B(LdaZero),
    763   /* 2441 E> */ B(StaContextSlot), R(context), U8(185),
    764   /* 2455 S> */ B(LdaZero),
    765   /* 2455 E> */ B(StaContextSlot), R(context), U8(186),
    766   /* 2469 S> */ B(LdaZero),
    767   /* 2469 E> */ B(StaContextSlot), R(context), U8(187),
    768   /* 2483 S> */ B(LdaZero),
    769   /* 2483 E> */ B(StaContextSlot), R(context), U8(188),
    770   /* 2497 S> */ B(LdaZero),
    771   /* 2497 E> */ B(StaContextSlot), R(context), U8(189),
    772   /* 2511 S> */ B(LdaZero),
    773   /* 2511 E> */ B(StaContextSlot), R(context), U8(190),
    774   /* 2525 S> */ B(LdaZero),
    775   /* 2525 E> */ B(StaContextSlot), R(context), U8(191),
    776   /* 2539 S> */ B(LdaZero),
    777   /* 2539 E> */ B(StaContextSlot), R(context), U8(192),
    778   /* 2553 S> */ B(LdaZero),
    779   /* 2553 E> */ B(StaContextSlot), R(context), U8(193),
    780   /* 2567 S> */ B(LdaZero),
    781   /* 2567 E> */ B(StaContextSlot), R(context), U8(194),
    782   /* 2581 S> */ B(LdaZero),
    783   /* 2581 E> */ B(StaContextSlot), R(context), U8(195),
    784   /* 2595 S> */ B(LdaZero),
    785   /* 2595 E> */ B(StaContextSlot), R(context), U8(196),
    786   /* 2609 S> */ B(LdaZero),
    787   /* 2609 E> */ B(StaContextSlot), R(context), U8(197),
    788   /* 2623 S> */ B(LdaZero),
    789   /* 2623 E> */ B(StaContextSlot), R(context), U8(198),
    790   /* 2637 S> */ B(LdaZero),
    791   /* 2637 E> */ B(StaContextSlot), R(context), U8(199),
    792   /* 2651 S> */ B(LdaZero),
    793   /* 2651 E> */ B(StaContextSlot), R(context), U8(200),
    794   /* 2665 S> */ B(LdaZero),
    795   /* 2665 E> */ B(StaContextSlot), R(context), U8(201),
    796   /* 2679 S> */ B(LdaZero),
    797   /* 2679 E> */ B(StaContextSlot), R(context), U8(202),
    798   /* 2693 S> */ B(LdaZero),
    799   /* 2693 E> */ B(StaContextSlot), R(context), U8(203),
    800   /* 2707 S> */ B(LdaZero),
    801   /* 2707 E> */ B(StaContextSlot), R(context), U8(204),
    802   /* 2721 S> */ B(LdaZero),
    803   /* 2721 E> */ B(StaContextSlot), R(context), U8(205),
    804   /* 2735 S> */ B(LdaZero),
    805   /* 2735 E> */ B(StaContextSlot), R(context), U8(206),
    806   /* 2749 S> */ B(LdaZero),
    807   /* 2749 E> */ B(StaContextSlot), R(context), U8(207),
    808   /* 2763 S> */ B(LdaZero),
    809   /* 2763 E> */ B(StaContextSlot), R(context), U8(208),
    810   /* 2777 S> */ B(LdaZero),
    811   /* 2777 E> */ B(StaContextSlot), R(context), U8(209),
    812   /* 2791 S> */ B(LdaZero),
    813   /* 2791 E> */ B(StaContextSlot), R(context), U8(210),
    814   /* 2805 S> */ B(LdaZero),
    815   /* 2805 E> */ B(StaContextSlot), R(context), U8(211),
    816   /* 2819 S> */ B(LdaZero),
    817   /* 2819 E> */ B(StaContextSlot), R(context), U8(212),
    818   /* 2833 S> */ B(LdaZero),
    819   /* 2833 E> */ B(StaContextSlot), R(context), U8(213),
    820   /* 2847 S> */ B(LdaZero),
    821   /* 2847 E> */ B(StaContextSlot), R(context), U8(214),
    822   /* 2861 S> */ B(LdaZero),
    823   /* 2861 E> */ B(StaContextSlot), R(context), U8(215),
    824   /* 2875 S> */ B(LdaZero),
    825   /* 2875 E> */ B(StaContextSlot), R(context), U8(216),
    826   /* 2889 S> */ B(LdaZero),
    827   /* 2889 E> */ B(StaContextSlot), R(context), U8(217),
    828   /* 2903 S> */ B(LdaZero),
    829   /* 2903 E> */ B(StaContextSlot), R(context), U8(218),
    830   /* 2917 S> */ B(LdaZero),
    831   /* 2917 E> */ B(StaContextSlot), R(context), U8(219),
    832   /* 2931 S> */ B(LdaZero),
    833   /* 2931 E> */ B(StaContextSlot), R(context), U8(220),
    834   /* 2945 S> */ B(LdaZero),
    835   /* 2945 E> */ B(StaContextSlot), R(context), U8(221),
    836   /* 2959 S> */ B(LdaZero),
    837   /* 2959 E> */ B(StaContextSlot), R(context), U8(222),
    838   /* 2973 S> */ B(LdaZero),
    839   /* 2973 E> */ B(StaContextSlot), R(context), U8(223),
    840   /* 2987 S> */ B(LdaZero),
    841   /* 2987 E> */ B(StaContextSlot), R(context), U8(224),
    842   /* 3001 S> */ B(LdaZero),
    843   /* 3001 E> */ B(StaContextSlot), R(context), U8(225),
    844   /* 3015 S> */ B(LdaZero),
    845   /* 3015 E> */ B(StaContextSlot), R(context), U8(226),
    846   /* 3029 S> */ B(LdaZero),
    847   /* 3029 E> */ B(StaContextSlot), R(context), U8(227),
    848   /* 3043 S> */ B(LdaZero),
    849   /* 3043 E> */ B(StaContextSlot), R(context), U8(228),
    850   /* 3057 S> */ B(LdaZero),
    851   /* 3057 E> */ B(StaContextSlot), R(context), U8(229),
    852   /* 3071 S> */ B(LdaZero),
    853   /* 3071 E> */ B(StaContextSlot), R(context), U8(230),
    854   /* 3085 S> */ B(LdaZero),
    855   /* 3085 E> */ B(StaContextSlot), R(context), U8(231),
    856   /* 3099 S> */ B(LdaZero),
    857   /* 3099 E> */ B(StaContextSlot), R(context), U8(232),
    858   /* 3113 S> */ B(LdaZero),
    859   /* 3113 E> */ B(StaContextSlot), R(context), U8(233),
    860   /* 3127 S> */ B(LdaZero),
    861   /* 3127 E> */ B(StaContextSlot), R(context), U8(234),
    862   /* 3141 S> */ B(LdaZero),
    863   /* 3141 E> */ B(StaContextSlot), R(context), U8(235),
    864   /* 3155 S> */ B(LdaZero),
    865   /* 3155 E> */ B(StaContextSlot), R(context), U8(236),
    866   /* 3169 S> */ B(LdaZero),
    867   /* 3169 E> */ B(StaContextSlot), R(context), U8(237),
    868   /* 3183 S> */ B(LdaZero),
    869   /* 3183 E> */ B(StaContextSlot), R(context), U8(238),
    870   /* 3197 S> */ B(LdaZero),
    871   /* 3197 E> */ B(StaContextSlot), R(context), U8(239),
    872   /* 3211 S> */ B(LdaZero),
    873   /* 3211 E> */ B(StaContextSlot), R(context), U8(240),
    874   /* 3225 S> */ B(LdaZero),
    875   /* 3225 E> */ B(StaContextSlot), R(context), U8(241),
    876   /* 3239 S> */ B(LdaZero),
    877   /* 3239 E> */ B(StaContextSlot), R(context), U8(242),
    878   /* 3253 S> */ B(LdaZero),
    879   /* 3253 E> */ B(StaContextSlot), R(context), U8(243),
    880   /* 3267 S> */ B(LdaZero),
    881   /* 3267 E> */ B(StaContextSlot), R(context), U8(244),
    882   /* 3281 S> */ B(LdaZero),
    883   /* 3281 E> */ B(StaContextSlot), R(context), U8(245),
    884   /* 3295 S> */ B(LdaZero),
    885   /* 3295 E> */ B(StaContextSlot), R(context), U8(246),
    886   /* 3309 S> */ B(LdaZero),
    887   /* 3309 E> */ B(StaContextSlot), R(context), U8(247),
    888   /* 3323 S> */ B(LdaZero),
    889   /* 3323 E> */ B(StaContextSlot), R(context), U8(248),
    890   /* 3337 S> */ B(LdaZero),
    891   /* 3337 E> */ B(StaContextSlot), R(context), U8(249),
    892   /* 3351 S> */ B(LdaZero),
    893   /* 3351 E> */ B(StaContextSlot), R(context), U8(250),
    894   /* 3365 S> */ B(LdaZero),
    895   /* 3365 E> */ B(StaContextSlot), R(context), U8(251),
    896   /* 3379 S> */ B(LdaZero),
    897   /* 3379 E> */ B(StaContextSlot), R(context), U8(252),
    898   /* 3393 S> */ B(LdaZero),
    899   /* 3393 E> */ B(StaContextSlot), R(context), U8(253),
    900   /* 3407 S> */ B(LdaZero),
    901   /* 3407 E> */ B(StaContextSlot), R(context), U8(254),
    902   /* 3421 S> */ B(LdaZero),
    903   /* 3421 E> */ B(StaContextSlot), R(context), U8(255),
    904   /* 3424 S> */ B(LdrUndefined), R(2),
    905   /* 3424 E> */ B(LdrGlobal), U8(1), R(1),
    906   /* 3424 E> */ B(Call), R(1), R(2), U8(1), U8(0),
    907   /* 3440 S> */ B(LdaSmi), U8(100),
    908   /* 3440 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256),
    909   /* 3445 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256),
    910   /* 3454 S> */ B(Return),
    911 ]
    912 constant pool: [
    913 ]
    914 handlers: [
    915 ]
    916 
    917