PropertyLoads.golden 34.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
#
# Autogenerated by generate-bytecode-expectations.
#

---
wrap: no
test function name: f

---
snippet: "
  function f(a) { return a.name; }
  f({name : \"test\"});
"
14
frame size: 0
15
parameter count: 2
16
bytecode array length: 6
17
bytecodes: [
18
  /*   10 E> */ B(StackCheck),
19
  /*   25 S> */ B(LdaNamedProperty), R(arg0), U8(0), U8(0),
20
  /*   30 S> */ B(Return),
21 22
]
constant pool: [
23
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
24 25 26 27 28 29 30 31 32
]
handlers: [
]

---
snippet: "
  function f(a) { return a[\"key\"]; }
  f({key : \"test\"});
"
33
frame size: 0
34
parameter count: 2
35
bytecode array length: 6
36
bytecodes: [
37
  /*   10 E> */ B(StackCheck),
38
  /*   24 S> */ B(LdaNamedProperty), R(arg0), U8(0), U8(0),
39
  /*   32 S> */ B(Return),
40 41
]
constant pool: [
42
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["key"],
43 44 45 46 47 48 49 50 51
]
handlers: [
]

---
snippet: "
  function f(a) { return a[100]; }
  f({100 : \"test\"});
"
52
frame size: 0
53
parameter count: 2
54
bytecode array length: 7
55
bytecodes: [
56
  /*   10 E> */ B(StackCheck),
57
  /*   16 S> */ B(LdaSmi), I8(100),
58
  /*   24 E> */ B(LdaKeyedProperty), R(arg0), U8(0),
59
  /*   30 S> */ B(Return),
60 61 62 63 64 65 66 67 68 69 70
]
constant pool: [
]
handlers: [
]

---
snippet: "
  function f(a, b) { return a[b]; }
  f({arg : \"test\"}, \"arg\");
"
71
frame size: 0
72
parameter count: 3
73
bytecode array length: 7
74
bytecodes: [
75
  /*   10 E> */ B(StackCheck),
76
  /*   19 S> */ B(Ldar), R(arg1),
77
  /*   27 E> */ B(LdaKeyedProperty), R(arg0), U8(0),
78
  /*   31 S> */ B(Return),
79 80 81 82 83 84 85 86 87 88 89
]
constant pool: [
]
handlers: [
]

---
snippet: "
  function f(a) { var b = a.name; return a[-124]; }
  f({\"-124\" : \"test\", name : 123 })
"
90
frame size: 1
91
parameter count: 2
92
bytecode array length: 13
93
bytecodes: [
94
  /*   10 E> */ B(StackCheck),
95
  /*   26 S> */ B(LdaNamedProperty), R(arg0), U8(0), U8(0),
96
                B(Star), R(0),
97
  /*   32 S> */ B(LdaSmi), I8(-124),
98
  /*   40 E> */ B(LdaKeyedProperty), R(arg0), U8(2),
99
  /*   47 S> */ B(Return),
100 101
]
constant pool: [
102
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
103 104 105 106 107 108 109
]
handlers: [
]

---
snippet: "
  function f(a) {
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
    var b = {};
    b.name0;
    b.name1;
    b.name2;
    b.name3;
    b.name4;
    b.name5;
    b.name6;
    b.name7;
    b.name8;
    b.name9;
    b.name10;
    b.name11;
    b.name12;
    b.name13;
    b.name14;
    b.name15;
    b.name16;
    b.name17;
    b.name18;
    b.name19;
    b.name20;
    b.name21;
    b.name22;
    b.name23;
    b.name24;
    b.name25;
    b.name26;
    b.name27;
    b.name28;
    b.name29;
    b.name30;
    b.name31;
    b.name32;
    b.name33;
    b.name34;
    b.name35;
    b.name36;
    b.name37;
    b.name38;
    b.name39;
    b.name40;
    b.name41;
    b.name42;
    b.name43;
    b.name44;
    b.name45;
    b.name46;
    b.name47;
    b.name48;
    b.name49;
    b.name50;
    b.name51;
    b.name52;
    b.name53;
    b.name54;
    b.name55;
    b.name56;
    b.name57;
    b.name58;
    b.name59;
    b.name60;
    b.name61;
    b.name62;
    b.name63;
    b.name64;
    b.name65;
    b.name66;
    b.name67;
    b.name68;
    b.name69;
    b.name70;
    b.name71;
    b.name72;
    b.name73;
    b.name74;
    b.name75;
    b.name76;
    b.name77;
    b.name78;
    b.name79;
    b.name80;
    b.name81;
    b.name82;
    b.name83;
    b.name84;
    b.name85;
    b.name86;
    b.name87;
    b.name88;
    b.name89;
    b.name90;
    b.name91;
    b.name92;
    b.name93;
    b.name94;
    b.name95;
    b.name96;
    b.name97;
    b.name98;
    b.name99;
    b.name100;
    b.name101;
    b.name102;
    b.name103;
    b.name104;
    b.name105;
    b.name106;
    b.name107;
    b.name108;
    b.name109;
    b.name110;
    b.name111;
    b.name112;
    b.name113;
    b.name114;
    b.name115;
    b.name116;
    b.name117;
    b.name118;
    b.name119;
    b.name120;
    b.name121;
    b.name122;
    b.name123;
    b.name124;
    b.name125;
    b.name126;
    b.name127;
239 240 241 242
    return a.name;
  }
  f({name : \"test\"})
"
243
frame size: 1
244
parameter count: 2
245
bytecode array length: 525
246
bytecodes: [
247
  /*   10 E> */ B(StackCheck),
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379
  /*   26 S> */ B(CreateEmptyObjectLiteral),
                B(Star), R(0),
  /*   34 S> */ B(LdaNamedProperty), R(0), U8(0), U8(0),
  /*   45 S> */ B(LdaNamedProperty), R(0), U8(1), U8(2),
  /*   56 S> */ B(LdaNamedProperty), R(0), U8(2), U8(4),
  /*   67 S> */ B(LdaNamedProperty), R(0), U8(3), U8(6),
  /*   78 S> */ B(LdaNamedProperty), R(0), U8(4), U8(8),
  /*   89 S> */ B(LdaNamedProperty), R(0), U8(5), U8(10),
  /*  100 S> */ B(LdaNamedProperty), R(0), U8(6), U8(12),
  /*  111 S> */ B(LdaNamedProperty), R(0), U8(7), U8(14),
  /*  122 S> */ B(LdaNamedProperty), R(0), U8(8), U8(16),
  /*  133 S> */ B(LdaNamedProperty), R(0), U8(9), U8(18),
  /*  144 S> */ B(LdaNamedProperty), R(0), U8(10), U8(20),
  /*  156 S> */ B(LdaNamedProperty), R(0), U8(11), U8(22),
  /*  168 S> */ B(LdaNamedProperty), R(0), U8(12), U8(24),
  /*  180 S> */ B(LdaNamedProperty), R(0), U8(13), U8(26),
  /*  192 S> */ B(LdaNamedProperty), R(0), U8(14), U8(28),
  /*  204 S> */ B(LdaNamedProperty), R(0), U8(15), U8(30),
  /*  216 S> */ B(LdaNamedProperty), R(0), U8(16), U8(32),
  /*  228 S> */ B(LdaNamedProperty), R(0), U8(17), U8(34),
  /*  240 S> */ B(LdaNamedProperty), R(0), U8(18), U8(36),
  /*  252 S> */ B(LdaNamedProperty), R(0), U8(19), U8(38),
  /*  264 S> */ B(LdaNamedProperty), R(0), U8(20), U8(40),
  /*  276 S> */ B(LdaNamedProperty), R(0), U8(21), U8(42),
  /*  288 S> */ B(LdaNamedProperty), R(0), U8(22), U8(44),
  /*  300 S> */ B(LdaNamedProperty), R(0), U8(23), U8(46),
  /*  312 S> */ B(LdaNamedProperty), R(0), U8(24), U8(48),
  /*  324 S> */ B(LdaNamedProperty), R(0), U8(25), U8(50),
  /*  336 S> */ B(LdaNamedProperty), R(0), U8(26), U8(52),
  /*  348 S> */ B(LdaNamedProperty), R(0), U8(27), U8(54),
  /*  360 S> */ B(LdaNamedProperty), R(0), U8(28), U8(56),
  /*  372 S> */ B(LdaNamedProperty), R(0), U8(29), U8(58),
  /*  384 S> */ B(LdaNamedProperty), R(0), U8(30), U8(60),
  /*  396 S> */ B(LdaNamedProperty), R(0), U8(31), U8(62),
  /*  408 S> */ B(LdaNamedProperty), R(0), U8(32), U8(64),
  /*  420 S> */ B(LdaNamedProperty), R(0), U8(33), U8(66),
  /*  432 S> */ B(LdaNamedProperty), R(0), U8(34), U8(68),
  /*  444 S> */ B(LdaNamedProperty), R(0), U8(35), U8(70),
  /*  456 S> */ B(LdaNamedProperty), R(0), U8(36), U8(72),
  /*  468 S> */ B(LdaNamedProperty), R(0), U8(37), U8(74),
  /*  480 S> */ B(LdaNamedProperty), R(0), U8(38), U8(76),
  /*  492 S> */ B(LdaNamedProperty), R(0), U8(39), U8(78),
  /*  504 S> */ B(LdaNamedProperty), R(0), U8(40), U8(80),
  /*  516 S> */ B(LdaNamedProperty), R(0), U8(41), U8(82),
  /*  528 S> */ B(LdaNamedProperty), R(0), U8(42), U8(84),
  /*  540 S> */ B(LdaNamedProperty), R(0), U8(43), U8(86),
  /*  552 S> */ B(LdaNamedProperty), R(0), U8(44), U8(88),
  /*  564 S> */ B(LdaNamedProperty), R(0), U8(45), U8(90),
  /*  576 S> */ B(LdaNamedProperty), R(0), U8(46), U8(92),
  /*  588 S> */ B(LdaNamedProperty), R(0), U8(47), U8(94),
  /*  600 S> */ B(LdaNamedProperty), R(0), U8(48), U8(96),
  /*  612 S> */ B(LdaNamedProperty), R(0), U8(49), U8(98),
  /*  624 S> */ B(LdaNamedProperty), R(0), U8(50), U8(100),
  /*  636 S> */ B(LdaNamedProperty), R(0), U8(51), U8(102),
  /*  648 S> */ B(LdaNamedProperty), R(0), U8(52), U8(104),
  /*  660 S> */ B(LdaNamedProperty), R(0), U8(53), U8(106),
  /*  672 S> */ B(LdaNamedProperty), R(0), U8(54), U8(108),
  /*  684 S> */ B(LdaNamedProperty), R(0), U8(55), U8(110),
  /*  696 S> */ B(LdaNamedProperty), R(0), U8(56), U8(112),
  /*  708 S> */ B(LdaNamedProperty), R(0), U8(57), U8(114),
  /*  720 S> */ B(LdaNamedProperty), R(0), U8(58), U8(116),
  /*  732 S> */ B(LdaNamedProperty), R(0), U8(59), U8(118),
  /*  744 S> */ B(LdaNamedProperty), R(0), U8(60), U8(120),
  /*  756 S> */ B(LdaNamedProperty), R(0), U8(61), U8(122),
  /*  768 S> */ B(LdaNamedProperty), R(0), U8(62), U8(124),
  /*  780 S> */ B(LdaNamedProperty), R(0), U8(63), U8(126),
  /*  792 S> */ B(LdaNamedProperty), R(0), U8(64), U8(128),
  /*  804 S> */ B(LdaNamedProperty), R(0), U8(65), U8(130),
  /*  816 S> */ B(LdaNamedProperty), R(0), U8(66), U8(132),
  /*  828 S> */ B(LdaNamedProperty), R(0), U8(67), U8(134),
  /*  840 S> */ B(LdaNamedProperty), R(0), U8(68), U8(136),
  /*  852 S> */ B(LdaNamedProperty), R(0), U8(69), U8(138),
  /*  864 S> */ B(LdaNamedProperty), R(0), U8(70), U8(140),
  /*  876 S> */ B(LdaNamedProperty), R(0), U8(71), U8(142),
  /*  888 S> */ B(LdaNamedProperty), R(0), U8(72), U8(144),
  /*  900 S> */ B(LdaNamedProperty), R(0), U8(73), U8(146),
  /*  912 S> */ B(LdaNamedProperty), R(0), U8(74), U8(148),
  /*  924 S> */ B(LdaNamedProperty), R(0), U8(75), U8(150),
  /*  936 S> */ B(LdaNamedProperty), R(0), U8(76), U8(152),
  /*  948 S> */ B(LdaNamedProperty), R(0), U8(77), U8(154),
  /*  960 S> */ B(LdaNamedProperty), R(0), U8(78), U8(156),
  /*  972 S> */ B(LdaNamedProperty), R(0), U8(79), U8(158),
  /*  984 S> */ B(LdaNamedProperty), R(0), U8(80), U8(160),
  /*  996 S> */ B(LdaNamedProperty), R(0), U8(81), U8(162),
  /* 1008 S> */ B(LdaNamedProperty), R(0), U8(82), U8(164),
  /* 1020 S> */ B(LdaNamedProperty), R(0), U8(83), U8(166),
  /* 1032 S> */ B(LdaNamedProperty), R(0), U8(84), U8(168),
  /* 1044 S> */ B(LdaNamedProperty), R(0), U8(85), U8(170),
  /* 1056 S> */ B(LdaNamedProperty), R(0), U8(86), U8(172),
  /* 1068 S> */ B(LdaNamedProperty), R(0), U8(87), U8(174),
  /* 1080 S> */ B(LdaNamedProperty), R(0), U8(88), U8(176),
  /* 1092 S> */ B(LdaNamedProperty), R(0), U8(89), U8(178),
  /* 1104 S> */ B(LdaNamedProperty), R(0), U8(90), U8(180),
  /* 1116 S> */ B(LdaNamedProperty), R(0), U8(91), U8(182),
  /* 1128 S> */ B(LdaNamedProperty), R(0), U8(92), U8(184),
  /* 1140 S> */ B(LdaNamedProperty), R(0), U8(93), U8(186),
  /* 1152 S> */ B(LdaNamedProperty), R(0), U8(94), U8(188),
  /* 1164 S> */ B(LdaNamedProperty), R(0), U8(95), U8(190),
  /* 1176 S> */ B(LdaNamedProperty), R(0), U8(96), U8(192),
  /* 1188 S> */ B(LdaNamedProperty), R(0), U8(97), U8(194),
  /* 1200 S> */ B(LdaNamedProperty), R(0), U8(98), U8(196),
  /* 1212 S> */ B(LdaNamedProperty), R(0), U8(99), U8(198),
  /* 1224 S> */ B(LdaNamedProperty), R(0), U8(100), U8(200),
  /* 1237 S> */ B(LdaNamedProperty), R(0), U8(101), U8(202),
  /* 1250 S> */ B(LdaNamedProperty), R(0), U8(102), U8(204),
  /* 1263 S> */ B(LdaNamedProperty), R(0), U8(103), U8(206),
  /* 1276 S> */ B(LdaNamedProperty), R(0), U8(104), U8(208),
  /* 1289 S> */ B(LdaNamedProperty), R(0), U8(105), U8(210),
  /* 1302 S> */ B(LdaNamedProperty), R(0), U8(106), U8(212),
  /* 1315 S> */ B(LdaNamedProperty), R(0), U8(107), U8(214),
  /* 1328 S> */ B(LdaNamedProperty), R(0), U8(108), U8(216),
  /* 1341 S> */ B(LdaNamedProperty), R(0), U8(109), U8(218),
  /* 1354 S> */ B(LdaNamedProperty), R(0), U8(110), U8(220),
  /* 1367 S> */ B(LdaNamedProperty), R(0), U8(111), U8(222),
  /* 1380 S> */ B(LdaNamedProperty), R(0), U8(112), U8(224),
  /* 1393 S> */ B(LdaNamedProperty), R(0), U8(113), U8(226),
  /* 1406 S> */ B(LdaNamedProperty), R(0), U8(114), U8(228),
  /* 1419 S> */ B(LdaNamedProperty), R(0), U8(115), U8(230),
  /* 1432 S> */ B(LdaNamedProperty), R(0), U8(116), U8(232),
  /* 1445 S> */ B(LdaNamedProperty), R(0), U8(117), U8(234),
  /* 1458 S> */ B(LdaNamedProperty), R(0), U8(118), U8(236),
  /* 1471 S> */ B(LdaNamedProperty), R(0), U8(119), U8(238),
  /* 1484 S> */ B(LdaNamedProperty), R(0), U8(120), U8(240),
  /* 1497 S> */ B(LdaNamedProperty), R(0), U8(121), U8(242),
  /* 1510 S> */ B(LdaNamedProperty), R(0), U8(122), U8(244),
  /* 1523 S> */ B(LdaNamedProperty), R(0), U8(123), U8(246),
  /* 1536 S> */ B(LdaNamedProperty), R(0), U8(124), U8(248),
  /* 1549 S> */ B(LdaNamedProperty), R(0), U8(125), U8(250),
  /* 1562 S> */ B(LdaNamedProperty), R(0), U8(126), U8(252),
  /* 1575 S> */ B(LdaNamedProperty), R(0), U8(127), U8(254),
  /* 1595 S> */ B(Wide), B(LdaNamedProperty), R16(arg0), U16(128), U16(256),
  /* 1600 S> */ B(Return),
380 381
]
constant pool: [
382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name0"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name1"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name2"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name3"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name4"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name5"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name6"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name7"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name8"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name9"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name10"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name11"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name12"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name13"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name14"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name15"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name16"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name17"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name18"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name19"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name20"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name21"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name22"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name23"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name24"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name25"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name26"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name27"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name28"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name29"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name30"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name31"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name32"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name33"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name34"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name35"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name36"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name37"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name38"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name39"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name40"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name41"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name42"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name43"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name44"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name45"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name46"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name47"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name48"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name49"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name50"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name51"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name52"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name53"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name54"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name55"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name56"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name57"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name58"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name59"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name60"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name61"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name62"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name63"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name64"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name65"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name66"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name67"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name68"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name69"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name70"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name71"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name72"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name73"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name74"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name75"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name76"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name77"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name78"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name79"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name80"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name81"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name82"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name83"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name84"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name85"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name86"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name87"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name88"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name89"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name90"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name91"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name92"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name93"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name94"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name95"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name96"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name97"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name98"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name99"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name100"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name101"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name102"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name103"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name104"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name105"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name106"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name107"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name108"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name109"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name110"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name111"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name112"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name113"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name114"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name115"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name116"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name117"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name118"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name119"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name120"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name121"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name122"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name123"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name124"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name125"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name126"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name127"],
510
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650
]
handlers: [
]

---
snippet: "
  function f(a, b) {
    var c;
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    c = a[b];
    return a[b];
  }
  f({name : \"test\"}, \"name\")
"
651
frame size: 1
652
parameter count: 3
653
bytecode array length: 906
654
bytecodes: [
655
  /*   10 E> */ B(StackCheck),
656
  /*   30 S> */ B(Ldar), R(arg1),
657
  /*   35 E> */ B(LdaKeyedProperty), R(arg0), U8(0),
658
                B(Star), R(0),
659
  /*   42 S> */ B(Ldar), R(arg1),
660
  /*   47 E> */ B(LdaKeyedProperty), R(arg0), U8(2),
661
                B(Star), R(0),
662
  /*   54 S> */ B(Ldar), R(arg1),
663
  /*   59 E> */ B(LdaKeyedProperty), R(arg0), U8(4),
664
                B(Star), R(0),
665
  /*   66 S> */ B(Ldar), R(arg1),
666
  /*   71 E> */ B(LdaKeyedProperty), R(arg0), U8(6),
667
                B(Star), R(0),
668
  /*   78 S> */ B(Ldar), R(arg1),
669
  /*   83 E> */ B(LdaKeyedProperty), R(arg0), U8(8),
670
                B(Star), R(0),
671
  /*   90 S> */ B(Ldar), R(arg1),
672
  /*   95 E> */ B(LdaKeyedProperty), R(arg0), U8(10),
673
                B(Star), R(0),
674
  /*  102 S> */ B(Ldar), R(arg1),
675
  /*  107 E> */ B(LdaKeyedProperty), R(arg0), U8(12),
676
                B(Star), R(0),
677
  /*  114 S> */ B(Ldar), R(arg1),
678
  /*  119 E> */ B(LdaKeyedProperty), R(arg0), U8(14),
679
                B(Star), R(0),
680
  /*  126 S> */ B(Ldar), R(arg1),
681
  /*  131 E> */ B(LdaKeyedProperty), R(arg0), U8(16),
682
                B(Star), R(0),
683
  /*  138 S> */ B(Ldar), R(arg1),
684
  /*  143 E> */ B(LdaKeyedProperty), R(arg0), U8(18),
685
                B(Star), R(0),
686
  /*  150 S> */ B(Ldar), R(arg1),
687
  /*  155 E> */ B(LdaKeyedProperty), R(arg0), U8(20),
688
                B(Star), R(0),
689
  /*  162 S> */ B(Ldar), R(arg1),
690
  /*  167 E> */ B(LdaKeyedProperty), R(arg0), U8(22),
691
                B(Star), R(0),
692
  /*  174 S> */ B(Ldar), R(arg1),
693
  /*  179 E> */ B(LdaKeyedProperty), R(arg0), U8(24),
694
                B(Star), R(0),
695
  /*  186 S> */ B(Ldar), R(arg1),
696
  /*  191 E> */ B(LdaKeyedProperty), R(arg0), U8(26),
697
                B(Star), R(0),
698
  /*  198 S> */ B(Ldar), R(arg1),
699
  /*  203 E> */ B(LdaKeyedProperty), R(arg0), U8(28),
700
                B(Star), R(0),
701
  /*  210 S> */ B(Ldar), R(arg1),
702
  /*  215 E> */ B(LdaKeyedProperty), R(arg0), U8(30),
703
                B(Star), R(0),
704
  /*  222 S> */ B(Ldar), R(arg1),
705
  /*  227 E> */ B(LdaKeyedProperty), R(arg0), U8(32),
706
                B(Star), R(0),
707
  /*  234 S> */ B(Ldar), R(arg1),
708
  /*  239 E> */ B(LdaKeyedProperty), R(arg0), U8(34),
709
                B(Star), R(0),
710
  /*  246 S> */ B(Ldar), R(arg1),
711
  /*  251 E> */ B(LdaKeyedProperty), R(arg0), U8(36),
712
                B(Star), R(0),
713
  /*  258 S> */ B(Ldar), R(arg1),
714
  /*  263 E> */ B(LdaKeyedProperty), R(arg0), U8(38),
715
                B(Star), R(0),
716
  /*  270 S> */ B(Ldar), R(arg1),
717
  /*  275 E> */ B(LdaKeyedProperty), R(arg0), U8(40),
718
                B(Star), R(0),
719
  /*  282 S> */ B(Ldar), R(arg1),
720
  /*  287 E> */ B(LdaKeyedProperty), R(arg0), U8(42),
721
                B(Star), R(0),
722
  /*  294 S> */ B(Ldar), R(arg1),
723
  /*  299 E> */ B(LdaKeyedProperty), R(arg0), U8(44),
724
                B(Star), R(0),
725
  /*  306 S> */ B(Ldar), R(arg1),
726
  /*  311 E> */ B(LdaKeyedProperty), R(arg0), U8(46),
727
                B(Star), R(0),
728
  /*  318 S> */ B(Ldar), R(arg1),
729
  /*  323 E> */ B(LdaKeyedProperty), R(arg0), U8(48),
730
                B(Star), R(0),
731
  /*  330 S> */ B(Ldar), R(arg1),
732
  /*  335 E> */ B(LdaKeyedProperty), R(arg0), U8(50),
733
                B(Star), R(0),
734
  /*  342 S> */ B(Ldar), R(arg1),
735
  /*  347 E> */ B(LdaKeyedProperty), R(arg0), U8(52),
736
                B(Star), R(0),
737
  /*  354 S> */ B(Ldar), R(arg1),
738
  /*  359 E> */ B(LdaKeyedProperty), R(arg0), U8(54),
739
                B(Star), R(0),
740
  /*  366 S> */ B(Ldar), R(arg1),
741
  /*  371 E> */ B(LdaKeyedProperty), R(arg0), U8(56),
742
                B(Star), R(0),
743
  /*  378 S> */ B(Ldar), R(arg1),
744
  /*  383 E> */ B(LdaKeyedProperty), R(arg0), U8(58),
745
                B(Star), R(0),
746
  /*  390 S> */ B(Ldar), R(arg1),
747
  /*  395 E> */ B(LdaKeyedProperty), R(arg0), U8(60),
748
                B(Star), R(0),
749
  /*  402 S> */ B(Ldar), R(arg1),
750
  /*  407 E> */ B(LdaKeyedProperty), R(arg0), U8(62),
751
                B(Star), R(0),
752
  /*  414 S> */ B(Ldar), R(arg1),
753
  /*  419 E> */ B(LdaKeyedProperty), R(arg0), U8(64),
754
                B(Star), R(0),
755
  /*  426 S> */ B(Ldar), R(arg1),
756
  /*  431 E> */ B(LdaKeyedProperty), R(arg0), U8(66),
757
                B(Star), R(0),
758
  /*  438 S> */ B(Ldar), R(arg1),
759
  /*  443 E> */ B(LdaKeyedProperty), R(arg0), U8(68),
760
                B(Star), R(0),
761
  /*  450 S> */ B(Ldar), R(arg1),
762
  /*  455 E> */ B(LdaKeyedProperty), R(arg0), U8(70),
763
                B(Star), R(0),
764
  /*  462 S> */ B(Ldar), R(arg1),
765
  /*  467 E> */ B(LdaKeyedProperty), R(arg0), U8(72),
766
                B(Star), R(0),
767
  /*  474 S> */ B(Ldar), R(arg1),
768
  /*  479 E> */ B(LdaKeyedProperty), R(arg0), U8(74),
769
                B(Star), R(0),
770
  /*  486 S> */ B(Ldar), R(arg1),
771
  /*  491 E> */ B(LdaKeyedProperty), R(arg0), U8(76),
772
                B(Star), R(0),
773
  /*  498 S> */ B(Ldar), R(arg1),
774
  /*  503 E> */ B(LdaKeyedProperty), R(arg0), U8(78),
775
                B(Star), R(0),
776
  /*  510 S> */ B(Ldar), R(arg1),
777
  /*  515 E> */ B(LdaKeyedProperty), R(arg0), U8(80),
778
                B(Star), R(0),
779
  /*  522 S> */ B(Ldar), R(arg1),
780
  /*  527 E> */ B(LdaKeyedProperty), R(arg0), U8(82),
781
                B(Star), R(0),
782
  /*  534 S> */ B(Ldar), R(arg1),
783
  /*  539 E> */ B(LdaKeyedProperty), R(arg0), U8(84),
784
                B(Star), R(0),
785
  /*  546 S> */ B(Ldar), R(arg1),
786
  /*  551 E> */ B(LdaKeyedProperty), R(arg0), U8(86),
787
                B(Star), R(0),
788
  /*  558 S> */ B(Ldar), R(arg1),
789
  /*  563 E> */ B(LdaKeyedProperty), R(arg0), U8(88),
790
                B(Star), R(0),
791
  /*  570 S> */ B(Ldar), R(arg1),
792
  /*  575 E> */ B(LdaKeyedProperty), R(arg0), U8(90),
793
                B(Star), R(0),
794
  /*  582 S> */ B(Ldar), R(arg1),
795
  /*  587 E> */ B(LdaKeyedProperty), R(arg0), U8(92),
796
                B(Star), R(0),
797
  /*  594 S> */ B(Ldar), R(arg1),
798
  /*  599 E> */ B(LdaKeyedProperty), R(arg0), U8(94),
799
                B(Star), R(0),
800
  /*  606 S> */ B(Ldar), R(arg1),
801
  /*  611 E> */ B(LdaKeyedProperty), R(arg0), U8(96),
802
                B(Star), R(0),
803
  /*  618 S> */ B(Ldar), R(arg1),
804
  /*  623 E> */ B(LdaKeyedProperty), R(arg0), U8(98),
805
                B(Star), R(0),
806
  /*  630 S> */ B(Ldar), R(arg1),
807
  /*  635 E> */ B(LdaKeyedProperty), R(arg0), U8(100),
808
                B(Star), R(0),
809
  /*  642 S> */ B(Ldar), R(arg1),
810
  /*  647 E> */ B(LdaKeyedProperty), R(arg0), U8(102),
811
                B(Star), R(0),
812
  /*  654 S> */ B(Ldar), R(arg1),
813
  /*  659 E> */ B(LdaKeyedProperty), R(arg0), U8(104),
814
                B(Star), R(0),
815
  /*  666 S> */ B(Ldar), R(arg1),
816
  /*  671 E> */ B(LdaKeyedProperty), R(arg0), U8(106),
817
                B(Star), R(0),
818
  /*  678 S> */ B(Ldar), R(arg1),
819
  /*  683 E> */ B(LdaKeyedProperty), R(arg0), U8(108),
820
                B(Star), R(0),
821
  /*  690 S> */ B(Ldar), R(arg1),
822
  /*  695 E> */ B(LdaKeyedProperty), R(arg0), U8(110),
823
                B(Star), R(0),
824
  /*  702 S> */ B(Ldar), R(arg1),
825
  /*  707 E> */ B(LdaKeyedProperty), R(arg0), U8(112),
826
                B(Star), R(0),
827
  /*  714 S> */ B(Ldar), R(arg1),
828
  /*  719 E> */ B(LdaKeyedProperty), R(arg0), U8(114),
829
                B(Star), R(0),
830
  /*  726 S> */ B(Ldar), R(arg1),
831
  /*  731 E> */ B(LdaKeyedProperty), R(arg0), U8(116),
832
                B(Star), R(0),
833
  /*  738 S> */ B(Ldar), R(arg1),
834
  /*  743 E> */ B(LdaKeyedProperty), R(arg0), U8(118),
835
                B(Star), R(0),
836
  /*  750 S> */ B(Ldar), R(arg1),
837
  /*  755 E> */ B(LdaKeyedProperty), R(arg0), U8(120),
838
                B(Star), R(0),
839
  /*  762 S> */ B(Ldar), R(arg1),
840
  /*  767 E> */ B(LdaKeyedProperty), R(arg0), U8(122),
841
                B(Star), R(0),
842
  /*  774 S> */ B(Ldar), R(arg1),
843
  /*  779 E> */ B(LdaKeyedProperty), R(arg0), U8(124),
844
                B(Star), R(0),
845
  /*  786 S> */ B(Ldar), R(arg1),
846
  /*  791 E> */ B(LdaKeyedProperty), R(arg0), U8(126),
847
                B(Star), R(0),
848
  /*  798 S> */ B(Ldar), R(arg1),
849
  /*  803 E> */ B(LdaKeyedProperty), R(arg0), U8(128),
850
                B(Star), R(0),
851
  /*  810 S> */ B(Ldar), R(arg1),
852
  /*  815 E> */ B(LdaKeyedProperty), R(arg0), U8(130),
853
                B(Star), R(0),
854
  /*  822 S> */ B(Ldar), R(arg1),
855
  /*  827 E> */ B(LdaKeyedProperty), R(arg0), U8(132),
856
                B(Star), R(0),
857
  /*  834 S> */ B(Ldar), R(arg1),
858
  /*  839 E> */ B(LdaKeyedProperty), R(arg0), U8(134),
859
                B(Star), R(0),
860
  /*  846 S> */ B(Ldar), R(arg1),
861
  /*  851 E> */ B(LdaKeyedProperty), R(arg0), U8(136),
862
                B(Star), R(0),
863
  /*  858 S> */ B(Ldar), R(arg1),
864
  /*  863 E> */ B(LdaKeyedProperty), R(arg0), U8(138),
865
                B(Star), R(0),
866
  /*  870 S> */ B(Ldar), R(arg1),
867
  /*  875 E> */ B(LdaKeyedProperty), R(arg0), U8(140),
868
                B(Star), R(0),
869
  /*  882 S> */ B(Ldar), R(arg1),
870
  /*  887 E> */ B(LdaKeyedProperty), R(arg0), U8(142),
871
                B(Star), R(0),
872
  /*  894 S> */ B(Ldar), R(arg1),
873
  /*  899 E> */ B(LdaKeyedProperty), R(arg0), U8(144),
874
                B(Star), R(0),
875
  /*  906 S> */ B(Ldar), R(arg1),
876
  /*  911 E> */ B(LdaKeyedProperty), R(arg0), U8(146),
877
                B(Star), R(0),
878
  /*  918 S> */ B(Ldar), R(arg1),
879
  /*  923 E> */ B(LdaKeyedProperty), R(arg0), U8(148),
880
                B(Star), R(0),
881
  /*  930 S> */ B(Ldar), R(arg1),
882
  /*  935 E> */ B(LdaKeyedProperty), R(arg0), U8(150),
883
                B(Star), R(0),
884
  /*  942 S> */ B(Ldar), R(arg1),
885
  /*  947 E> */ B(LdaKeyedProperty), R(arg0), U8(152),
886
                B(Star), R(0),
887
  /*  954 S> */ B(Ldar), R(arg1),
888
  /*  959 E> */ B(LdaKeyedProperty), R(arg0), U8(154),
889
                B(Star), R(0),
890
  /*  966 S> */ B(Ldar), R(arg1),
891
  /*  971 E> */ B(LdaKeyedProperty), R(arg0), U8(156),
892
                B(Star), R(0),
893
  /*  978 S> */ B(Ldar), R(arg1),
894
  /*  983 E> */ B(LdaKeyedProperty), R(arg0), U8(158),
895
                B(Star), R(0),
896
  /*  990 S> */ B(Ldar), R(arg1),
897
  /*  995 E> */ B(LdaKeyedProperty), R(arg0), U8(160),
898
                B(Star), R(0),
899
  /* 1002 S> */ B(Ldar), R(arg1),
900
  /* 1007 E> */ B(LdaKeyedProperty), R(arg0), U8(162),
901
                B(Star), R(0),
902
  /* 1014 S> */ B(Ldar), R(arg1),
903
  /* 1019 E> */ B(LdaKeyedProperty), R(arg0), U8(164),
904
                B(Star), R(0),
905
  /* 1026 S> */ B(Ldar), R(arg1),
906
  /* 1031 E> */ B(LdaKeyedProperty), R(arg0), U8(166),
907
                B(Star), R(0),
908
  /* 1038 S> */ B(Ldar), R(arg1),
909
  /* 1043 E> */ B(LdaKeyedProperty), R(arg0), U8(168),
910
                B(Star), R(0),
911
  /* 1050 S> */ B(Ldar), R(arg1),
912
  /* 1055 E> */ B(LdaKeyedProperty), R(arg0), U8(170),
913
                B(Star), R(0),
914
  /* 1062 S> */ B(Ldar), R(arg1),
915
  /* 1067 E> */ B(LdaKeyedProperty), R(arg0), U8(172),
916
                B(Star), R(0),
917
  /* 1074 S> */ B(Ldar), R(arg1),
918
  /* 1079 E> */ B(LdaKeyedProperty), R(arg0), U8(174),
919
                B(Star), R(0),
920
  /* 1086 S> */ B(Ldar), R(arg1),
921
  /* 1091 E> */ B(LdaKeyedProperty), R(arg0), U8(176),
922
                B(Star), R(0),
923
  /* 1098 S> */ B(Ldar), R(arg1),
924
  /* 1103 E> */ B(LdaKeyedProperty), R(arg0), U8(178),
925
                B(Star), R(0),
926
  /* 1110 S> */ B(Ldar), R(arg1),
927
  /* 1115 E> */ B(LdaKeyedProperty), R(arg0), U8(180),
928
                B(Star), R(0),
929
  /* 1122 S> */ B(Ldar), R(arg1),
930
  /* 1127 E> */ B(LdaKeyedProperty), R(arg0), U8(182),
931
                B(Star), R(0),
932
  /* 1134 S> */ B(Ldar), R(arg1),
933
  /* 1139 E> */ B(LdaKeyedProperty), R(arg0), U8(184),
934
                B(Star), R(0),
935
  /* 1146 S> */ B(Ldar), R(arg1),
936
  /* 1151 E> */ B(LdaKeyedProperty), R(arg0), U8(186),
937
                B(Star), R(0),
938
  /* 1158 S> */ B(Ldar), R(arg1),
939
  /* 1163 E> */ B(LdaKeyedProperty), R(arg0), U8(188),
940
                B(Star), R(0),
941
  /* 1170 S> */ B(Ldar), R(arg1),
942
  /* 1175 E> */ B(LdaKeyedProperty), R(arg0), U8(190),
943
                B(Star), R(0),
944
  /* 1182 S> */ B(Ldar), R(arg1),
945
  /* 1187 E> */ B(LdaKeyedProperty), R(arg0), U8(192),
946
                B(Star), R(0),
947
  /* 1194 S> */ B(Ldar), R(arg1),
948
  /* 1199 E> */ B(LdaKeyedProperty), R(arg0), U8(194),
949
                B(Star), R(0),
950
  /* 1206 S> */ B(Ldar), R(arg1),
951
  /* 1211 E> */ B(LdaKeyedProperty), R(arg0), U8(196),
952
                B(Star), R(0),
953
  /* 1218 S> */ B(Ldar), R(arg1),
954
  /* 1223 E> */ B(LdaKeyedProperty), R(arg0), U8(198),
955
                B(Star), R(0),
956
  /* 1230 S> */ B(Ldar), R(arg1),
957
  /* 1235 E> */ B(LdaKeyedProperty), R(arg0), U8(200),
958
                B(Star), R(0),
959
  /* 1242 S> */ B(Ldar), R(arg1),
960
  /* 1247 E> */ B(LdaKeyedProperty), R(arg0), U8(202),
961
                B(Star), R(0),
962
  /* 1254 S> */ B(Ldar), R(arg1),
963
  /* 1259 E> */ B(LdaKeyedProperty), R(arg0), U8(204),
964
                B(Star), R(0),
965
  /* 1266 S> */ B(Ldar), R(arg1),
966
  /* 1271 E> */ B(LdaKeyedProperty), R(arg0), U8(206),
967
                B(Star), R(0),
968
  /* 1278 S> */ B(Ldar), R(arg1),
969
  /* 1283 E> */ B(LdaKeyedProperty), R(arg0), U8(208),
970
                B(Star), R(0),
971
  /* 1290 S> */ B(Ldar), R(arg1),
972
  /* 1295 E> */ B(LdaKeyedProperty), R(arg0), U8(210),
973
                B(Star), R(0),
974
  /* 1302 S> */ B(Ldar), R(arg1),
975
  /* 1307 E> */ B(LdaKeyedProperty), R(arg0), U8(212),
976
                B(Star), R(0),
977
  /* 1314 S> */ B(Ldar), R(arg1),
978
  /* 1319 E> */ B(LdaKeyedProperty), R(arg0), U8(214),
979
                B(Star), R(0),
980
  /* 1326 S> */ B(Ldar), R(arg1),
981
  /* 1331 E> */ B(LdaKeyedProperty), R(arg0), U8(216),
982
                B(Star), R(0),
983
  /* 1338 S> */ B(Ldar), R(arg1),
984
  /* 1343 E> */ B(LdaKeyedProperty), R(arg0), U8(218),
985
                B(Star), R(0),
986
  /* 1350 S> */ B(Ldar), R(arg1),
987
  /* 1355 E> */ B(LdaKeyedProperty), R(arg0), U8(220),
988
                B(Star), R(0),
989
  /* 1362 S> */ B(Ldar), R(arg1),
990
  /* 1367 E> */ B(LdaKeyedProperty), R(arg0), U8(222),
991
                B(Star), R(0),
992
  /* 1374 S> */ B(Ldar), R(arg1),
993
  /* 1379 E> */ B(LdaKeyedProperty), R(arg0), U8(224),
994
                B(Star), R(0),
995
  /* 1386 S> */ B(Ldar), R(arg1),
996
  /* 1391 E> */ B(LdaKeyedProperty), R(arg0), U8(226),
997
                B(Star), R(0),
998
  /* 1398 S> */ B(Ldar), R(arg1),
999
  /* 1403 E> */ B(LdaKeyedProperty), R(arg0), U8(228),
1000
                B(Star), R(0),
1001
  /* 1410 S> */ B(Ldar), R(arg1),
1002
  /* 1415 E> */ B(LdaKeyedProperty), R(arg0), U8(230),
1003
                B(Star), R(0),
1004
  /* 1422 S> */ B(Ldar), R(arg1),
1005
  /* 1427 E> */ B(LdaKeyedProperty), R(arg0), U8(232),
1006
                B(Star), R(0),
1007
  /* 1434 S> */ B(Ldar), R(arg1),
1008
  /* 1439 E> */ B(LdaKeyedProperty), R(arg0), U8(234),
1009
                B(Star), R(0),
1010
  /* 1446 S> */ B(Ldar), R(arg1),
1011
  /* 1451 E> */ B(LdaKeyedProperty), R(arg0), U8(236),
1012
                B(Star), R(0),
1013
  /* 1458 S> */ B(Ldar), R(arg1),
1014
  /* 1463 E> */ B(LdaKeyedProperty), R(arg0), U8(238),
1015
                B(Star), R(0),
1016
  /* 1470 S> */ B(Ldar), R(arg1),
1017
  /* 1475 E> */ B(LdaKeyedProperty), R(arg0), U8(240),
1018
                B(Star), R(0),
1019
  /* 1482 S> */ B(Ldar), R(arg1),
1020
  /* 1487 E> */ B(LdaKeyedProperty), R(arg0), U8(242),
1021
                B(Star), R(0),
1022
  /* 1494 S> */ B(Ldar), R(arg1),
1023
  /* 1499 E> */ B(LdaKeyedProperty), R(arg0), U8(244),
1024
                B(Star), R(0),
1025
  /* 1506 S> */ B(Ldar), R(arg1),
1026
  /* 1511 E> */ B(LdaKeyedProperty), R(arg0), U8(246),
1027
                B(Star), R(0),
1028
  /* 1518 S> */ B(Ldar), R(arg1),
1029
  /* 1523 E> */ B(LdaKeyedProperty), R(arg0), U8(248),
1030
                B(Star), R(0),
1031
  /* 1530 S> */ B(Ldar), R(arg1),
1032
  /* 1535 E> */ B(LdaKeyedProperty), R(arg0), U8(250),
1033
                B(Star), R(0),
1034
  /* 1542 S> */ B(Ldar), R(arg1),
1035
  /* 1547 E> */ B(LdaKeyedProperty), R(arg0), U8(252),
1036
                B(Star), R(0),
1037
  /* 1554 S> */ B(Ldar), R(arg1),
1038
  /* 1559 E> */ B(LdaKeyedProperty), R(arg0), U8(254),
1039
                B(Star), R(0),
1040
  /* 1566 S> */ B(Ldar), R(arg1),
1041
  /* 1574 E> */ B(Wide), B(LdaKeyedProperty), R16(arg0), U16(256),
1042
  /* 1578 S> */ B(Return),
1043 1044 1045 1046 1047 1048
]
constant pool: [
]
handlers: [
]