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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden

Issue 2336643002: [Interpreter] Move context chain search loop to handler (Closed)
Patch Set: Fix documentation nits Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
index af84604c7d4ed3105d23bc475754827e4a1b2c63..38ef77ce64aeb4e8f86b671699c8b9e58425b12a 100644
--- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
@@ -32,13 +32,13 @@ snippet: "
"
frame size: 1
parameter count: 1
-bytecode array length: 14
+bytecode array length: 15
bytecodes: [
B(CreateFunctionContext), U8(1),
B(PushContext), R(0),
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), U8(1),
- /* 42 E> */ B(StaContextSlot), R(context), U8(4),
+ /* 42 E> */ B(StaContextSlot), R(context), U8(4), U8(0),
/* 45 S> */ B(CreateClosure), U8(0), U8(2),
/* 75 S> */ B(Return),
]
@@ -54,15 +54,15 @@ snippet: "
"
frame size: 1
parameter count: 1
-bytecode array length: 19
+bytecode array length: 21
bytecodes: [
B(CreateFunctionContext), U8(2),
B(PushContext), R(0),
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), U8(1),
- /* 42 E> */ B(StaContextSlot), R(context), U8(4),
+ /* 42 E> */ B(StaContextSlot), R(context), U8(4), U8(0),
/* 53 S> */ B(LdaSmi), U8(2),
- /* 53 E> */ B(StaContextSlot), R(context), U8(5),
+ /* 53 E> */ B(StaContextSlot), R(context), U8(5), U8(0),
/* 56 S> */ B(CreateClosure), U8(0), U8(2),
/* 92 S> */ B(Return),
]
@@ -78,7 +78,7 @@ snippet: "
"
frame size: 3
parameter count: 1
-bytecode array length: 21
+bytecode array length: 22
bytecodes: [
B(CreateFunctionContext), U8(1),
B(PushContext), R(0),
@@ -87,7 +87,7 @@ bytecodes: [
B(CreateClosure), U8(0), U8(2),
B(Star), R(1),
/* 64 E> */ B(Call), R(1), R(2), U8(1), U8(1),
- /* 68 S> */ B(LdaContextSlot), R(context), U8(4),
+ /* 68 S> */ B(LdaContextSlot), R(context), U8(4), U8(0),
/* 78 S> */ B(Return),
]
constant pool: [
@@ -104,22 +104,22 @@ snippet: "
"
frame size: 2
parameter count: 1
-bytecode array length: 35
+bytecode array length: 39
bytecodes: [
B(CreateFunctionContext), U8(1),
B(PushContext), R(0),
B(LdaTheHole),
- B(StaContextSlot), R(context), U8(4),
+ B(StaContextSlot), R(context), U8(4), U8(0),
/* 30 E> */ B(StackCheck),
/* 56 S> */ B(LdaSmi), U8(1),
- /* 56 E> */ B(StaContextSlot), R(context), U8(4),
+ /* 56 E> */ B(StaContextSlot), R(context), U8(4), U8(0),
B(Ldar), R(closure),
B(CreateBlockContext), U8(0),
B(PushContext), R(1),
B(LdaTheHole),
- B(StaContextSlot), R(context), U8(4),
+ B(StaContextSlot), R(context), U8(4), U8(0),
/* 69 S> */ B(LdaSmi), U8(2),
- /* 69 E> */ B(StaContextSlot), R(context), U8(4),
+ /* 69 E> */ B(StaContextSlot), R(context), U8(4), U8(0),
/* 72 S> */ B(CreateClosure), U8(1), U8(2),
B(PopContext), R(0),
/* 104 S> */ B(Return),
@@ -390,523 +390,523 @@ snippet: "
"
frame size: 3
parameter count: 1
-bytecode array length: 1047
+bytecode array length: 1305
bytecodes: [
B(CreateFunctionContext), U8(254),
B(PushContext), R(0),
B(Ldar), R(this),
- B(StaContextSlot), R(context), U8(4),
+ B(StaContextSlot), R(context), U8(4), U8(0),
B(CreateUnmappedArguments),
- B(Wide), B(StaContextSlot), R16(context), U16(257),
+ B(Wide), B(StaContextSlot), R16(context), U16(257), U16(0),
B(Ldar), R(new_target),
- B(StaContextSlot), R(context), U8(5),
+ B(StaContextSlot), R(context), U8(5), U8(0),
/* 30 E> */ B(StackCheck),
/* 57 S> */ B(LdaZero),
- /* 57 E> */ B(StaContextSlot), R(context), U8(6),
+ /* 57 E> */ B(StaContextSlot), R(context), U8(6), U8(0),
/* 69 S> */ B(LdaZero),
- /* 69 E> */ B(StaContextSlot), R(context), U8(7),
+ /* 69 E> */ B(StaContextSlot), R(context), U8(7), U8(0),
/* 81 S> */ B(LdaZero),
- /* 81 E> */ B(StaContextSlot), R(context), U8(8),
+ /* 81 E> */ B(StaContextSlot), R(context), U8(8), U8(0),
/* 93 S> */ B(LdaZero),
- /* 93 E> */ B(StaContextSlot), R(context), U8(9),
+ /* 93 E> */ B(StaContextSlot), R(context), U8(9), U8(0),
/* 105 S> */ B(LdaZero),
- /* 105 E> */ B(StaContextSlot), R(context), U8(10),
+ /* 105 E> */ B(StaContextSlot), R(context), U8(10), U8(0),
/* 117 S> */ B(LdaZero),
- /* 117 E> */ B(StaContextSlot), R(context), U8(11),
+ /* 117 E> */ B(StaContextSlot), R(context), U8(11), U8(0),
/* 129 S> */ B(LdaZero),
- /* 129 E> */ B(StaContextSlot), R(context), U8(12),
+ /* 129 E> */ B(StaContextSlot), R(context), U8(12), U8(0),
/* 141 S> */ B(LdaZero),
- /* 141 E> */ B(StaContextSlot), R(context), U8(13),
+ /* 141 E> */ B(StaContextSlot), R(context), U8(13), U8(0),
/* 153 S> */ B(LdaZero),
- /* 153 E> */ B(StaContextSlot), R(context), U8(14),
+ /* 153 E> */ B(StaContextSlot), R(context), U8(14), U8(0),
/* 165 S> */ B(LdaZero),
- /* 165 E> */ B(StaContextSlot), R(context), U8(15),
+ /* 165 E> */ B(StaContextSlot), R(context), U8(15), U8(0),
/* 178 S> */ B(LdaZero),
- /* 178 E> */ B(StaContextSlot), R(context), U8(16),
+ /* 178 E> */ B(StaContextSlot), R(context), U8(16), U8(0),
/* 191 S> */ B(LdaZero),
- /* 191 E> */ B(StaContextSlot), R(context), U8(17),
+ /* 191 E> */ B(StaContextSlot), R(context), U8(17), U8(0),
/* 204 S> */ B(LdaZero),
- /* 204 E> */ B(StaContextSlot), R(context), U8(18),
+ /* 204 E> */ B(StaContextSlot), R(context), U8(18), U8(0),
/* 217 S> */ B(LdaZero),
- /* 217 E> */ B(StaContextSlot), R(context), U8(19),
+ /* 217 E> */ B(StaContextSlot), R(context), U8(19), U8(0),
/* 230 S> */ B(LdaZero),
- /* 230 E> */ B(StaContextSlot), R(context), U8(20),
+ /* 230 E> */ B(StaContextSlot), R(context), U8(20), U8(0),
/* 243 S> */ B(LdaZero),
- /* 243 E> */ B(StaContextSlot), R(context), U8(21),
+ /* 243 E> */ B(StaContextSlot), R(context), U8(21), U8(0),
/* 256 S> */ B(LdaZero),
- /* 256 E> */ B(StaContextSlot), R(context), U8(22),
+ /* 256 E> */ B(StaContextSlot), R(context), U8(22), U8(0),
/* 269 S> */ B(LdaZero),
- /* 269 E> */ B(StaContextSlot), R(context), U8(23),
+ /* 269 E> */ B(StaContextSlot), R(context), U8(23), U8(0),
/* 282 S> */ B(LdaZero),
- /* 282 E> */ B(StaContextSlot), R(context), U8(24),
+ /* 282 E> */ B(StaContextSlot), R(context), U8(24), U8(0),
/* 295 S> */ B(LdaZero),
- /* 295 E> */ B(StaContextSlot), R(context), U8(25),
+ /* 295 E> */ B(StaContextSlot), R(context), U8(25), U8(0),
/* 308 S> */ B(LdaZero),
- /* 308 E> */ B(StaContextSlot), R(context), U8(26),
+ /* 308 E> */ B(StaContextSlot), R(context), U8(26), U8(0),
/* 321 S> */ B(LdaZero),
- /* 321 E> */ B(StaContextSlot), R(context), U8(27),
+ /* 321 E> */ B(StaContextSlot), R(context), U8(27), U8(0),
/* 334 S> */ B(LdaZero),
- /* 334 E> */ B(StaContextSlot), R(context), U8(28),
+ /* 334 E> */ B(StaContextSlot), R(context), U8(28), U8(0),
/* 347 S> */ B(LdaZero),
- /* 347 E> */ B(StaContextSlot), R(context), U8(29),
+ /* 347 E> */ B(StaContextSlot), R(context), U8(29), U8(0),
/* 360 S> */ B(LdaZero),
- /* 360 E> */ B(StaContextSlot), R(context), U8(30),
+ /* 360 E> */ B(StaContextSlot), R(context), U8(30), U8(0),
/* 373 S> */ B(LdaZero),
- /* 373 E> */ B(StaContextSlot), R(context), U8(31),
+ /* 373 E> */ B(StaContextSlot), R(context), U8(31), U8(0),
/* 386 S> */ B(LdaZero),
- /* 386 E> */ B(StaContextSlot), R(context), U8(32),
+ /* 386 E> */ B(StaContextSlot), R(context), U8(32), U8(0),
/* 399 S> */ B(LdaZero),
- /* 399 E> */ B(StaContextSlot), R(context), U8(33),
+ /* 399 E> */ B(StaContextSlot), R(context), U8(33), U8(0),
/* 412 S> */ B(LdaZero),
- /* 412 E> */ B(StaContextSlot), R(context), U8(34),
+ /* 412 E> */ B(StaContextSlot), R(context), U8(34), U8(0),
/* 425 S> */ B(LdaZero),
- /* 425 E> */ B(StaContextSlot), R(context), U8(35),
+ /* 425 E> */ B(StaContextSlot), R(context), U8(35), U8(0),
/* 438 S> */ B(LdaZero),
- /* 438 E> */ B(StaContextSlot), R(context), U8(36),
+ /* 438 E> */ B(StaContextSlot), R(context), U8(36), U8(0),
/* 451 S> */ B(LdaZero),
- /* 451 E> */ B(StaContextSlot), R(context), U8(37),
+ /* 451 E> */ B(StaContextSlot), R(context), U8(37), U8(0),
/* 464 S> */ B(LdaZero),
- /* 464 E> */ B(StaContextSlot), R(context), U8(38),
+ /* 464 E> */ B(StaContextSlot), R(context), U8(38), U8(0),
/* 477 S> */ B(LdaZero),
- /* 477 E> */ B(StaContextSlot), R(context), U8(39),
+ /* 477 E> */ B(StaContextSlot), R(context), U8(39), U8(0),
/* 490 S> */ B(LdaZero),
- /* 490 E> */ B(StaContextSlot), R(context), U8(40),
+ /* 490 E> */ B(StaContextSlot), R(context), U8(40), U8(0),
/* 503 S> */ B(LdaZero),
- /* 503 E> */ B(StaContextSlot), R(context), U8(41),
+ /* 503 E> */ B(StaContextSlot), R(context), U8(41), U8(0),
/* 516 S> */ B(LdaZero),
- /* 516 E> */ B(StaContextSlot), R(context), U8(42),
+ /* 516 E> */ B(StaContextSlot), R(context), U8(42), U8(0),
/* 529 S> */ B(LdaZero),
- /* 529 E> */ B(StaContextSlot), R(context), U8(43),
+ /* 529 E> */ B(StaContextSlot), R(context), U8(43), U8(0),
/* 542 S> */ B(LdaZero),
- /* 542 E> */ B(StaContextSlot), R(context), U8(44),
+ /* 542 E> */ B(StaContextSlot), R(context), U8(44), U8(0),
/* 555 S> */ B(LdaZero),
- /* 555 E> */ B(StaContextSlot), R(context), U8(45),
+ /* 555 E> */ B(StaContextSlot), R(context), U8(45), U8(0),
/* 568 S> */ B(LdaZero),
- /* 568 E> */ B(StaContextSlot), R(context), U8(46),
+ /* 568 E> */ B(StaContextSlot), R(context), U8(46), U8(0),
/* 581 S> */ B(LdaZero),
- /* 581 E> */ B(StaContextSlot), R(context), U8(47),
+ /* 581 E> */ B(StaContextSlot), R(context), U8(47), U8(0),
/* 594 S> */ B(LdaZero),
- /* 594 E> */ B(StaContextSlot), R(context), U8(48),
+ /* 594 E> */ B(StaContextSlot), R(context), U8(48), U8(0),
/* 607 S> */ B(LdaZero),
- /* 607 E> */ B(StaContextSlot), R(context), U8(49),
+ /* 607 E> */ B(StaContextSlot), R(context), U8(49), U8(0),
/* 620 S> */ B(LdaZero),
- /* 620 E> */ B(StaContextSlot), R(context), U8(50),
+ /* 620 E> */ B(StaContextSlot), R(context), U8(50), U8(0),
/* 633 S> */ B(LdaZero),
- /* 633 E> */ B(StaContextSlot), R(context), U8(51),
+ /* 633 E> */ B(StaContextSlot), R(context), U8(51), U8(0),
/* 646 S> */ B(LdaZero),
- /* 646 E> */ B(StaContextSlot), R(context), U8(52),
+ /* 646 E> */ B(StaContextSlot), R(context), U8(52), U8(0),
/* 659 S> */ B(LdaZero),
- /* 659 E> */ B(StaContextSlot), R(context), U8(53),
+ /* 659 E> */ B(StaContextSlot), R(context), U8(53), U8(0),
/* 672 S> */ B(LdaZero),
- /* 672 E> */ B(StaContextSlot), R(context), U8(54),
+ /* 672 E> */ B(StaContextSlot), R(context), U8(54), U8(0),
/* 685 S> */ B(LdaZero),
- /* 685 E> */ B(StaContextSlot), R(context), U8(55),
+ /* 685 E> */ B(StaContextSlot), R(context), U8(55), U8(0),
/* 698 S> */ B(LdaZero),
- /* 698 E> */ B(StaContextSlot), R(context), U8(56),
+ /* 698 E> */ B(StaContextSlot), R(context), U8(56), U8(0),
/* 711 S> */ B(LdaZero),
- /* 711 E> */ B(StaContextSlot), R(context), U8(57),
+ /* 711 E> */ B(StaContextSlot), R(context), U8(57), U8(0),
/* 724 S> */ B(LdaZero),
- /* 724 E> */ B(StaContextSlot), R(context), U8(58),
+ /* 724 E> */ B(StaContextSlot), R(context), U8(58), U8(0),
/* 737 S> */ B(LdaZero),
- /* 737 E> */ B(StaContextSlot), R(context), U8(59),
+ /* 737 E> */ B(StaContextSlot), R(context), U8(59), U8(0),
/* 750 S> */ B(LdaZero),
- /* 750 E> */ B(StaContextSlot), R(context), U8(60),
+ /* 750 E> */ B(StaContextSlot), R(context), U8(60), U8(0),
/* 763 S> */ B(LdaZero),
- /* 763 E> */ B(StaContextSlot), R(context), U8(61),
+ /* 763 E> */ B(StaContextSlot), R(context), U8(61), U8(0),
/* 776 S> */ B(LdaZero),
- /* 776 E> */ B(StaContextSlot), R(context), U8(62),
+ /* 776 E> */ B(StaContextSlot), R(context), U8(62), U8(0),
/* 789 S> */ B(LdaZero),
- /* 789 E> */ B(StaContextSlot), R(context), U8(63),
+ /* 789 E> */ B(StaContextSlot), R(context), U8(63), U8(0),
/* 802 S> */ B(LdaZero),
- /* 802 E> */ B(StaContextSlot), R(context), U8(64),
+ /* 802 E> */ B(StaContextSlot), R(context), U8(64), U8(0),
/* 815 S> */ B(LdaZero),
- /* 815 E> */ B(StaContextSlot), R(context), U8(65),
+ /* 815 E> */ B(StaContextSlot), R(context), U8(65), U8(0),
/* 828 S> */ B(LdaZero),
- /* 828 E> */ B(StaContextSlot), R(context), U8(66),
+ /* 828 E> */ B(StaContextSlot), R(context), U8(66), U8(0),
/* 841 S> */ B(LdaZero),
- /* 841 E> */ B(StaContextSlot), R(context), U8(67),
+ /* 841 E> */ B(StaContextSlot), R(context), U8(67), U8(0),
/* 854 S> */ B(LdaZero),
- /* 854 E> */ B(StaContextSlot), R(context), U8(68),
+ /* 854 E> */ B(StaContextSlot), R(context), U8(68), U8(0),
/* 867 S> */ B(LdaZero),
- /* 867 E> */ B(StaContextSlot), R(context), U8(69),
+ /* 867 E> */ B(StaContextSlot), R(context), U8(69), U8(0),
/* 880 S> */ B(LdaZero),
- /* 880 E> */ B(StaContextSlot), R(context), U8(70),
+ /* 880 E> */ B(StaContextSlot), R(context), U8(70), U8(0),
/* 893 S> */ B(LdaZero),
- /* 893 E> */ B(StaContextSlot), R(context), U8(71),
+ /* 893 E> */ B(StaContextSlot), R(context), U8(71), U8(0),
/* 906 S> */ B(LdaZero),
- /* 906 E> */ B(StaContextSlot), R(context), U8(72),
+ /* 906 E> */ B(StaContextSlot), R(context), U8(72), U8(0),
/* 919 S> */ B(LdaZero),
- /* 919 E> */ B(StaContextSlot), R(context), U8(73),
+ /* 919 E> */ B(StaContextSlot), R(context), U8(73), U8(0),
/* 932 S> */ B(LdaZero),
- /* 932 E> */ B(StaContextSlot), R(context), U8(74),
+ /* 932 E> */ B(StaContextSlot), R(context), U8(74), U8(0),
/* 945 S> */ B(LdaZero),
- /* 945 E> */ B(StaContextSlot), R(context), U8(75),
+ /* 945 E> */ B(StaContextSlot), R(context), U8(75), U8(0),
/* 958 S> */ B(LdaZero),
- /* 958 E> */ B(StaContextSlot), R(context), U8(76),
+ /* 958 E> */ B(StaContextSlot), R(context), U8(76), U8(0),
/* 971 S> */ B(LdaZero),
- /* 971 E> */ B(StaContextSlot), R(context), U8(77),
+ /* 971 E> */ B(StaContextSlot), R(context), U8(77), U8(0),
/* 984 S> */ B(LdaZero),
- /* 984 E> */ B(StaContextSlot), R(context), U8(78),
+ /* 984 E> */ B(StaContextSlot), R(context), U8(78), U8(0),
/* 997 S> */ B(LdaZero),
- /* 997 E> */ B(StaContextSlot), R(context), U8(79),
+ /* 997 E> */ B(StaContextSlot), R(context), U8(79), U8(0),
/* 1010 S> */ B(LdaZero),
- /* 1010 E> */ B(StaContextSlot), R(context), U8(80),
+ /* 1010 E> */ B(StaContextSlot), R(context), U8(80), U8(0),
/* 1023 S> */ B(LdaZero),
- /* 1023 E> */ B(StaContextSlot), R(context), U8(81),
+ /* 1023 E> */ B(StaContextSlot), R(context), U8(81), U8(0),
/* 1036 S> */ B(LdaZero),
- /* 1036 E> */ B(StaContextSlot), R(context), U8(82),
+ /* 1036 E> */ B(StaContextSlot), R(context), U8(82), U8(0),
/* 1049 S> */ B(LdaZero),
- /* 1049 E> */ B(StaContextSlot), R(context), U8(83),
+ /* 1049 E> */ B(StaContextSlot), R(context), U8(83), U8(0),
/* 1062 S> */ B(LdaZero),
- /* 1062 E> */ B(StaContextSlot), R(context), U8(84),
+ /* 1062 E> */ B(StaContextSlot), R(context), U8(84), U8(0),
/* 1075 S> */ B(LdaZero),
- /* 1075 E> */ B(StaContextSlot), R(context), U8(85),
+ /* 1075 E> */ B(StaContextSlot), R(context), U8(85), U8(0),
/* 1088 S> */ B(LdaZero),
- /* 1088 E> */ B(StaContextSlot), R(context), U8(86),
+ /* 1088 E> */ B(StaContextSlot), R(context), U8(86), U8(0),
/* 1101 S> */ B(LdaZero),
- /* 1101 E> */ B(StaContextSlot), R(context), U8(87),
+ /* 1101 E> */ B(StaContextSlot), R(context), U8(87), U8(0),
/* 1114 S> */ B(LdaZero),
- /* 1114 E> */ B(StaContextSlot), R(context), U8(88),
+ /* 1114 E> */ B(StaContextSlot), R(context), U8(88), U8(0),
/* 1127 S> */ B(LdaZero),
- /* 1127 E> */ B(StaContextSlot), R(context), U8(89),
+ /* 1127 E> */ B(StaContextSlot), R(context), U8(89), U8(0),
/* 1140 S> */ B(LdaZero),
- /* 1140 E> */ B(StaContextSlot), R(context), U8(90),
+ /* 1140 E> */ B(StaContextSlot), R(context), U8(90), U8(0),
/* 1153 S> */ B(LdaZero),
- /* 1153 E> */ B(StaContextSlot), R(context), U8(91),
+ /* 1153 E> */ B(StaContextSlot), R(context), U8(91), U8(0),
/* 1166 S> */ B(LdaZero),
- /* 1166 E> */ B(StaContextSlot), R(context), U8(92),
+ /* 1166 E> */ B(StaContextSlot), R(context), U8(92), U8(0),
/* 1179 S> */ B(LdaZero),
- /* 1179 E> */ B(StaContextSlot), R(context), U8(93),
+ /* 1179 E> */ B(StaContextSlot), R(context), U8(93), U8(0),
/* 1192 S> */ B(LdaZero),
- /* 1192 E> */ B(StaContextSlot), R(context), U8(94),
+ /* 1192 E> */ B(StaContextSlot), R(context), U8(94), U8(0),
/* 1205 S> */ B(LdaZero),
- /* 1205 E> */ B(StaContextSlot), R(context), U8(95),
+ /* 1205 E> */ B(StaContextSlot), R(context), U8(95), U8(0),
/* 1218 S> */ B(LdaZero),
- /* 1218 E> */ B(StaContextSlot), R(context), U8(96),
+ /* 1218 E> */ B(StaContextSlot), R(context), U8(96), U8(0),
/* 1231 S> */ B(LdaZero),
- /* 1231 E> */ B(StaContextSlot), R(context), U8(97),
+ /* 1231 E> */ B(StaContextSlot), R(context), U8(97), U8(0),
/* 1244 S> */ B(LdaZero),
- /* 1244 E> */ B(StaContextSlot), R(context), U8(98),
+ /* 1244 E> */ B(StaContextSlot), R(context), U8(98), U8(0),
/* 1257 S> */ B(LdaZero),
- /* 1257 E> */ B(StaContextSlot), R(context), U8(99),
+ /* 1257 E> */ B(StaContextSlot), R(context), U8(99), U8(0),
/* 1270 S> */ B(LdaZero),
- /* 1270 E> */ B(StaContextSlot), R(context), U8(100),
+ /* 1270 E> */ B(StaContextSlot), R(context), U8(100), U8(0),
/* 1283 S> */ B(LdaZero),
- /* 1283 E> */ B(StaContextSlot), R(context), U8(101),
+ /* 1283 E> */ B(StaContextSlot), R(context), U8(101), U8(0),
/* 1296 S> */ B(LdaZero),
- /* 1296 E> */ B(StaContextSlot), R(context), U8(102),
+ /* 1296 E> */ B(StaContextSlot), R(context), U8(102), U8(0),
/* 1309 S> */ B(LdaZero),
- /* 1309 E> */ B(StaContextSlot), R(context), U8(103),
+ /* 1309 E> */ B(StaContextSlot), R(context), U8(103), U8(0),
/* 1322 S> */ B(LdaZero),
- /* 1322 E> */ B(StaContextSlot), R(context), U8(104),
+ /* 1322 E> */ B(StaContextSlot), R(context), U8(104), U8(0),
/* 1335 S> */ B(LdaZero),
- /* 1335 E> */ B(StaContextSlot), R(context), U8(105),
+ /* 1335 E> */ B(StaContextSlot), R(context), U8(105), U8(0),
/* 1349 S> */ B(LdaZero),
- /* 1349 E> */ B(StaContextSlot), R(context), U8(106),
+ /* 1349 E> */ B(StaContextSlot), R(context), U8(106), U8(0),
/* 1363 S> */ B(LdaZero),
- /* 1363 E> */ B(StaContextSlot), R(context), U8(107),
+ /* 1363 E> */ B(StaContextSlot), R(context), U8(107), U8(0),
/* 1377 S> */ B(LdaZero),
- /* 1377 E> */ B(StaContextSlot), R(context), U8(108),
+ /* 1377 E> */ B(StaContextSlot), R(context), U8(108), U8(0),
/* 1391 S> */ B(LdaZero),
- /* 1391 E> */ B(StaContextSlot), R(context), U8(109),
+ /* 1391 E> */ B(StaContextSlot), R(context), U8(109), U8(0),
/* 1405 S> */ B(LdaZero),
- /* 1405 E> */ B(StaContextSlot), R(context), U8(110),
+ /* 1405 E> */ B(StaContextSlot), R(context), U8(110), U8(0),
/* 1419 S> */ B(LdaZero),
- /* 1419 E> */ B(StaContextSlot), R(context), U8(111),
+ /* 1419 E> */ B(StaContextSlot), R(context), U8(111), U8(0),
/* 1433 S> */ B(LdaZero),
- /* 1433 E> */ B(StaContextSlot), R(context), U8(112),
+ /* 1433 E> */ B(StaContextSlot), R(context), U8(112), U8(0),
/* 1447 S> */ B(LdaZero),
- /* 1447 E> */ B(StaContextSlot), R(context), U8(113),
+ /* 1447 E> */ B(StaContextSlot), R(context), U8(113), U8(0),
/* 1461 S> */ B(LdaZero),
- /* 1461 E> */ B(StaContextSlot), R(context), U8(114),
+ /* 1461 E> */ B(StaContextSlot), R(context), U8(114), U8(0),
/* 1475 S> */ B(LdaZero),
- /* 1475 E> */ B(StaContextSlot), R(context), U8(115),
+ /* 1475 E> */ B(StaContextSlot), R(context), U8(115), U8(0),
/* 1489 S> */ B(LdaZero),
- /* 1489 E> */ B(StaContextSlot), R(context), U8(116),
+ /* 1489 E> */ B(StaContextSlot), R(context), U8(116), U8(0),
/* 1503 S> */ B(LdaZero),
- /* 1503 E> */ B(StaContextSlot), R(context), U8(117),
+ /* 1503 E> */ B(StaContextSlot), R(context), U8(117), U8(0),
/* 1517 S> */ B(LdaZero),
- /* 1517 E> */ B(StaContextSlot), R(context), U8(118),
+ /* 1517 E> */ B(StaContextSlot), R(context), U8(118), U8(0),
/* 1531 S> */ B(LdaZero),
- /* 1531 E> */ B(StaContextSlot), R(context), U8(119),
+ /* 1531 E> */ B(StaContextSlot), R(context), U8(119), U8(0),
/* 1545 S> */ B(LdaZero),
- /* 1545 E> */ B(StaContextSlot), R(context), U8(120),
+ /* 1545 E> */ B(StaContextSlot), R(context), U8(120), U8(0),
/* 1559 S> */ B(LdaZero),
- /* 1559 E> */ B(StaContextSlot), R(context), U8(121),
+ /* 1559 E> */ B(StaContextSlot), R(context), U8(121), U8(0),
/* 1573 S> */ B(LdaZero),
- /* 1573 E> */ B(StaContextSlot), R(context), U8(122),
+ /* 1573 E> */ B(StaContextSlot), R(context), U8(122), U8(0),
/* 1587 S> */ B(LdaZero),
- /* 1587 E> */ B(StaContextSlot), R(context), U8(123),
+ /* 1587 E> */ B(StaContextSlot), R(context), U8(123), U8(0),
/* 1601 S> */ B(LdaZero),
- /* 1601 E> */ B(StaContextSlot), R(context), U8(124),
+ /* 1601 E> */ B(StaContextSlot), R(context), U8(124), U8(0),
/* 1615 S> */ B(LdaZero),
- /* 1615 E> */ B(StaContextSlot), R(context), U8(125),
+ /* 1615 E> */ B(StaContextSlot), R(context), U8(125), U8(0),
/* 1629 S> */ B(LdaZero),
- /* 1629 E> */ B(StaContextSlot), R(context), U8(126),
+ /* 1629 E> */ B(StaContextSlot), R(context), U8(126), U8(0),
/* 1643 S> */ B(LdaZero),
- /* 1643 E> */ B(StaContextSlot), R(context), U8(127),
+ /* 1643 E> */ B(StaContextSlot), R(context), U8(127), U8(0),
/* 1657 S> */ B(LdaZero),
- /* 1657 E> */ B(StaContextSlot), R(context), U8(128),
+ /* 1657 E> */ B(StaContextSlot), R(context), U8(128), U8(0),
/* 1671 S> */ B(LdaZero),
- /* 1671 E> */ B(StaContextSlot), R(context), U8(129),
+ /* 1671 E> */ B(StaContextSlot), R(context), U8(129), U8(0),
/* 1685 S> */ B(LdaZero),
- /* 1685 E> */ B(StaContextSlot), R(context), U8(130),
+ /* 1685 E> */ B(StaContextSlot), R(context), U8(130), U8(0),
/* 1699 S> */ B(LdaZero),
- /* 1699 E> */ B(StaContextSlot), R(context), U8(131),
+ /* 1699 E> */ B(StaContextSlot), R(context), U8(131), U8(0),
/* 1713 S> */ B(LdaZero),
- /* 1713 E> */ B(StaContextSlot), R(context), U8(132),
+ /* 1713 E> */ B(StaContextSlot), R(context), U8(132), U8(0),
/* 1727 S> */ B(LdaZero),
- /* 1727 E> */ B(StaContextSlot), R(context), U8(133),
+ /* 1727 E> */ B(StaContextSlot), R(context), U8(133), U8(0),
/* 1741 S> */ B(LdaZero),
- /* 1741 E> */ B(StaContextSlot), R(context), U8(134),
+ /* 1741 E> */ B(StaContextSlot), R(context), U8(134), U8(0),
/* 1755 S> */ B(LdaZero),
- /* 1755 E> */ B(StaContextSlot), R(context), U8(135),
+ /* 1755 E> */ B(StaContextSlot), R(context), U8(135), U8(0),
/* 1769 S> */ B(LdaZero),
- /* 1769 E> */ B(StaContextSlot), R(context), U8(136),
+ /* 1769 E> */ B(StaContextSlot), R(context), U8(136), U8(0),
/* 1783 S> */ B(LdaZero),
- /* 1783 E> */ B(StaContextSlot), R(context), U8(137),
+ /* 1783 E> */ B(StaContextSlot), R(context), U8(137), U8(0),
/* 1797 S> */ B(LdaZero),
- /* 1797 E> */ B(StaContextSlot), R(context), U8(138),
+ /* 1797 E> */ B(StaContextSlot), R(context), U8(138), U8(0),
/* 1811 S> */ B(LdaZero),
- /* 1811 E> */ B(StaContextSlot), R(context), U8(139),
+ /* 1811 E> */ B(StaContextSlot), R(context), U8(139), U8(0),
/* 1825 S> */ B(LdaZero),
- /* 1825 E> */ B(StaContextSlot), R(context), U8(140),
+ /* 1825 E> */ B(StaContextSlot), R(context), U8(140), U8(0),
/* 1839 S> */ B(LdaZero),
- /* 1839 E> */ B(StaContextSlot), R(context), U8(141),
+ /* 1839 E> */ B(StaContextSlot), R(context), U8(141), U8(0),
/* 1853 S> */ B(LdaZero),
- /* 1853 E> */ B(StaContextSlot), R(context), U8(142),
+ /* 1853 E> */ B(StaContextSlot), R(context), U8(142), U8(0),
/* 1867 S> */ B(LdaZero),
- /* 1867 E> */ B(StaContextSlot), R(context), U8(143),
+ /* 1867 E> */ B(StaContextSlot), R(context), U8(143), U8(0),
/* 1881 S> */ B(LdaZero),
- /* 1881 E> */ B(StaContextSlot), R(context), U8(144),
+ /* 1881 E> */ B(StaContextSlot), R(context), U8(144), U8(0),
/* 1895 S> */ B(LdaZero),
- /* 1895 E> */ B(StaContextSlot), R(context), U8(145),
+ /* 1895 E> */ B(StaContextSlot), R(context), U8(145), U8(0),
/* 1909 S> */ B(LdaZero),
- /* 1909 E> */ B(StaContextSlot), R(context), U8(146),
+ /* 1909 E> */ B(StaContextSlot), R(context), U8(146), U8(0),
/* 1923 S> */ B(LdaZero),
- /* 1923 E> */ B(StaContextSlot), R(context), U8(147),
+ /* 1923 E> */ B(StaContextSlot), R(context), U8(147), U8(0),
/* 1937 S> */ B(LdaZero),
- /* 1937 E> */ B(StaContextSlot), R(context), U8(148),
+ /* 1937 E> */ B(StaContextSlot), R(context), U8(148), U8(0),
/* 1951 S> */ B(LdaZero),
- /* 1951 E> */ B(StaContextSlot), R(context), U8(149),
+ /* 1951 E> */ B(StaContextSlot), R(context), U8(149), U8(0),
/* 1965 S> */ B(LdaZero),
- /* 1965 E> */ B(StaContextSlot), R(context), U8(150),
+ /* 1965 E> */ B(StaContextSlot), R(context), U8(150), U8(0),
/* 1979 S> */ B(LdaZero),
- /* 1979 E> */ B(StaContextSlot), R(context), U8(151),
+ /* 1979 E> */ B(StaContextSlot), R(context), U8(151), U8(0),
/* 1993 S> */ B(LdaZero),
- /* 1993 E> */ B(StaContextSlot), R(context), U8(152),
+ /* 1993 E> */ B(StaContextSlot), R(context), U8(152), U8(0),
/* 2007 S> */ B(LdaZero),
- /* 2007 E> */ B(StaContextSlot), R(context), U8(153),
+ /* 2007 E> */ B(StaContextSlot), R(context), U8(153), U8(0),
/* 2021 S> */ B(LdaZero),
- /* 2021 E> */ B(StaContextSlot), R(context), U8(154),
+ /* 2021 E> */ B(StaContextSlot), R(context), U8(154), U8(0),
/* 2035 S> */ B(LdaZero),
- /* 2035 E> */ B(StaContextSlot), R(context), U8(155),
+ /* 2035 E> */ B(StaContextSlot), R(context), U8(155), U8(0),
/* 2049 S> */ B(LdaZero),
- /* 2049 E> */ B(StaContextSlot), R(context), U8(156),
+ /* 2049 E> */ B(StaContextSlot), R(context), U8(156), U8(0),
/* 2063 S> */ B(LdaZero),
- /* 2063 E> */ B(StaContextSlot), R(context), U8(157),
+ /* 2063 E> */ B(StaContextSlot), R(context), U8(157), U8(0),
/* 2077 S> */ B(LdaZero),
- /* 2077 E> */ B(StaContextSlot), R(context), U8(158),
+ /* 2077 E> */ B(StaContextSlot), R(context), U8(158), U8(0),
/* 2091 S> */ B(LdaZero),
- /* 2091 E> */ B(StaContextSlot), R(context), U8(159),
+ /* 2091 E> */ B(StaContextSlot), R(context), U8(159), U8(0),
/* 2105 S> */ B(LdaZero),
- /* 2105 E> */ B(StaContextSlot), R(context), U8(160),
+ /* 2105 E> */ B(StaContextSlot), R(context), U8(160), U8(0),
/* 2119 S> */ B(LdaZero),
- /* 2119 E> */ B(StaContextSlot), R(context), U8(161),
+ /* 2119 E> */ B(StaContextSlot), R(context), U8(161), U8(0),
/* 2133 S> */ B(LdaZero),
- /* 2133 E> */ B(StaContextSlot), R(context), U8(162),
+ /* 2133 E> */ B(StaContextSlot), R(context), U8(162), U8(0),
/* 2147 S> */ B(LdaZero),
- /* 2147 E> */ B(StaContextSlot), R(context), U8(163),
+ /* 2147 E> */ B(StaContextSlot), R(context), U8(163), U8(0),
/* 2161 S> */ B(LdaZero),
- /* 2161 E> */ B(StaContextSlot), R(context), U8(164),
+ /* 2161 E> */ B(StaContextSlot), R(context), U8(164), U8(0),
/* 2175 S> */ B(LdaZero),
- /* 2175 E> */ B(StaContextSlot), R(context), U8(165),
+ /* 2175 E> */ B(StaContextSlot), R(context), U8(165), U8(0),
/* 2189 S> */ B(LdaZero),
- /* 2189 E> */ B(StaContextSlot), R(context), U8(166),
+ /* 2189 E> */ B(StaContextSlot), R(context), U8(166), U8(0),
/* 2203 S> */ B(LdaZero),
- /* 2203 E> */ B(StaContextSlot), R(context), U8(167),
+ /* 2203 E> */ B(StaContextSlot), R(context), U8(167), U8(0),
/* 2217 S> */ B(LdaZero),
- /* 2217 E> */ B(StaContextSlot), R(context), U8(168),
+ /* 2217 E> */ B(StaContextSlot), R(context), U8(168), U8(0),
/* 2231 S> */ B(LdaZero),
- /* 2231 E> */ B(StaContextSlot), R(context), U8(169),
+ /* 2231 E> */ B(StaContextSlot), R(context), U8(169), U8(0),
/* 2245 S> */ B(LdaZero),
- /* 2245 E> */ B(StaContextSlot), R(context), U8(170),
+ /* 2245 E> */ B(StaContextSlot), R(context), U8(170), U8(0),
/* 2259 S> */ B(LdaZero),
- /* 2259 E> */ B(StaContextSlot), R(context), U8(171),
+ /* 2259 E> */ B(StaContextSlot), R(context), U8(171), U8(0),
/* 2273 S> */ B(LdaZero),
- /* 2273 E> */ B(StaContextSlot), R(context), U8(172),
+ /* 2273 E> */ B(StaContextSlot), R(context), U8(172), U8(0),
/* 2287 S> */ B(LdaZero),
- /* 2287 E> */ B(StaContextSlot), R(context), U8(173),
+ /* 2287 E> */ B(StaContextSlot), R(context), U8(173), U8(0),
/* 2301 S> */ B(LdaZero),
- /* 2301 E> */ B(StaContextSlot), R(context), U8(174),
+ /* 2301 E> */ B(StaContextSlot), R(context), U8(174), U8(0),
/* 2315 S> */ B(LdaZero),
- /* 2315 E> */ B(StaContextSlot), R(context), U8(175),
+ /* 2315 E> */ B(StaContextSlot), R(context), U8(175), U8(0),
/* 2329 S> */ B(LdaZero),
- /* 2329 E> */ B(StaContextSlot), R(context), U8(176),
+ /* 2329 E> */ B(StaContextSlot), R(context), U8(176), U8(0),
/* 2343 S> */ B(LdaZero),
- /* 2343 E> */ B(StaContextSlot), R(context), U8(177),
+ /* 2343 E> */ B(StaContextSlot), R(context), U8(177), U8(0),
/* 2357 S> */ B(LdaZero),
- /* 2357 E> */ B(StaContextSlot), R(context), U8(178),
+ /* 2357 E> */ B(StaContextSlot), R(context), U8(178), U8(0),
/* 2371 S> */ B(LdaZero),
- /* 2371 E> */ B(StaContextSlot), R(context), U8(179),
+ /* 2371 E> */ B(StaContextSlot), R(context), U8(179), U8(0),
/* 2385 S> */ B(LdaZero),
- /* 2385 E> */ B(StaContextSlot), R(context), U8(180),
+ /* 2385 E> */ B(StaContextSlot), R(context), U8(180), U8(0),
/* 2399 S> */ B(LdaZero),
- /* 2399 E> */ B(StaContextSlot), R(context), U8(181),
+ /* 2399 E> */ B(StaContextSlot), R(context), U8(181), U8(0),
/* 2413 S> */ B(LdaZero),
- /* 2413 E> */ B(StaContextSlot), R(context), U8(182),
+ /* 2413 E> */ B(StaContextSlot), R(context), U8(182), U8(0),
/* 2427 S> */ B(LdaZero),
- /* 2427 E> */ B(StaContextSlot), R(context), U8(183),
+ /* 2427 E> */ B(StaContextSlot), R(context), U8(183), U8(0),
/* 2441 S> */ B(LdaZero),
- /* 2441 E> */ B(StaContextSlot), R(context), U8(184),
+ /* 2441 E> */ B(StaContextSlot), R(context), U8(184), U8(0),
/* 2455 S> */ B(LdaZero),
- /* 2455 E> */ B(StaContextSlot), R(context), U8(185),
+ /* 2455 E> */ B(StaContextSlot), R(context), U8(185), U8(0),
/* 2469 S> */ B(LdaZero),
- /* 2469 E> */ B(StaContextSlot), R(context), U8(186),
+ /* 2469 E> */ B(StaContextSlot), R(context), U8(186), U8(0),
/* 2483 S> */ B(LdaZero),
- /* 2483 E> */ B(StaContextSlot), R(context), U8(187),
+ /* 2483 E> */ B(StaContextSlot), R(context), U8(187), U8(0),
/* 2497 S> */ B(LdaZero),
- /* 2497 E> */ B(StaContextSlot), R(context), U8(188),
+ /* 2497 E> */ B(StaContextSlot), R(context), U8(188), U8(0),
/* 2511 S> */ B(LdaZero),
- /* 2511 E> */ B(StaContextSlot), R(context), U8(189),
+ /* 2511 E> */ B(StaContextSlot), R(context), U8(189), U8(0),
/* 2525 S> */ B(LdaZero),
- /* 2525 E> */ B(StaContextSlot), R(context), U8(190),
+ /* 2525 E> */ B(StaContextSlot), R(context), U8(190), U8(0),
/* 2539 S> */ B(LdaZero),
- /* 2539 E> */ B(StaContextSlot), R(context), U8(191),
+ /* 2539 E> */ B(StaContextSlot), R(context), U8(191), U8(0),
/* 2553 S> */ B(LdaZero),
- /* 2553 E> */ B(StaContextSlot), R(context), U8(192),
+ /* 2553 E> */ B(StaContextSlot), R(context), U8(192), U8(0),
/* 2567 S> */ B(LdaZero),
- /* 2567 E> */ B(StaContextSlot), R(context), U8(193),
+ /* 2567 E> */ B(StaContextSlot), R(context), U8(193), U8(0),
/* 2581 S> */ B(LdaZero),
- /* 2581 E> */ B(StaContextSlot), R(context), U8(194),
+ /* 2581 E> */ B(StaContextSlot), R(context), U8(194), U8(0),
/* 2595 S> */ B(LdaZero),
- /* 2595 E> */ B(StaContextSlot), R(context), U8(195),
+ /* 2595 E> */ B(StaContextSlot), R(context), U8(195), U8(0),
/* 2609 S> */ B(LdaZero),
- /* 2609 E> */ B(StaContextSlot), R(context), U8(196),
+ /* 2609 E> */ B(StaContextSlot), R(context), U8(196), U8(0),
/* 2623 S> */ B(LdaZero),
- /* 2623 E> */ B(StaContextSlot), R(context), U8(197),
+ /* 2623 E> */ B(StaContextSlot), R(context), U8(197), U8(0),
/* 2637 S> */ B(LdaZero),
- /* 2637 E> */ B(StaContextSlot), R(context), U8(198),
+ /* 2637 E> */ B(StaContextSlot), R(context), U8(198), U8(0),
/* 2651 S> */ B(LdaZero),
- /* 2651 E> */ B(StaContextSlot), R(context), U8(199),
+ /* 2651 E> */ B(StaContextSlot), R(context), U8(199), U8(0),
/* 2665 S> */ B(LdaZero),
- /* 2665 E> */ B(StaContextSlot), R(context), U8(200),
+ /* 2665 E> */ B(StaContextSlot), R(context), U8(200), U8(0),
/* 2679 S> */ B(LdaZero),
- /* 2679 E> */ B(StaContextSlot), R(context), U8(201),
+ /* 2679 E> */ B(StaContextSlot), R(context), U8(201), U8(0),
/* 2693 S> */ B(LdaZero),
- /* 2693 E> */ B(StaContextSlot), R(context), U8(202),
+ /* 2693 E> */ B(StaContextSlot), R(context), U8(202), U8(0),
/* 2707 S> */ B(LdaZero),
- /* 2707 E> */ B(StaContextSlot), R(context), U8(203),
+ /* 2707 E> */ B(StaContextSlot), R(context), U8(203), U8(0),
/* 2721 S> */ B(LdaZero),
- /* 2721 E> */ B(StaContextSlot), R(context), U8(204),
+ /* 2721 E> */ B(StaContextSlot), R(context), U8(204), U8(0),
/* 2735 S> */ B(LdaZero),
- /* 2735 E> */ B(StaContextSlot), R(context), U8(205),
+ /* 2735 E> */ B(StaContextSlot), R(context), U8(205), U8(0),
/* 2749 S> */ B(LdaZero),
- /* 2749 E> */ B(StaContextSlot), R(context), U8(206),
+ /* 2749 E> */ B(StaContextSlot), R(context), U8(206), U8(0),
/* 2763 S> */ B(LdaZero),
- /* 2763 E> */ B(StaContextSlot), R(context), U8(207),
+ /* 2763 E> */ B(StaContextSlot), R(context), U8(207), U8(0),
/* 2777 S> */ B(LdaZero),
- /* 2777 E> */ B(StaContextSlot), R(context), U8(208),
+ /* 2777 E> */ B(StaContextSlot), R(context), U8(208), U8(0),
/* 2791 S> */ B(LdaZero),
- /* 2791 E> */ B(StaContextSlot), R(context), U8(209),
+ /* 2791 E> */ B(StaContextSlot), R(context), U8(209), U8(0),
/* 2805 S> */ B(LdaZero),
- /* 2805 E> */ B(StaContextSlot), R(context), U8(210),
+ /* 2805 E> */ B(StaContextSlot), R(context), U8(210), U8(0),
/* 2819 S> */ B(LdaZero),
- /* 2819 E> */ B(StaContextSlot), R(context), U8(211),
+ /* 2819 E> */ B(StaContextSlot), R(context), U8(211), U8(0),
/* 2833 S> */ B(LdaZero),
- /* 2833 E> */ B(StaContextSlot), R(context), U8(212),
+ /* 2833 E> */ B(StaContextSlot), R(context), U8(212), U8(0),
/* 2847 S> */ B(LdaZero),
- /* 2847 E> */ B(StaContextSlot), R(context), U8(213),
+ /* 2847 E> */ B(StaContextSlot), R(context), U8(213), U8(0),
/* 2861 S> */ B(LdaZero),
- /* 2861 E> */ B(StaContextSlot), R(context), U8(214),
+ /* 2861 E> */ B(StaContextSlot), R(context), U8(214), U8(0),
/* 2875 S> */ B(LdaZero),
- /* 2875 E> */ B(StaContextSlot), R(context), U8(215),
+ /* 2875 E> */ B(StaContextSlot), R(context), U8(215), U8(0),
/* 2889 S> */ B(LdaZero),
- /* 2889 E> */ B(StaContextSlot), R(context), U8(216),
+ /* 2889 E> */ B(StaContextSlot), R(context), U8(216), U8(0),
/* 2903 S> */ B(LdaZero),
- /* 2903 E> */ B(StaContextSlot), R(context), U8(217),
+ /* 2903 E> */ B(StaContextSlot), R(context), U8(217), U8(0),
/* 2917 S> */ B(LdaZero),
- /* 2917 E> */ B(StaContextSlot), R(context), U8(218),
+ /* 2917 E> */ B(StaContextSlot), R(context), U8(218), U8(0),
/* 2931 S> */ B(LdaZero),
- /* 2931 E> */ B(StaContextSlot), R(context), U8(219),
+ /* 2931 E> */ B(StaContextSlot), R(context), U8(219), U8(0),
/* 2945 S> */ B(LdaZero),
- /* 2945 E> */ B(StaContextSlot), R(context), U8(220),
+ /* 2945 E> */ B(StaContextSlot), R(context), U8(220), U8(0),
/* 2959 S> */ B(LdaZero),
- /* 2959 E> */ B(StaContextSlot), R(context), U8(221),
+ /* 2959 E> */ B(StaContextSlot), R(context), U8(221), U8(0),
/* 2973 S> */ B(LdaZero),
- /* 2973 E> */ B(StaContextSlot), R(context), U8(222),
+ /* 2973 E> */ B(StaContextSlot), R(context), U8(222), U8(0),
/* 2987 S> */ B(LdaZero),
- /* 2987 E> */ B(StaContextSlot), R(context), U8(223),
+ /* 2987 E> */ B(StaContextSlot), R(context), U8(223), U8(0),
/* 3001 S> */ B(LdaZero),
- /* 3001 E> */ B(StaContextSlot), R(context), U8(224),
+ /* 3001 E> */ B(StaContextSlot), R(context), U8(224), U8(0),
/* 3015 S> */ B(LdaZero),
- /* 3015 E> */ B(StaContextSlot), R(context), U8(225),
+ /* 3015 E> */ B(StaContextSlot), R(context), U8(225), U8(0),
/* 3029 S> */ B(LdaZero),
- /* 3029 E> */ B(StaContextSlot), R(context), U8(226),
+ /* 3029 E> */ B(StaContextSlot), R(context), U8(226), U8(0),
/* 3043 S> */ B(LdaZero),
- /* 3043 E> */ B(StaContextSlot), R(context), U8(227),
+ /* 3043 E> */ B(StaContextSlot), R(context), U8(227), U8(0),
/* 3057 S> */ B(LdaZero),
- /* 3057 E> */ B(StaContextSlot), R(context), U8(228),
+ /* 3057 E> */ B(StaContextSlot), R(context), U8(228), U8(0),
/* 3071 S> */ B(LdaZero),
- /* 3071 E> */ B(StaContextSlot), R(context), U8(229),
+ /* 3071 E> */ B(StaContextSlot), R(context), U8(229), U8(0),
/* 3085 S> */ B(LdaZero),
- /* 3085 E> */ B(StaContextSlot), R(context), U8(230),
+ /* 3085 E> */ B(StaContextSlot), R(context), U8(230), U8(0),
/* 3099 S> */ B(LdaZero),
- /* 3099 E> */ B(StaContextSlot), R(context), U8(231),
+ /* 3099 E> */ B(StaContextSlot), R(context), U8(231), U8(0),
/* 3113 S> */ B(LdaZero),
- /* 3113 E> */ B(StaContextSlot), R(context), U8(232),
+ /* 3113 E> */ B(StaContextSlot), R(context), U8(232), U8(0),
/* 3127 S> */ B(LdaZero),
- /* 3127 E> */ B(StaContextSlot), R(context), U8(233),
+ /* 3127 E> */ B(StaContextSlot), R(context), U8(233), U8(0),
/* 3141 S> */ B(LdaZero),
- /* 3141 E> */ B(StaContextSlot), R(context), U8(234),
+ /* 3141 E> */ B(StaContextSlot), R(context), U8(234), U8(0),
/* 3155 S> */ B(LdaZero),
- /* 3155 E> */ B(StaContextSlot), R(context), U8(235),
+ /* 3155 E> */ B(StaContextSlot), R(context), U8(235), U8(0),
/* 3169 S> */ B(LdaZero),
- /* 3169 E> */ B(StaContextSlot), R(context), U8(236),
+ /* 3169 E> */ B(StaContextSlot), R(context), U8(236), U8(0),
/* 3183 S> */ B(LdaZero),
- /* 3183 E> */ B(StaContextSlot), R(context), U8(237),
+ /* 3183 E> */ B(StaContextSlot), R(context), U8(237), U8(0),
/* 3197 S> */ B(LdaZero),
- /* 3197 E> */ B(StaContextSlot), R(context), U8(238),
+ /* 3197 E> */ B(StaContextSlot), R(context), U8(238), U8(0),
/* 3211 S> */ B(LdaZero),
- /* 3211 E> */ B(StaContextSlot), R(context), U8(239),
+ /* 3211 E> */ B(StaContextSlot), R(context), U8(239), U8(0),
/* 3225 S> */ B(LdaZero),
- /* 3225 E> */ B(StaContextSlot), R(context), U8(240),
+ /* 3225 E> */ B(StaContextSlot), R(context), U8(240), U8(0),
/* 3239 S> */ B(LdaZero),
- /* 3239 E> */ B(StaContextSlot), R(context), U8(241),
+ /* 3239 E> */ B(StaContextSlot), R(context), U8(241), U8(0),
/* 3253 S> */ B(LdaZero),
- /* 3253 E> */ B(StaContextSlot), R(context), U8(242),
+ /* 3253 E> */ B(StaContextSlot), R(context), U8(242), U8(0),
/* 3267 S> */ B(LdaZero),
- /* 3267 E> */ B(StaContextSlot), R(context), U8(243),
+ /* 3267 E> */ B(StaContextSlot), R(context), U8(243), U8(0),
/* 3281 S> */ B(LdaZero),
- /* 3281 E> */ B(StaContextSlot), R(context), U8(244),
+ /* 3281 E> */ B(StaContextSlot), R(context), U8(244), U8(0),
/* 3295 S> */ B(LdaZero),
- /* 3295 E> */ B(StaContextSlot), R(context), U8(245),
+ /* 3295 E> */ B(StaContextSlot), R(context), U8(245), U8(0),
/* 3309 S> */ B(LdaZero),
- /* 3309 E> */ B(StaContextSlot), R(context), U8(246),
+ /* 3309 E> */ B(StaContextSlot), R(context), U8(246), U8(0),
/* 3323 S> */ B(LdaZero),
- /* 3323 E> */ B(StaContextSlot), R(context), U8(247),
+ /* 3323 E> */ B(StaContextSlot), R(context), U8(247), U8(0),
/* 3337 S> */ B(LdaZero),
- /* 3337 E> */ B(StaContextSlot), R(context), U8(248),
+ /* 3337 E> */ B(StaContextSlot), R(context), U8(248), U8(0),
/* 3351 S> */ B(LdaZero),
- /* 3351 E> */ B(StaContextSlot), R(context), U8(249),
+ /* 3351 E> */ B(StaContextSlot), R(context), U8(249), U8(0),
/* 3365 S> */ B(LdaZero),
- /* 3365 E> */ B(StaContextSlot), R(context), U8(250),
+ /* 3365 E> */ B(StaContextSlot), R(context), U8(250), U8(0),
/* 3379 S> */ B(LdaZero),
- /* 3379 E> */ B(StaContextSlot), R(context), U8(251),
+ /* 3379 E> */ B(StaContextSlot), R(context), U8(251), U8(0),
/* 3393 S> */ B(LdaZero),
- /* 3393 E> */ B(StaContextSlot), R(context), U8(252),
+ /* 3393 E> */ B(StaContextSlot), R(context), U8(252), U8(0),
/* 3407 S> */ B(LdaZero),
- /* 3407 E> */ B(StaContextSlot), R(context), U8(253),
+ /* 3407 E> */ B(StaContextSlot), R(context), U8(253), U8(0),
/* 3421 S> */ B(LdaZero),
- /* 3421 E> */ B(StaContextSlot), R(context), U8(254),
+ /* 3421 E> */ B(StaContextSlot), R(context), U8(254), U8(0),
/* 3435 S> */ B(LdaZero),
- /* 3435 E> */ B(StaContextSlot), R(context), U8(255),
+ /* 3435 E> */ B(StaContextSlot), R(context), U8(255), U8(0),
/* 3438 S> */ B(LdrUndefined), R(2),
/* 3438 E> */ B(LdrGlobal), U8(1), R(1),
/* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(0),
/* 3454 S> */ B(LdaSmi), U8(100),
- /* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256),
- /* 3459 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256),
+ /* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), U16(0),
+ /* 3459 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), U16(0),
/* 3468 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698