swc/crates/swc_ecma_parser/tests/tsc/arithmeticOperatorWithNullValueAndInvalidOperands.json
2022-03-22 07:54:08 +00:00

7209 lines
162 KiB
JSON

{
"type": "Script",
"span": {
"start": 109,
"end": 3018,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 109,
"end": 124,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 113,
"end": 123,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 113,
"end": 114,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 114,
"end": 123,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 116,
"end": 123,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 125,
"end": 139,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 129,
"end": 138,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 129,
"end": 130,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 130,
"end": 138,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 132,
"end": 138,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 140,
"end": 154,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 144,
"end": 153,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 144,
"end": 145,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 145,
"end": 153,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 147,
"end": 153,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 147,
"end": 153,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 170,
"end": 190,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 174,
"end": 189,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 174,
"end": 178,
"ctxt": 0
},
"value": "r1a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 181,
"end": 189,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 181,
"end": 185,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 188,
"end": 189,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 191,
"end": 211,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 195,
"end": 210,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 195,
"end": 199,
"ctxt": 0
},
"value": "r1a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 202,
"end": 210,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 202,
"end": 206,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 209,
"end": 210,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 212,
"end": 232,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 216,
"end": 231,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 216,
"end": 220,
"ctxt": 0
},
"value": "r1a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 223,
"end": 231,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 223,
"end": 227,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 230,
"end": 231,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 234,
"end": 254,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 238,
"end": 253,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 238,
"end": 242,
"ctxt": 0
},
"value": "r1b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 245,
"end": 253,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 245,
"end": 246,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 249,
"end": 253,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 255,
"end": 275,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 259,
"end": 274,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 259,
"end": 263,
"ctxt": 0
},
"value": "r1b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 266,
"end": 274,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 266,
"end": 267,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 270,
"end": 274,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 276,
"end": 296,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 280,
"end": 295,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 280,
"end": 284,
"ctxt": 0
},
"value": "r1b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 287,
"end": 295,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 287,
"end": 288,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 291,
"end": 295,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 298,
"end": 321,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 302,
"end": 320,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 302,
"end": 306,
"ctxt": 0
},
"value": "r1c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 309,
"end": 320,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 309,
"end": 313,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 316,
"end": 320,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 322,
"end": 343,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 326,
"end": 342,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 326,
"end": 330,
"ctxt": 0
},
"value": "r1c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 333,
"end": 342,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 333,
"end": 337,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 340,
"end": 342,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 344,
"end": 365,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 348,
"end": 364,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 348,
"end": 352,
"ctxt": 0
},
"value": "r1c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 355,
"end": 364,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 355,
"end": 359,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 362,
"end": 364,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 367,
"end": 390,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 371,
"end": 389,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 371,
"end": 375,
"ctxt": 0
},
"value": "r1d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 378,
"end": 389,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 378,
"end": 382,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 385,
"end": 389,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 391,
"end": 412,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 395,
"end": 411,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 395,
"end": 399,
"ctxt": 0
},
"value": "r1d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 402,
"end": 411,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "StringLiteral",
"span": {
"start": 402,
"end": 404,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 407,
"end": 411,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 413,
"end": 434,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 417,
"end": 433,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 417,
"end": 421,
"ctxt": 0
},
"value": "r1d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 424,
"end": 433,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "ObjectExpression",
"span": {
"start": 424,
"end": 426,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 429,
"end": 433,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 450,
"end": 470,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 454,
"end": 469,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 454,
"end": 458,
"ctxt": 0
},
"value": "r2a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 461,
"end": 469,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 461,
"end": 465,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 468,
"end": 469,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 471,
"end": 491,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 475,
"end": 490,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 475,
"end": 479,
"ctxt": 0
},
"value": "r2a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 482,
"end": 490,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 482,
"end": 486,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 489,
"end": 490,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 492,
"end": 512,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 496,
"end": 511,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 496,
"end": 500,
"ctxt": 0
},
"value": "r2a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 503,
"end": 511,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 503,
"end": 507,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 510,
"end": 511,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 514,
"end": 534,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 518,
"end": 533,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 518,
"end": 522,
"ctxt": 0
},
"value": "r2b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 525,
"end": 533,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 525,
"end": 526,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 529,
"end": 533,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 535,
"end": 555,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 539,
"end": 554,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 539,
"end": 543,
"ctxt": 0
},
"value": "r2b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 546,
"end": 554,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 546,
"end": 547,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 550,
"end": 554,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 556,
"end": 576,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 560,
"end": 575,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 560,
"end": 564,
"ctxt": 0
},
"value": "r2b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 567,
"end": 575,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 567,
"end": 568,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 571,
"end": 575,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 578,
"end": 601,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 582,
"end": 600,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 582,
"end": 586,
"ctxt": 0
},
"value": "r2c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 589,
"end": 600,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 589,
"end": 593,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 596,
"end": 600,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 602,
"end": 623,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 606,
"end": 622,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 606,
"end": 610,
"ctxt": 0
},
"value": "r2c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 613,
"end": 622,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 613,
"end": 617,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 620,
"end": 622,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 624,
"end": 645,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 628,
"end": 644,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 628,
"end": 632,
"ctxt": 0
},
"value": "r2c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 635,
"end": 644,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 635,
"end": 639,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 642,
"end": 644,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 647,
"end": 670,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 651,
"end": 669,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 651,
"end": 655,
"ctxt": 0
},
"value": "r2d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 658,
"end": 669,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 658,
"end": 662,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 665,
"end": 669,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 671,
"end": 692,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 675,
"end": 691,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 675,
"end": 679,
"ctxt": 0
},
"value": "r2d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 682,
"end": 691,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "StringLiteral",
"span": {
"start": 682,
"end": 684,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 687,
"end": 691,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 693,
"end": 714,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 697,
"end": 713,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 697,
"end": 701,
"ctxt": 0
},
"value": "r2d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 704,
"end": 713,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "ObjectExpression",
"span": {
"start": 704,
"end": 706,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 709,
"end": 713,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 730,
"end": 750,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 734,
"end": 749,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 734,
"end": 738,
"ctxt": 0
},
"value": "r3a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 741,
"end": 749,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 741,
"end": 745,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 748,
"end": 749,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 751,
"end": 771,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 755,
"end": 770,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 755,
"end": 759,
"ctxt": 0
},
"value": "r3a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 762,
"end": 770,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 762,
"end": 766,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 769,
"end": 770,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 772,
"end": 792,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 776,
"end": 791,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 776,
"end": 780,
"ctxt": 0
},
"value": "r3a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 783,
"end": 791,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 783,
"end": 787,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 790,
"end": 791,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 794,
"end": 814,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 798,
"end": 813,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 798,
"end": 802,
"ctxt": 0
},
"value": "r3b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 805,
"end": 813,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 805,
"end": 806,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 809,
"end": 813,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 815,
"end": 835,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 819,
"end": 834,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 819,
"end": 823,
"ctxt": 0
},
"value": "r3b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 826,
"end": 834,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 826,
"end": 827,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 830,
"end": 834,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 836,
"end": 856,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 840,
"end": 855,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 840,
"end": 844,
"ctxt": 0
},
"value": "r3b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 847,
"end": 855,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 847,
"end": 848,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 851,
"end": 855,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 858,
"end": 881,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 862,
"end": 880,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 862,
"end": 866,
"ctxt": 0
},
"value": "r3c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 869,
"end": 880,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 869,
"end": 873,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 876,
"end": 880,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 882,
"end": 903,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 886,
"end": 902,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 886,
"end": 890,
"ctxt": 0
},
"value": "r3c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 893,
"end": 902,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 893,
"end": 897,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 900,
"end": 902,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 904,
"end": 925,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 908,
"end": 924,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 908,
"end": 912,
"ctxt": 0
},
"value": "r3c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 915,
"end": 924,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 915,
"end": 919,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 922,
"end": 924,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 927,
"end": 950,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 931,
"end": 949,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 931,
"end": 935,
"ctxt": 0
},
"value": "r3d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 938,
"end": 949,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 938,
"end": 942,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 945,
"end": 949,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 951,
"end": 972,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 955,
"end": 971,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 955,
"end": 959,
"ctxt": 0
},
"value": "r3d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 962,
"end": 971,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "StringLiteral",
"span": {
"start": 962,
"end": 964,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 967,
"end": 971,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 973,
"end": 994,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 977,
"end": 993,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 977,
"end": 981,
"ctxt": 0
},
"value": "r3d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 984,
"end": 993,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "ObjectExpression",
"span": {
"start": 984,
"end": 986,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 989,
"end": 993,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1010,
"end": 1030,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1014,
"end": 1029,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1014,
"end": 1018,
"ctxt": 0
},
"value": "r4a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1021,
"end": 1029,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1021,
"end": 1025,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1028,
"end": 1029,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1031,
"end": 1051,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1035,
"end": 1050,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1035,
"end": 1039,
"ctxt": 0
},
"value": "r4a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1042,
"end": 1050,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1042,
"end": 1046,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1049,
"end": 1050,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1052,
"end": 1072,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1056,
"end": 1071,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1056,
"end": 1060,
"ctxt": 0
},
"value": "r4a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1063,
"end": 1071,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1063,
"end": 1067,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1070,
"end": 1071,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1074,
"end": 1094,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1078,
"end": 1093,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1078,
"end": 1082,
"ctxt": 0
},
"value": "r4b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1085,
"end": 1093,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1085,
"end": 1086,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1089,
"end": 1093,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1095,
"end": 1115,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1099,
"end": 1114,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1099,
"end": 1103,
"ctxt": 0
},
"value": "r4b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1106,
"end": 1114,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1106,
"end": 1107,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1110,
"end": 1114,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1116,
"end": 1136,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1120,
"end": 1135,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1120,
"end": 1124,
"ctxt": 0
},
"value": "r4b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1127,
"end": 1135,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1127,
"end": 1128,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1131,
"end": 1135,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1138,
"end": 1161,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1142,
"end": 1160,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1142,
"end": 1146,
"ctxt": 0
},
"value": "r4c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1149,
"end": 1160,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1149,
"end": 1153,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1156,
"end": 1160,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1162,
"end": 1183,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1166,
"end": 1182,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1166,
"end": 1170,
"ctxt": 0
},
"value": "r4c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1173,
"end": 1182,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1173,
"end": 1177,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1180,
"end": 1182,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1184,
"end": 1205,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1188,
"end": 1204,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1188,
"end": 1192,
"ctxt": 0
},
"value": "r4c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1195,
"end": 1204,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1195,
"end": 1199,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1202,
"end": 1204,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1207,
"end": 1230,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1211,
"end": 1229,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1211,
"end": 1215,
"ctxt": 0
},
"value": "r4d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1218,
"end": 1229,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1218,
"end": 1222,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1225,
"end": 1229,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1231,
"end": 1252,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1235,
"end": 1251,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1235,
"end": 1239,
"ctxt": 0
},
"value": "r4d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1242,
"end": 1251,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "StringLiteral",
"span": {
"start": 1242,
"end": 1244,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1247,
"end": 1251,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1253,
"end": 1274,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1257,
"end": 1273,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1257,
"end": 1261,
"ctxt": 0
},
"value": "r4d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1264,
"end": 1273,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1264,
"end": 1266,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1269,
"end": 1273,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1291,
"end": 1312,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1295,
"end": 1311,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1295,
"end": 1299,
"ctxt": 0
},
"value": "r5a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1302,
"end": 1311,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1302,
"end": 1306,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1310,
"end": 1311,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1313,
"end": 1334,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1317,
"end": 1333,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1317,
"end": 1321,
"ctxt": 0
},
"value": "r5a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1324,
"end": 1333,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1324,
"end": 1328,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1332,
"end": 1333,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1335,
"end": 1356,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1339,
"end": 1355,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1339,
"end": 1343,
"ctxt": 0
},
"value": "r5a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1346,
"end": 1355,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1346,
"end": 1350,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1354,
"end": 1355,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1358,
"end": 1379,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1362,
"end": 1378,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1362,
"end": 1366,
"ctxt": 0
},
"value": "r5b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1369,
"end": 1378,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1369,
"end": 1370,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1374,
"end": 1378,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1380,
"end": 1401,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1384,
"end": 1400,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1384,
"end": 1388,
"ctxt": 0
},
"value": "r5b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1391,
"end": 1400,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1391,
"end": 1392,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1396,
"end": 1400,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1402,
"end": 1423,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1406,
"end": 1422,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1406,
"end": 1410,
"ctxt": 0
},
"value": "r5b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1413,
"end": 1422,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1413,
"end": 1414,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1418,
"end": 1422,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1425,
"end": 1449,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1429,
"end": 1448,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1429,
"end": 1433,
"ctxt": 0
},
"value": "r5c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1436,
"end": 1448,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1436,
"end": 1440,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1444,
"end": 1448,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1450,
"end": 1472,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1454,
"end": 1471,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1454,
"end": 1458,
"ctxt": 0
},
"value": "r5c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1461,
"end": 1471,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1461,
"end": 1465,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1469,
"end": 1471,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1473,
"end": 1495,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1477,
"end": 1494,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1477,
"end": 1481,
"ctxt": 0
},
"value": "r5c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1484,
"end": 1494,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1484,
"end": 1488,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1492,
"end": 1494,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1497,
"end": 1521,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1501,
"end": 1520,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1501,
"end": 1505,
"ctxt": 0
},
"value": "r5d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1508,
"end": 1520,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1508,
"end": 1512,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1516,
"end": 1520,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1522,
"end": 1544,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1526,
"end": 1543,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1526,
"end": 1530,
"ctxt": 0
},
"value": "r5d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1533,
"end": 1543,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "StringLiteral",
"span": {
"start": 1533,
"end": 1535,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1539,
"end": 1543,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1545,
"end": 1567,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1549,
"end": 1566,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1549,
"end": 1553,
"ctxt": 0
},
"value": "r5d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1556,
"end": 1566,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1556,
"end": 1558,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1562,
"end": 1566,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1584,
"end": 1605,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1588,
"end": 1604,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1588,
"end": 1592,
"ctxt": 0
},
"value": "r6a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1595,
"end": 1604,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1595,
"end": 1599,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1603,
"end": 1604,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1606,
"end": 1627,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1610,
"end": 1626,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1610,
"end": 1614,
"ctxt": 0
},
"value": "r6a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1617,
"end": 1626,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1617,
"end": 1621,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1625,
"end": 1626,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1628,
"end": 1649,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1632,
"end": 1648,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1632,
"end": 1636,
"ctxt": 0
},
"value": "r6a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1639,
"end": 1648,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1639,
"end": 1643,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1647,
"end": 1648,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1651,
"end": 1672,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1655,
"end": 1671,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1655,
"end": 1659,
"ctxt": 0
},
"value": "r6b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1662,
"end": 1671,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1662,
"end": 1663,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1667,
"end": 1671,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1673,
"end": 1694,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1677,
"end": 1693,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1677,
"end": 1681,
"ctxt": 0
},
"value": "r6b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1684,
"end": 1693,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1684,
"end": 1685,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1689,
"end": 1693,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1695,
"end": 1716,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1699,
"end": 1715,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1699,
"end": 1703,
"ctxt": 0
},
"value": "r6b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1706,
"end": 1715,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1706,
"end": 1707,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1711,
"end": 1715,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1718,
"end": 1742,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1722,
"end": 1741,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1722,
"end": 1726,
"ctxt": 0
},
"value": "r6c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1729,
"end": 1741,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1729,
"end": 1733,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1737,
"end": 1741,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1743,
"end": 1765,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1747,
"end": 1764,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1747,
"end": 1751,
"ctxt": 0
},
"value": "r6c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1754,
"end": 1764,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1754,
"end": 1758,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1762,
"end": 1764,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1766,
"end": 1788,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1770,
"end": 1787,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1770,
"end": 1774,
"ctxt": 0
},
"value": "r6c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1777,
"end": 1787,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1777,
"end": 1781,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1785,
"end": 1787,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1790,
"end": 1814,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1794,
"end": 1813,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1794,
"end": 1798,
"ctxt": 0
},
"value": "r6d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1801,
"end": 1813,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1801,
"end": 1805,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1809,
"end": 1813,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1815,
"end": 1837,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1819,
"end": 1836,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1819,
"end": 1823,
"ctxt": 0
},
"value": "r6d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1826,
"end": 1836,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "StringLiteral",
"span": {
"start": 1826,
"end": 1828,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1832,
"end": 1836,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1838,
"end": 1860,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1842,
"end": 1859,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1842,
"end": 1846,
"ctxt": 0
},
"value": "r6d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1849,
"end": 1859,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1849,
"end": 1851,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1855,
"end": 1859,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1878,
"end": 1900,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1882,
"end": 1899,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1882,
"end": 1886,
"ctxt": 0
},
"value": "r7a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1889,
"end": 1899,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1889,
"end": 1893,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1898,
"end": 1899,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1901,
"end": 1923,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1905,
"end": 1922,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1905,
"end": 1909,
"ctxt": 0
},
"value": "r7a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1912,
"end": 1922,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1912,
"end": 1916,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1921,
"end": 1922,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1924,
"end": 1946,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1928,
"end": 1945,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1928,
"end": 1932,
"ctxt": 0
},
"value": "r7a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1935,
"end": 1945,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1935,
"end": 1939,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1944,
"end": 1945,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1948,
"end": 1970,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1952,
"end": 1969,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1952,
"end": 1956,
"ctxt": 0
},
"value": "r7b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1959,
"end": 1969,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 1959,
"end": 1960,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1965,
"end": 1969,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1971,
"end": 1993,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1975,
"end": 1992,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1975,
"end": 1979,
"ctxt": 0
},
"value": "r7b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1982,
"end": 1992,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 1982,
"end": 1983,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1988,
"end": 1992,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1994,
"end": 2016,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1998,
"end": 2015,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1998,
"end": 2002,
"ctxt": 0
},
"value": "r7b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2005,
"end": 2015,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2005,
"end": 2006,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2011,
"end": 2015,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2018,
"end": 2043,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2022,
"end": 2042,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2022,
"end": 2026,
"ctxt": 0
},
"value": "r7c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2029,
"end": 2042,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 2029,
"end": 2033,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2038,
"end": 2042,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2044,
"end": 2067,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2048,
"end": 2066,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2048,
"end": 2052,
"ctxt": 0
},
"value": "r7c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2055,
"end": 2066,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 2055,
"end": 2059,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2064,
"end": 2066,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2068,
"end": 2091,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2072,
"end": 2090,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2072,
"end": 2076,
"ctxt": 0
},
"value": "r7c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2079,
"end": 2090,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 2079,
"end": 2083,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2088,
"end": 2090,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2093,
"end": 2118,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2097,
"end": 2117,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2097,
"end": 2101,
"ctxt": 0
},
"value": "r7d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2104,
"end": 2117,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2104,
"end": 2108,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2113,
"end": 2117,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2119,
"end": 2142,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2123,
"end": 2141,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2123,
"end": 2127,
"ctxt": 0
},
"value": "r7d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2130,
"end": 2141,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "StringLiteral",
"span": {
"start": 2130,
"end": 2132,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2137,
"end": 2141,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2143,
"end": 2166,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2147,
"end": 2165,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2147,
"end": 2151,
"ctxt": 0
},
"value": "r7d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2154,
"end": 2165,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2154,
"end": 2156,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2161,
"end": 2165,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2182,
"end": 2202,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2186,
"end": 2201,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2186,
"end": 2190,
"ctxt": 0
},
"value": "r8a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2193,
"end": 2201,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2193,
"end": 2197,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2200,
"end": 2201,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2203,
"end": 2223,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2207,
"end": 2222,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2207,
"end": 2211,
"ctxt": 0
},
"value": "r8a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2214,
"end": 2222,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2214,
"end": 2218,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2221,
"end": 2222,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2224,
"end": 2244,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2228,
"end": 2243,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2228,
"end": 2232,
"ctxt": 0
},
"value": "r8a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2235,
"end": 2243,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2235,
"end": 2239,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2242,
"end": 2243,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2246,
"end": 2266,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2250,
"end": 2265,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2250,
"end": 2254,
"ctxt": 0
},
"value": "r8b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2257,
"end": 2265,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2257,
"end": 2258,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2261,
"end": 2265,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2267,
"end": 2287,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2271,
"end": 2286,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2271,
"end": 2275,
"ctxt": 0
},
"value": "r8b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2278,
"end": 2286,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2278,
"end": 2279,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2282,
"end": 2286,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2288,
"end": 2308,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2292,
"end": 2307,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2292,
"end": 2296,
"ctxt": 0
},
"value": "r8b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2299,
"end": 2307,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2299,
"end": 2300,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2303,
"end": 2307,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2310,
"end": 2333,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2314,
"end": 2332,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2314,
"end": 2318,
"ctxt": 0
},
"value": "r8c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2321,
"end": 2332,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2321,
"end": 2325,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2328,
"end": 2332,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2334,
"end": 2355,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2338,
"end": 2354,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2338,
"end": 2342,
"ctxt": 0
},
"value": "r8c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2345,
"end": 2354,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2345,
"end": 2349,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2352,
"end": 2354,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2356,
"end": 2377,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2360,
"end": 2376,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2360,
"end": 2364,
"ctxt": 0
},
"value": "r8c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2367,
"end": 2376,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2367,
"end": 2371,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2374,
"end": 2376,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2379,
"end": 2402,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2383,
"end": 2401,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2383,
"end": 2387,
"ctxt": 0
},
"value": "r8d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2390,
"end": 2401,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2390,
"end": 2394,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2397,
"end": 2401,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2403,
"end": 2424,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2407,
"end": 2423,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2407,
"end": 2411,
"ctxt": 0
},
"value": "r8d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2414,
"end": 2423,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "StringLiteral",
"span": {
"start": 2414,
"end": 2416,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2419,
"end": 2423,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2425,
"end": 2446,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2429,
"end": 2445,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2429,
"end": 2433,
"ctxt": 0
},
"value": "r8d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2436,
"end": 2445,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2436,
"end": 2438,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2441,
"end": 2445,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2462,
"end": 2482,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2466,
"end": 2481,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2466,
"end": 2470,
"ctxt": 0
},
"value": "r9a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2473,
"end": 2481,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2473,
"end": 2477,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2480,
"end": 2481,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2483,
"end": 2503,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2487,
"end": 2502,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2487,
"end": 2491,
"ctxt": 0
},
"value": "r9a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2494,
"end": 2502,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2494,
"end": 2498,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2501,
"end": 2502,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2504,
"end": 2524,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2508,
"end": 2523,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2508,
"end": 2512,
"ctxt": 0
},
"value": "r9a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2515,
"end": 2523,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2515,
"end": 2519,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2522,
"end": 2523,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2526,
"end": 2546,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2530,
"end": 2545,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2530,
"end": 2534,
"ctxt": 0
},
"value": "r9b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2537,
"end": 2545,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 2537,
"end": 2538,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2541,
"end": 2545,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2547,
"end": 2567,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2551,
"end": 2566,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2551,
"end": 2555,
"ctxt": 0
},
"value": "r9b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2558,
"end": 2566,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 2558,
"end": 2559,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2562,
"end": 2566,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2568,
"end": 2588,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2572,
"end": 2587,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2572,
"end": 2576,
"ctxt": 0
},
"value": "r9b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2579,
"end": 2587,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 2579,
"end": 2580,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2583,
"end": 2587,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2590,
"end": 2613,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2594,
"end": 2612,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2594,
"end": 2598,
"ctxt": 0
},
"value": "r9c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2601,
"end": 2612,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2601,
"end": 2605,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2608,
"end": 2612,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2614,
"end": 2635,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2618,
"end": 2634,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2618,
"end": 2622,
"ctxt": 0
},
"value": "r9c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2625,
"end": 2634,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2625,
"end": 2629,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2632,
"end": 2634,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2636,
"end": 2657,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2640,
"end": 2656,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2640,
"end": 2644,
"ctxt": 0
},
"value": "r9c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2647,
"end": 2656,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2647,
"end": 2651,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2654,
"end": 2656,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2659,
"end": 2682,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2663,
"end": 2681,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2663,
"end": 2667,
"ctxt": 0
},
"value": "r9d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2670,
"end": 2681,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2670,
"end": 2674,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2677,
"end": 2681,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2683,
"end": 2704,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2687,
"end": 2703,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2687,
"end": 2691,
"ctxt": 0
},
"value": "r9d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2694,
"end": 2703,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "StringLiteral",
"span": {
"start": 2694,
"end": 2696,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2699,
"end": 2703,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2705,
"end": 2726,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2709,
"end": 2725,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2709,
"end": 2713,
"ctxt": 0
},
"value": "r9d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2716,
"end": 2725,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2716,
"end": 2718,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2721,
"end": 2725,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2742,
"end": 2763,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2746,
"end": 2762,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2746,
"end": 2751,
"ctxt": 0
},
"value": "r10a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2754,
"end": 2762,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2754,
"end": 2758,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2761,
"end": 2762,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2764,
"end": 2785,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2768,
"end": 2784,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2768,
"end": 2773,
"ctxt": 0
},
"value": "r10a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2776,
"end": 2784,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2776,
"end": 2780,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2783,
"end": 2784,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2786,
"end": 2807,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2790,
"end": 2806,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2790,
"end": 2795,
"ctxt": 0
},
"value": "r10a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2798,
"end": 2806,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2798,
"end": 2802,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2805,
"end": 2806,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2809,
"end": 2830,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2813,
"end": 2829,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2813,
"end": 2818,
"ctxt": 0
},
"value": "r10b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2821,
"end": 2829,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 2821,
"end": 2822,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2825,
"end": 2829,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2831,
"end": 2852,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2835,
"end": 2851,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2835,
"end": 2840,
"ctxt": 0
},
"value": "r10b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2843,
"end": 2851,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 2843,
"end": 2844,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2847,
"end": 2851,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2853,
"end": 2874,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2857,
"end": 2873,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2857,
"end": 2862,
"ctxt": 0
},
"value": "r10b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2865,
"end": 2873,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 2865,
"end": 2866,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2869,
"end": 2873,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2876,
"end": 2900,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2880,
"end": 2899,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2880,
"end": 2885,
"ctxt": 0
},
"value": "r10c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2888,
"end": 2899,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2888,
"end": 2892,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2895,
"end": 2899,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2901,
"end": 2923,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2905,
"end": 2922,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2905,
"end": 2910,
"ctxt": 0
},
"value": "r10c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2913,
"end": 2922,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2913,
"end": 2917,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2920,
"end": 2922,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2924,
"end": 2946,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2928,
"end": 2945,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2928,
"end": 2933,
"ctxt": 0
},
"value": "r10c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2936,
"end": 2945,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2936,
"end": 2940,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2943,
"end": 2945,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2948,
"end": 2972,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2952,
"end": 2971,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2952,
"end": 2957,
"ctxt": 0
},
"value": "r10d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2960,
"end": 2971,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2960,
"end": 2964,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2967,
"end": 2971,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2973,
"end": 2995,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2977,
"end": 2994,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2977,
"end": 2982,
"ctxt": 0
},
"value": "r10d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2985,
"end": 2994,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "StringLiteral",
"span": {
"start": 2985,
"end": 2987,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2990,
"end": 2994,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2996,
"end": 3018,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3000,
"end": 3017,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3000,
"end": 3005,
"ctxt": 0
},
"value": "r10d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3008,
"end": 3017,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "ObjectExpression",
"span": {
"start": 3008,
"end": 3010,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 3013,
"end": 3017,
"ctxt": 0
}
}
},
"definite": false
}
]
}
],
"interpreter": null
}