swc/crates/swc_ecma_parser/tests/tsc/arithmeticOperatorWithUndefinedValueAndInvalidOperands.json

7529 lines
173 KiB
JSON

{
"type": "Script",
"span": {
"start": 114,
"end": 3623,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 114,
"end": 129,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 118,
"end": 128,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 118,
"end": 119,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 119,
"end": 128,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 121,
"end": 128,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 130,
"end": 144,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 134,
"end": 143,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 134,
"end": 135,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 135,
"end": 143,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 137,
"end": 143,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 145,
"end": 159,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 149,
"end": 158,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 149,
"end": 150,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 150,
"end": 158,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 152,
"end": 158,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 152,
"end": 158,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 175,
"end": 200,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 179,
"end": 199,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 179,
"end": 183,
"ctxt": 0
},
"value": "r1a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 186,
"end": 199,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 186,
"end": 195,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 198,
"end": 199,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 201,
"end": 226,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 205,
"end": 225,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 205,
"end": 209,
"ctxt": 0
},
"value": "r1a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 212,
"end": 225,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 212,
"end": 221,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 224,
"end": 225,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 227,
"end": 252,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 231,
"end": 251,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 231,
"end": 235,
"ctxt": 0
},
"value": "r1a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 238,
"end": 251,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 238,
"end": 247,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 250,
"end": 251,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 254,
"end": 279,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 258,
"end": 278,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 258,
"end": 262,
"ctxt": 0
},
"value": "r1b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 265,
"end": 278,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 265,
"end": 266,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 269,
"end": 278,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 280,
"end": 305,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 284,
"end": 304,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 284,
"end": 288,
"ctxt": 0
},
"value": "r1b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 291,
"end": 304,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 291,
"end": 292,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 295,
"end": 304,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 306,
"end": 331,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 310,
"end": 330,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 310,
"end": 314,
"ctxt": 0
},
"value": "r1b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 317,
"end": 330,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 317,
"end": 318,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 321,
"end": 330,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 333,
"end": 361,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 337,
"end": 360,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 337,
"end": 341,
"ctxt": 0
},
"value": "r1c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 344,
"end": 360,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 344,
"end": 353,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 356,
"end": 360,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 362,
"end": 388,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 366,
"end": 387,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 366,
"end": 370,
"ctxt": 0
},
"value": "r1c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 373,
"end": 387,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 373,
"end": 382,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 385,
"end": 387,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 389,
"end": 415,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 393,
"end": 414,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 393,
"end": 397,
"ctxt": 0
},
"value": "r1c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 400,
"end": 414,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 400,
"end": 409,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 412,
"end": 414,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 417,
"end": 445,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 421,
"end": 444,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 421,
"end": 425,
"ctxt": 0
},
"value": "r1d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 428,
"end": 444,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 428,
"end": 432,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 435,
"end": 444,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 446,
"end": 472,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 450,
"end": 471,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 450,
"end": 454,
"ctxt": 0
},
"value": "r1d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 457,
"end": 471,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "StringLiteral",
"span": {
"start": 457,
"end": 459,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 462,
"end": 471,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 473,
"end": 499,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 477,
"end": 498,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 477,
"end": 481,
"ctxt": 0
},
"value": "r1d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 484,
"end": 498,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "ObjectExpression",
"span": {
"start": 484,
"end": 486,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 489,
"end": 498,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 515,
"end": 540,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 519,
"end": 539,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 519,
"end": 523,
"ctxt": 0
},
"value": "r2a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 526,
"end": 539,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 526,
"end": 535,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 538,
"end": 539,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 541,
"end": 566,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 545,
"end": 565,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 545,
"end": 549,
"ctxt": 0
},
"value": "r2a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 552,
"end": 565,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 552,
"end": 561,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 564,
"end": 565,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 567,
"end": 592,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 571,
"end": 591,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 571,
"end": 575,
"ctxt": 0
},
"value": "r2a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 578,
"end": 591,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 578,
"end": 587,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 590,
"end": 591,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 594,
"end": 619,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 598,
"end": 618,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 598,
"end": 602,
"ctxt": 0
},
"value": "r2b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 605,
"end": 618,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 605,
"end": 606,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 609,
"end": 618,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 620,
"end": 645,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 624,
"end": 644,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 624,
"end": 628,
"ctxt": 0
},
"value": "r2b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 631,
"end": 644,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 631,
"end": 632,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 635,
"end": 644,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 646,
"end": 671,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 650,
"end": 670,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 650,
"end": 654,
"ctxt": 0
},
"value": "r2b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 657,
"end": 670,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 657,
"end": 658,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 661,
"end": 670,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 673,
"end": 701,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 677,
"end": 700,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 677,
"end": 681,
"ctxt": 0
},
"value": "r2c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 684,
"end": 700,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 684,
"end": 693,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 696,
"end": 700,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 702,
"end": 728,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 706,
"end": 727,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 706,
"end": 710,
"ctxt": 0
},
"value": "r2c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 713,
"end": 727,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 713,
"end": 722,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 725,
"end": 727,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 729,
"end": 755,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 733,
"end": 754,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 733,
"end": 737,
"ctxt": 0
},
"value": "r2c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 740,
"end": 754,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 740,
"end": 749,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 752,
"end": 754,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 757,
"end": 785,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 761,
"end": 784,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 761,
"end": 765,
"ctxt": 0
},
"value": "r2d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 768,
"end": 784,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 768,
"end": 772,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 775,
"end": 784,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 786,
"end": 812,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 790,
"end": 811,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 790,
"end": 794,
"ctxt": 0
},
"value": "r2d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 797,
"end": 811,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "StringLiteral",
"span": {
"start": 797,
"end": 799,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 802,
"end": 811,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 813,
"end": 839,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 817,
"end": 838,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 817,
"end": 821,
"ctxt": 0
},
"value": "r2d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 824,
"end": 838,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "ObjectExpression",
"span": {
"start": 824,
"end": 826,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 829,
"end": 838,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 855,
"end": 880,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 859,
"end": 879,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 859,
"end": 863,
"ctxt": 0
},
"value": "r3a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 866,
"end": 879,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 866,
"end": 875,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 878,
"end": 879,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 881,
"end": 906,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 885,
"end": 905,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 885,
"end": 889,
"ctxt": 0
},
"value": "r3a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 892,
"end": 905,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 892,
"end": 901,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 904,
"end": 905,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 907,
"end": 932,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 911,
"end": 931,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 911,
"end": 915,
"ctxt": 0
},
"value": "r3a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 918,
"end": 931,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 918,
"end": 927,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 930,
"end": 931,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 934,
"end": 959,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 938,
"end": 958,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 938,
"end": 942,
"ctxt": 0
},
"value": "r3b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 945,
"end": 958,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 945,
"end": 946,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 949,
"end": 958,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 960,
"end": 985,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 964,
"end": 984,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 964,
"end": 968,
"ctxt": 0
},
"value": "r3b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 971,
"end": 984,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 971,
"end": 972,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 975,
"end": 984,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 986,
"end": 1011,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 990,
"end": 1010,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 990,
"end": 994,
"ctxt": 0
},
"value": "r3b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 997,
"end": 1010,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 997,
"end": 998,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1001,
"end": 1010,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1013,
"end": 1041,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1017,
"end": 1040,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1017,
"end": 1021,
"ctxt": 0
},
"value": "r3c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1024,
"end": 1040,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 1024,
"end": 1033,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1036,
"end": 1040,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1042,
"end": 1068,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1046,
"end": 1067,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1046,
"end": 1050,
"ctxt": 0
},
"value": "r3c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1053,
"end": 1067,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 1053,
"end": 1062,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1065,
"end": 1067,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1069,
"end": 1095,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1073,
"end": 1094,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1073,
"end": 1077,
"ctxt": 0
},
"value": "r3c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1080,
"end": 1094,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 1080,
"end": 1089,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1092,
"end": 1094,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1097,
"end": 1125,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1101,
"end": 1124,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1101,
"end": 1105,
"ctxt": 0
},
"value": "r3d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1108,
"end": 1124,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1108,
"end": 1112,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 1115,
"end": 1124,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1126,
"end": 1152,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1130,
"end": 1151,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1130,
"end": 1134,
"ctxt": 0
},
"value": "r3d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1137,
"end": 1151,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "StringLiteral",
"span": {
"start": 1137,
"end": 1139,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1142,
"end": 1151,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1153,
"end": 1179,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1157,
"end": 1178,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1157,
"end": 1161,
"ctxt": 0
},
"value": "r3d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1164,
"end": 1178,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1164,
"end": 1166,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 1169,
"end": 1178,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1195,
"end": 1220,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1199,
"end": 1219,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1199,
"end": 1203,
"ctxt": 0
},
"value": "r4a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1206,
"end": 1219,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1206,
"end": 1215,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1218,
"end": 1219,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1221,
"end": 1246,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1225,
"end": 1245,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1225,
"end": 1229,
"ctxt": 0
},
"value": "r4a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1232,
"end": 1245,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1232,
"end": 1241,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1244,
"end": 1245,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1247,
"end": 1272,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1251,
"end": 1271,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1251,
"end": 1255,
"ctxt": 0
},
"value": "r4a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1258,
"end": 1271,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1258,
"end": 1267,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1270,
"end": 1271,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1274,
"end": 1299,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1278,
"end": 1298,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1278,
"end": 1282,
"ctxt": 0
},
"value": "r4b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1285,
"end": 1298,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1285,
"end": 1286,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1289,
"end": 1298,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1300,
"end": 1325,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1304,
"end": 1324,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1304,
"end": 1308,
"ctxt": 0
},
"value": "r4b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1311,
"end": 1324,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1311,
"end": 1312,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1315,
"end": 1324,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1326,
"end": 1351,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1330,
"end": 1350,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1330,
"end": 1334,
"ctxt": 0
},
"value": "r4b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1337,
"end": 1350,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1337,
"end": 1338,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1341,
"end": 1350,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1353,
"end": 1381,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1357,
"end": 1380,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1357,
"end": 1361,
"ctxt": 0
},
"value": "r4c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1364,
"end": 1380,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1364,
"end": 1373,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1376,
"end": 1380,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1382,
"end": 1408,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1386,
"end": 1407,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1386,
"end": 1390,
"ctxt": 0
},
"value": "r4c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1393,
"end": 1407,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1393,
"end": 1402,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1405,
"end": 1407,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1409,
"end": 1435,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1413,
"end": 1434,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1413,
"end": 1417,
"ctxt": 0
},
"value": "r4c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1420,
"end": 1434,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1420,
"end": 1429,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1432,
"end": 1434,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1437,
"end": 1465,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1441,
"end": 1464,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1441,
"end": 1445,
"ctxt": 0
},
"value": "r4d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1448,
"end": 1464,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1448,
"end": 1452,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 1455,
"end": 1464,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1466,
"end": 1492,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1470,
"end": 1491,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1470,
"end": 1474,
"ctxt": 0
},
"value": "r4d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1477,
"end": 1491,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "StringLiteral",
"span": {
"start": 1477,
"end": 1479,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1482,
"end": 1491,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1493,
"end": 1519,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1497,
"end": 1518,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1497,
"end": 1501,
"ctxt": 0
},
"value": "r4d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1504,
"end": 1518,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1504,
"end": 1506,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 1509,
"end": 1518,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1536,
"end": 1562,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1540,
"end": 1561,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1540,
"end": 1544,
"ctxt": 0
},
"value": "r5a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1547,
"end": 1561,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1547,
"end": 1556,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1560,
"end": 1561,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1563,
"end": 1589,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1567,
"end": 1588,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1567,
"end": 1571,
"ctxt": 0
},
"value": "r5a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1574,
"end": 1588,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1574,
"end": 1583,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1587,
"end": 1588,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1590,
"end": 1616,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1594,
"end": 1615,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1594,
"end": 1598,
"ctxt": 0
},
"value": "r5a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1601,
"end": 1615,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1601,
"end": 1610,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1614,
"end": 1615,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1618,
"end": 1644,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1622,
"end": 1643,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1622,
"end": 1626,
"ctxt": 0
},
"value": "r5b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1629,
"end": 1643,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1629,
"end": 1630,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1634,
"end": 1643,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1645,
"end": 1671,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1649,
"end": 1670,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1649,
"end": 1653,
"ctxt": 0
},
"value": "r5b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1656,
"end": 1670,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1656,
"end": 1657,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1661,
"end": 1670,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1672,
"end": 1698,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1676,
"end": 1697,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1676,
"end": 1680,
"ctxt": 0
},
"value": "r5b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1683,
"end": 1697,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1683,
"end": 1684,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1688,
"end": 1697,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1700,
"end": 1729,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1704,
"end": 1728,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1704,
"end": 1708,
"ctxt": 0
},
"value": "r5c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1711,
"end": 1728,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1711,
"end": 1720,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1724,
"end": 1728,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1730,
"end": 1757,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1734,
"end": 1756,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1734,
"end": 1738,
"ctxt": 0
},
"value": "r5c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1741,
"end": 1756,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1741,
"end": 1750,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1754,
"end": 1756,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1758,
"end": 1785,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1762,
"end": 1784,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1762,
"end": 1766,
"ctxt": 0
},
"value": "r5c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1769,
"end": 1784,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1769,
"end": 1778,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1782,
"end": 1784,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1787,
"end": 1816,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1791,
"end": 1815,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1791,
"end": 1795,
"ctxt": 0
},
"value": "r5d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1798,
"end": 1815,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1798,
"end": 1802,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 1806,
"end": 1815,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1817,
"end": 1844,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1821,
"end": 1843,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1821,
"end": 1825,
"ctxt": 0
},
"value": "r5d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1828,
"end": 1843,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "StringLiteral",
"span": {
"start": 1828,
"end": 1830,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1834,
"end": 1843,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1845,
"end": 1872,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1849,
"end": 1871,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1849,
"end": 1853,
"ctxt": 0
},
"value": "r5d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1856,
"end": 1871,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1856,
"end": 1858,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 1862,
"end": 1871,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1889,
"end": 1915,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1893,
"end": 1914,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1893,
"end": 1897,
"ctxt": 0
},
"value": "r6a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1900,
"end": 1914,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1900,
"end": 1909,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1913,
"end": 1914,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1916,
"end": 1942,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1920,
"end": 1941,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1920,
"end": 1924,
"ctxt": 0
},
"value": "r6a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1927,
"end": 1941,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1927,
"end": 1936,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1940,
"end": 1941,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1943,
"end": 1969,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1947,
"end": 1968,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1947,
"end": 1951,
"ctxt": 0
},
"value": "r6a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1954,
"end": 1968,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1954,
"end": 1963,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1967,
"end": 1968,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1971,
"end": 1997,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1975,
"end": 1996,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1975,
"end": 1979,
"ctxt": 0
},
"value": "r6b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1982,
"end": 1996,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1982,
"end": 1983,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1987,
"end": 1996,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1998,
"end": 2024,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2002,
"end": 2023,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2002,
"end": 2006,
"ctxt": 0
},
"value": "r6b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2009,
"end": 2023,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 2009,
"end": 2010,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2014,
"end": 2023,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2025,
"end": 2051,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2029,
"end": 2050,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2029,
"end": 2033,
"ctxt": 0
},
"value": "r6b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2036,
"end": 2050,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 2036,
"end": 2037,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2041,
"end": 2050,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2053,
"end": 2082,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2057,
"end": 2081,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2057,
"end": 2061,
"ctxt": 0
},
"value": "r6c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2064,
"end": 2081,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 2064,
"end": 2073,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2077,
"end": 2081,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2083,
"end": 2110,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2087,
"end": 2109,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2087,
"end": 2091,
"ctxt": 0
},
"value": "r6c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2094,
"end": 2109,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 2094,
"end": 2103,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2107,
"end": 2109,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2111,
"end": 2138,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2115,
"end": 2137,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2115,
"end": 2119,
"ctxt": 0
},
"value": "r6c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2122,
"end": 2137,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 2122,
"end": 2131,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2135,
"end": 2137,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2140,
"end": 2169,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2144,
"end": 2168,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2144,
"end": 2148,
"ctxt": 0
},
"value": "r6d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2151,
"end": 2168,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2151,
"end": 2155,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 2159,
"end": 2168,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2170,
"end": 2197,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2174,
"end": 2196,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2174,
"end": 2178,
"ctxt": 0
},
"value": "r6d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2181,
"end": 2196,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "StringLiteral",
"span": {
"start": 2181,
"end": 2183,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2187,
"end": 2196,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2198,
"end": 2225,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2202,
"end": 2224,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2202,
"end": 2206,
"ctxt": 0
},
"value": "r6d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2209,
"end": 2224,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2209,
"end": 2211,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 2215,
"end": 2224,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2243,
"end": 2270,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2247,
"end": 2269,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2247,
"end": 2251,
"ctxt": 0
},
"value": "r7a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2254,
"end": 2269,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2254,
"end": 2263,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2268,
"end": 2269,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2271,
"end": 2298,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2275,
"end": 2297,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2275,
"end": 2279,
"ctxt": 0
},
"value": "r7a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2282,
"end": 2297,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2282,
"end": 2291,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2296,
"end": 2297,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2299,
"end": 2326,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2303,
"end": 2325,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2303,
"end": 2307,
"ctxt": 0
},
"value": "r7a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2310,
"end": 2325,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2310,
"end": 2319,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2324,
"end": 2325,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2328,
"end": 2355,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2332,
"end": 2354,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2332,
"end": 2336,
"ctxt": 0
},
"value": "r7b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2339,
"end": 2354,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2339,
"end": 2340,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2345,
"end": 2354,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2356,
"end": 2383,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2360,
"end": 2382,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2360,
"end": 2364,
"ctxt": 0
},
"value": "r7b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2367,
"end": 2382,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2367,
"end": 2368,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2373,
"end": 2382,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2384,
"end": 2411,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2388,
"end": 2410,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2388,
"end": 2392,
"ctxt": 0
},
"value": "r7b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2395,
"end": 2410,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2395,
"end": 2396,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2401,
"end": 2410,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2413,
"end": 2443,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2417,
"end": 2442,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2417,
"end": 2421,
"ctxt": 0
},
"value": "r7c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2424,
"end": 2442,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2424,
"end": 2433,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2438,
"end": 2442,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2444,
"end": 2472,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2448,
"end": 2471,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2448,
"end": 2452,
"ctxt": 0
},
"value": "r7c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2455,
"end": 2471,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2455,
"end": 2464,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2469,
"end": 2471,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2473,
"end": 2501,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2477,
"end": 2500,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2477,
"end": 2481,
"ctxt": 0
},
"value": "r7c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2484,
"end": 2500,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2484,
"end": 2493,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2498,
"end": 2500,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2503,
"end": 2533,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2507,
"end": 2532,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2507,
"end": 2511,
"ctxt": 0
},
"value": "r7d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2514,
"end": 2532,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2514,
"end": 2518,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 2523,
"end": 2532,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2534,
"end": 2562,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2538,
"end": 2561,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2538,
"end": 2542,
"ctxt": 0
},
"value": "r7d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2545,
"end": 2561,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "StringLiteral",
"span": {
"start": 2545,
"end": 2547,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2552,
"end": 2561,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2563,
"end": 2591,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2567,
"end": 2590,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2567,
"end": 2571,
"ctxt": 0
},
"value": "r7d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2574,
"end": 2590,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2574,
"end": 2576,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 2581,
"end": 2590,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2607,
"end": 2632,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2611,
"end": 2631,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2611,
"end": 2615,
"ctxt": 0
},
"value": "r8a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2618,
"end": 2631,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2618,
"end": 2627,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2630,
"end": 2631,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2633,
"end": 2658,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2637,
"end": 2657,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2637,
"end": 2641,
"ctxt": 0
},
"value": "r8a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2644,
"end": 2657,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2644,
"end": 2653,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2656,
"end": 2657,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2659,
"end": 2684,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2663,
"end": 2683,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2663,
"end": 2667,
"ctxt": 0
},
"value": "r8a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2670,
"end": 2683,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2670,
"end": 2679,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2682,
"end": 2683,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2686,
"end": 2711,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2690,
"end": 2710,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2690,
"end": 2694,
"ctxt": 0
},
"value": "r8b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2697,
"end": 2710,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2697,
"end": 2698,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2701,
"end": 2710,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2712,
"end": 2737,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2716,
"end": 2736,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2716,
"end": 2720,
"ctxt": 0
},
"value": "r8b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2723,
"end": 2736,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2723,
"end": 2724,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2727,
"end": 2736,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2738,
"end": 2763,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2742,
"end": 2762,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2742,
"end": 2746,
"ctxt": 0
},
"value": "r8b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2749,
"end": 2762,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2749,
"end": 2750,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2753,
"end": 2762,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2765,
"end": 2793,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2769,
"end": 2792,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2769,
"end": 2773,
"ctxt": 0
},
"value": "r8c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2776,
"end": 2792,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2776,
"end": 2785,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2788,
"end": 2792,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2794,
"end": 2820,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2798,
"end": 2819,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2798,
"end": 2802,
"ctxt": 0
},
"value": "r8c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2805,
"end": 2819,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2805,
"end": 2814,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2817,
"end": 2819,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2821,
"end": 2847,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2825,
"end": 2846,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2825,
"end": 2829,
"ctxt": 0
},
"value": "r8c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2832,
"end": 2846,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2832,
"end": 2841,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2844,
"end": 2846,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2849,
"end": 2877,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2853,
"end": 2876,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2853,
"end": 2857,
"ctxt": 0
},
"value": "r8d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2860,
"end": 2876,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2860,
"end": 2864,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 2867,
"end": 2876,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2878,
"end": 2904,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2882,
"end": 2903,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2882,
"end": 2886,
"ctxt": 0
},
"value": "r8d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2889,
"end": 2903,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "StringLiteral",
"span": {
"start": 2889,
"end": 2891,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2894,
"end": 2903,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2905,
"end": 2931,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2909,
"end": 2930,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2909,
"end": 2913,
"ctxt": 0
},
"value": "r8d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2916,
"end": 2930,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2916,
"end": 2918,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 2921,
"end": 2930,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2947,
"end": 2972,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2951,
"end": 2971,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2951,
"end": 2955,
"ctxt": 0
},
"value": "r9a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2958,
"end": 2971,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 2958,
"end": 2967,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2970,
"end": 2971,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2973,
"end": 2998,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2977,
"end": 2997,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2977,
"end": 2981,
"ctxt": 0
},
"value": "r9a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2984,
"end": 2997,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 2984,
"end": 2993,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2996,
"end": 2997,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2999,
"end": 3024,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3003,
"end": 3023,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3003,
"end": 3007,
"ctxt": 0
},
"value": "r9a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3010,
"end": 3023,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 3010,
"end": 3019,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3022,
"end": 3023,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3026,
"end": 3051,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3030,
"end": 3050,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3030,
"end": 3034,
"ctxt": 0
},
"value": "r9b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3037,
"end": 3050,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 3037,
"end": 3038,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3041,
"end": 3050,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3052,
"end": 3077,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3056,
"end": 3076,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3056,
"end": 3060,
"ctxt": 0
},
"value": "r9b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3063,
"end": 3076,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 3063,
"end": 3064,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3067,
"end": 3076,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3078,
"end": 3103,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3082,
"end": 3102,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3082,
"end": 3086,
"ctxt": 0
},
"value": "r9b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3089,
"end": 3102,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 3089,
"end": 3090,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3093,
"end": 3102,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3105,
"end": 3133,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3109,
"end": 3132,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3109,
"end": 3113,
"ctxt": 0
},
"value": "r9c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3116,
"end": 3132,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 3116,
"end": 3125,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 3128,
"end": 3132,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3134,
"end": 3160,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3138,
"end": 3159,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3138,
"end": 3142,
"ctxt": 0
},
"value": "r9c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3145,
"end": 3159,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 3145,
"end": 3154,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3157,
"end": 3159,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3161,
"end": 3187,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3165,
"end": 3186,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3165,
"end": 3169,
"ctxt": 0
},
"value": "r9c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3172,
"end": 3186,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 3172,
"end": 3181,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 3184,
"end": 3186,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3189,
"end": 3217,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3193,
"end": 3216,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3193,
"end": 3197,
"ctxt": 0
},
"value": "r9d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3200,
"end": 3216,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 3200,
"end": 3204,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 3207,
"end": 3216,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3218,
"end": 3244,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3222,
"end": 3243,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3222,
"end": 3226,
"ctxt": 0
},
"value": "r9d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3229,
"end": 3243,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "StringLiteral",
"span": {
"start": 3229,
"end": 3231,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 3234,
"end": 3243,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3245,
"end": 3271,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3249,
"end": 3270,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3249,
"end": 3253,
"ctxt": 0
},
"value": "r9d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3256,
"end": 3270,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "ObjectExpression",
"span": {
"start": 3256,
"end": 3258,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 3261,
"end": 3270,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3287,
"end": 3313,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3291,
"end": 3312,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3291,
"end": 3296,
"ctxt": 0
},
"value": "r10a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3299,
"end": 3312,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3299,
"end": 3308,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3311,
"end": 3312,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3314,
"end": 3340,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3318,
"end": 3339,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3318,
"end": 3323,
"ctxt": 0
},
"value": "r10a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3326,
"end": 3339,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3326,
"end": 3335,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3338,
"end": 3339,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3341,
"end": 3367,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3345,
"end": 3366,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3345,
"end": 3350,
"ctxt": 0
},
"value": "r10a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3353,
"end": 3366,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3353,
"end": 3362,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3365,
"end": 3366,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3369,
"end": 3395,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3373,
"end": 3394,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3373,
"end": 3378,
"ctxt": 0
},
"value": "r10b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3381,
"end": 3394,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3381,
"end": 3382,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3385,
"end": 3394,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3396,
"end": 3422,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3400,
"end": 3421,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3400,
"end": 3405,
"ctxt": 0
},
"value": "r10b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3408,
"end": 3421,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3408,
"end": 3409,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3412,
"end": 3421,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3423,
"end": 3449,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3427,
"end": 3448,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3427,
"end": 3432,
"ctxt": 0
},
"value": "r10b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3435,
"end": 3448,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3435,
"end": 3436,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 3439,
"end": 3448,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3451,
"end": 3480,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3455,
"end": 3479,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3455,
"end": 3460,
"ctxt": 0
},
"value": "r10c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3463,
"end": 3479,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3463,
"end": 3472,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 3475,
"end": 3479,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3481,
"end": 3508,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3485,
"end": 3507,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3485,
"end": 3490,
"ctxt": 0
},
"value": "r10c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3493,
"end": 3507,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3493,
"end": 3502,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3505,
"end": 3507,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3509,
"end": 3536,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3513,
"end": 3535,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3513,
"end": 3518,
"ctxt": 0
},
"value": "r10c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3521,
"end": 3535,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 3521,
"end": 3530,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 3533,
"end": 3535,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3538,
"end": 3567,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3542,
"end": 3566,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3542,
"end": 3547,
"ctxt": 0
},
"value": "r10d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3550,
"end": 3566,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 3550,
"end": 3554,
"ctxt": 0
},
"value": true
},
"right": {
"type": "Identifier",
"span": {
"start": 3557,
"end": 3566,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3568,
"end": 3595,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3572,
"end": 3594,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3572,
"end": 3577,
"ctxt": 0
},
"value": "r10d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3580,
"end": 3594,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "StringLiteral",
"span": {
"start": 3580,
"end": 3582,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"right": {
"type": "Identifier",
"span": {
"start": 3585,
"end": 3594,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3596,
"end": 3623,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3600,
"end": 3622,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3600,
"end": 3605,
"ctxt": 0
},
"value": "r10d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3608,
"end": 3622,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "ObjectExpression",
"span": {
"start": 3608,
"end": 3610,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "Identifier",
"span": {
"start": 3613,
"end": 3622,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"definite": false
}
]
}
],
"interpreter": null
}