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

7209 lines
162 KiB
JSON

{
"type": "Script",
"span": {
"start": 110,
"end": 3019,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 110,
"end": 125,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 114,
"end": 124,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 114,
"end": 115,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 115,
"end": 124,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 117,
"end": 124,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 126,
"end": 140,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 130,
"end": 139,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 130,
"end": 131,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 131,
"end": 139,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 133,
"end": 139,
"ctxt": 0
},
"kind": "string"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 141,
"end": 155,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 145,
"end": 154,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 145,
"end": 146,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 146,
"end": 154,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 148,
"end": 154,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 148,
"end": 154,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 171,
"end": 191,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 175,
"end": 190,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 175,
"end": 179,
"ctxt": 0
},
"value": "r1a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 182,
"end": 190,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 182,
"end": 186,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 189,
"end": 190,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 192,
"end": 212,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 196,
"end": 211,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 196,
"end": 200,
"ctxt": 0
},
"value": "r1a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 203,
"end": 211,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 203,
"end": 207,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 210,
"end": 211,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 213,
"end": 233,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 217,
"end": 232,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 217,
"end": 221,
"ctxt": 0
},
"value": "r1a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 224,
"end": 232,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 224,
"end": 228,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 231,
"end": 232,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 235,
"end": 255,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 239,
"end": 254,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 239,
"end": 243,
"ctxt": 0
},
"value": "r1b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 246,
"end": 254,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 246,
"end": 247,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 250,
"end": 254,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 256,
"end": 276,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 260,
"end": 275,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 260,
"end": 264,
"ctxt": 0
},
"value": "r1b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 267,
"end": 275,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 267,
"end": 268,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 271,
"end": 275,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 277,
"end": 297,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 281,
"end": 296,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 281,
"end": 285,
"ctxt": 0
},
"value": "r1b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 288,
"end": 296,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 288,
"end": 289,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 292,
"end": 296,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 299,
"end": 322,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 303,
"end": 321,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 303,
"end": 307,
"ctxt": 0
},
"value": "r1c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 310,
"end": 321,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 310,
"end": 314,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 317,
"end": 321,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 323,
"end": 344,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 327,
"end": 343,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 327,
"end": 331,
"ctxt": 0
},
"value": "r1c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 334,
"end": 343,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 334,
"end": 338,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 341,
"end": 343,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 345,
"end": 366,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 349,
"end": 365,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 349,
"end": 353,
"ctxt": 0
},
"value": "r1c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 356,
"end": 365,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 356,
"end": 360,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 363,
"end": 365,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 368,
"end": 391,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 372,
"end": 390,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 372,
"end": 376,
"ctxt": 0
},
"value": "r1d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 379,
"end": 390,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 379,
"end": 383,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 386,
"end": 390,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 392,
"end": 413,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 396,
"end": 412,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 396,
"end": 400,
"ctxt": 0
},
"value": "r1d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 403,
"end": 412,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "StringLiteral",
"span": {
"start": 403,
"end": 405,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 408,
"end": 412,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 414,
"end": 435,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 418,
"end": 434,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 418,
"end": 422,
"ctxt": 0
},
"value": "r1d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 425,
"end": 434,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "ObjectExpression",
"span": {
"start": 425,
"end": 427,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 430,
"end": 434,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 451,
"end": 471,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 455,
"end": 470,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 455,
"end": 459,
"ctxt": 0
},
"value": "r2a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 462,
"end": 470,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 462,
"end": 466,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 469,
"end": 470,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 472,
"end": 492,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 476,
"end": 491,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 476,
"end": 480,
"ctxt": 0
},
"value": "r2a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 483,
"end": 491,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 483,
"end": 487,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 490,
"end": 491,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 493,
"end": 513,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 497,
"end": 512,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 497,
"end": 501,
"ctxt": 0
},
"value": "r2a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 504,
"end": 512,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 504,
"end": 508,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 511,
"end": 512,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 515,
"end": 535,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 519,
"end": 534,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 519,
"end": 523,
"ctxt": 0
},
"value": "r2b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 526,
"end": 534,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 526,
"end": 527,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 530,
"end": 534,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 536,
"end": 556,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 540,
"end": 555,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 540,
"end": 544,
"ctxt": 0
},
"value": "r2b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 547,
"end": 555,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 547,
"end": 548,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 551,
"end": 555,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 557,
"end": 577,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 561,
"end": 576,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 561,
"end": 565,
"ctxt": 0
},
"value": "r2b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 568,
"end": 576,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 568,
"end": 569,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 572,
"end": 576,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 579,
"end": 602,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 583,
"end": 601,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 583,
"end": 587,
"ctxt": 0
},
"value": "r2c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 590,
"end": 601,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 590,
"end": 594,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 597,
"end": 601,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 603,
"end": 624,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 607,
"end": 623,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 607,
"end": 611,
"ctxt": 0
},
"value": "r2c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 614,
"end": 623,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 614,
"end": 618,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 621,
"end": 623,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 625,
"end": 646,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 629,
"end": 645,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 629,
"end": 633,
"ctxt": 0
},
"value": "r2c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 636,
"end": 645,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 636,
"end": 640,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 643,
"end": 645,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 648,
"end": 671,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 652,
"end": 670,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 652,
"end": 656,
"ctxt": 0
},
"value": "r2d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 659,
"end": 670,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 659,
"end": 663,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 666,
"end": 670,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 672,
"end": 693,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 676,
"end": 692,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 676,
"end": 680,
"ctxt": 0
},
"value": "r2d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 683,
"end": 692,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "StringLiteral",
"span": {
"start": 683,
"end": 685,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 688,
"end": 692,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 694,
"end": 715,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 698,
"end": 714,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 698,
"end": 702,
"ctxt": 0
},
"value": "r2d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 705,
"end": 714,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "ObjectExpression",
"span": {
"start": 705,
"end": 707,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 710,
"end": 714,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 731,
"end": 751,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 735,
"end": 750,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 735,
"end": 739,
"ctxt": 0
},
"value": "r3a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 742,
"end": 750,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 742,
"end": 746,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 749,
"end": 750,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 752,
"end": 772,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 756,
"end": 771,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 756,
"end": 760,
"ctxt": 0
},
"value": "r3a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 763,
"end": 771,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 763,
"end": 767,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 770,
"end": 771,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 773,
"end": 793,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 777,
"end": 792,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 777,
"end": 781,
"ctxt": 0
},
"value": "r3a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 784,
"end": 792,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 784,
"end": 788,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 791,
"end": 792,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 795,
"end": 815,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 799,
"end": 814,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 799,
"end": 803,
"ctxt": 0
},
"value": "r3b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 806,
"end": 814,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 806,
"end": 807,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 810,
"end": 814,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 816,
"end": 836,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 820,
"end": 835,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 820,
"end": 824,
"ctxt": 0
},
"value": "r3b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 827,
"end": 835,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 827,
"end": 828,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 831,
"end": 835,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 837,
"end": 857,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 841,
"end": 856,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 841,
"end": 845,
"ctxt": 0
},
"value": "r3b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 848,
"end": 856,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 848,
"end": 849,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 852,
"end": 856,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 859,
"end": 882,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 863,
"end": 881,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 863,
"end": 867,
"ctxt": 0
},
"value": "r3c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 870,
"end": 881,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 870,
"end": 874,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 877,
"end": 881,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 883,
"end": 904,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 887,
"end": 903,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 887,
"end": 891,
"ctxt": 0
},
"value": "r3c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 894,
"end": 903,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 894,
"end": 898,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 901,
"end": 903,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 905,
"end": 926,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 909,
"end": 925,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 909,
"end": 913,
"ctxt": 0
},
"value": "r3c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 916,
"end": 925,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 916,
"end": 920,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 923,
"end": 925,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 928,
"end": 951,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 932,
"end": 950,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 932,
"end": 936,
"ctxt": 0
},
"value": "r3d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 939,
"end": 950,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 939,
"end": 943,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 946,
"end": 950,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 952,
"end": 973,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 956,
"end": 972,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 956,
"end": 960,
"ctxt": 0
},
"value": "r3d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 963,
"end": 972,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "StringLiteral",
"span": {
"start": 963,
"end": 965,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 968,
"end": 972,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 974,
"end": 995,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 978,
"end": 994,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 978,
"end": 982,
"ctxt": 0
},
"value": "r3d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 985,
"end": 994,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "ObjectExpression",
"span": {
"start": 985,
"end": 987,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 990,
"end": 994,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1011,
"end": 1031,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1015,
"end": 1030,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1015,
"end": 1019,
"ctxt": 0
},
"value": "r4a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1022,
"end": 1030,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1022,
"end": 1026,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1029,
"end": 1030,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1032,
"end": 1052,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1036,
"end": 1051,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1036,
"end": 1040,
"ctxt": 0
},
"value": "r4a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1043,
"end": 1051,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1043,
"end": 1047,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1050,
"end": 1051,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1053,
"end": 1073,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1057,
"end": 1072,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1057,
"end": 1061,
"ctxt": 0
},
"value": "r4a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1064,
"end": 1072,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1064,
"end": 1068,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1071,
"end": 1072,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1075,
"end": 1095,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1079,
"end": 1094,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1079,
"end": 1083,
"ctxt": 0
},
"value": "r4b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1086,
"end": 1094,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1086,
"end": 1087,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1090,
"end": 1094,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1096,
"end": 1116,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1100,
"end": 1115,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1100,
"end": 1104,
"ctxt": 0
},
"value": "r4b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1107,
"end": 1115,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1107,
"end": 1108,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1111,
"end": 1115,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1117,
"end": 1137,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1121,
"end": 1136,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1121,
"end": 1125,
"ctxt": 0
},
"value": "r4b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1128,
"end": 1136,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 1128,
"end": 1129,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1132,
"end": 1136,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1139,
"end": 1162,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1143,
"end": 1161,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1143,
"end": 1147,
"ctxt": 0
},
"value": "r4c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1150,
"end": 1161,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1150,
"end": 1154,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1157,
"end": 1161,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1163,
"end": 1184,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1167,
"end": 1183,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1167,
"end": 1171,
"ctxt": 0
},
"value": "r4c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1174,
"end": 1183,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1174,
"end": 1178,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1181,
"end": 1183,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1185,
"end": 1206,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1189,
"end": 1205,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1189,
"end": 1193,
"ctxt": 0
},
"value": "r4c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1196,
"end": 1205,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 1196,
"end": 1200,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1203,
"end": 1205,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1208,
"end": 1231,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1212,
"end": 1230,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1212,
"end": 1216,
"ctxt": 0
},
"value": "r4d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1219,
"end": 1230,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1219,
"end": 1223,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1226,
"end": 1230,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1232,
"end": 1253,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1236,
"end": 1252,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1236,
"end": 1240,
"ctxt": 0
},
"value": "r4d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1243,
"end": 1252,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "StringLiteral",
"span": {
"start": 1243,
"end": 1245,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1248,
"end": 1252,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1254,
"end": 1275,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1258,
"end": 1274,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1258,
"end": 1262,
"ctxt": 0
},
"value": "r4d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1265,
"end": 1274,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1265,
"end": 1267,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1270,
"end": 1274,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1292,
"end": 1313,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1296,
"end": 1312,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1296,
"end": 1300,
"ctxt": 0
},
"value": "r5a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1303,
"end": 1312,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1303,
"end": 1307,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1311,
"end": 1312,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1314,
"end": 1335,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1318,
"end": 1334,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1318,
"end": 1322,
"ctxt": 0
},
"value": "r5a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1325,
"end": 1334,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1325,
"end": 1329,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1333,
"end": 1334,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1336,
"end": 1357,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1340,
"end": 1356,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1340,
"end": 1344,
"ctxt": 0
},
"value": "r5a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1347,
"end": 1356,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1347,
"end": 1351,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1355,
"end": 1356,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1359,
"end": 1380,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1363,
"end": 1379,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1363,
"end": 1367,
"ctxt": 0
},
"value": "r5b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1370,
"end": 1379,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1370,
"end": 1371,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1375,
"end": 1379,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1381,
"end": 1402,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1385,
"end": 1401,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1385,
"end": 1389,
"ctxt": 0
},
"value": "r5b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1392,
"end": 1401,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1392,
"end": 1393,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1397,
"end": 1401,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1403,
"end": 1424,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1407,
"end": 1423,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1407,
"end": 1411,
"ctxt": 0
},
"value": "r5b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1414,
"end": 1423,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1414,
"end": 1415,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1419,
"end": 1423,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1426,
"end": 1450,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1430,
"end": 1449,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1430,
"end": 1434,
"ctxt": 0
},
"value": "r5c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1437,
"end": 1449,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1437,
"end": 1441,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1445,
"end": 1449,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1451,
"end": 1473,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1455,
"end": 1472,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1455,
"end": 1459,
"ctxt": 0
},
"value": "r5c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1462,
"end": 1472,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1462,
"end": 1466,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1470,
"end": 1472,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1474,
"end": 1496,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1478,
"end": 1495,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1478,
"end": 1482,
"ctxt": 0
},
"value": "r5c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1485,
"end": 1495,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 1485,
"end": 1489,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1493,
"end": 1495,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1498,
"end": 1522,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1502,
"end": 1521,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1502,
"end": 1506,
"ctxt": 0
},
"value": "r5d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1509,
"end": 1521,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1509,
"end": 1513,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1517,
"end": 1521,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1523,
"end": 1545,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1527,
"end": 1544,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1527,
"end": 1531,
"ctxt": 0
},
"value": "r5d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1534,
"end": 1544,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "StringLiteral",
"span": {
"start": 1534,
"end": 1536,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1540,
"end": 1544,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1546,
"end": 1568,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1550,
"end": 1567,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1550,
"end": 1554,
"ctxt": 0
},
"value": "r5d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1557,
"end": 1567,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1557,
"end": 1559,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1563,
"end": 1567,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1585,
"end": 1606,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1589,
"end": 1605,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1589,
"end": 1593,
"ctxt": 0
},
"value": "r6a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1596,
"end": 1605,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1596,
"end": 1600,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1604,
"end": 1605,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1607,
"end": 1628,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1611,
"end": 1627,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1611,
"end": 1615,
"ctxt": 0
},
"value": "r6a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1618,
"end": 1627,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1618,
"end": 1622,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1626,
"end": 1627,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1629,
"end": 1650,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1633,
"end": 1649,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1633,
"end": 1637,
"ctxt": 0
},
"value": "r6a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1640,
"end": 1649,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1640,
"end": 1644,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1648,
"end": 1649,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1652,
"end": 1673,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1656,
"end": 1672,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1656,
"end": 1660,
"ctxt": 0
},
"value": "r6b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1663,
"end": 1672,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1663,
"end": 1664,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1668,
"end": 1672,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1674,
"end": 1695,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1678,
"end": 1694,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1678,
"end": 1682,
"ctxt": 0
},
"value": "r6b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1685,
"end": 1694,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1685,
"end": 1686,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1690,
"end": 1694,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1696,
"end": 1717,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1700,
"end": 1716,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1700,
"end": 1704,
"ctxt": 0
},
"value": "r6b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1707,
"end": 1716,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1707,
"end": 1708,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1712,
"end": 1716,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1719,
"end": 1743,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1723,
"end": 1742,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1723,
"end": 1727,
"ctxt": 0
},
"value": "r6c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1730,
"end": 1742,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1730,
"end": 1734,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 1738,
"end": 1742,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1744,
"end": 1766,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1748,
"end": 1765,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1748,
"end": 1752,
"ctxt": 0
},
"value": "r6c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1755,
"end": 1765,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1755,
"end": 1759,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1763,
"end": 1765,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1767,
"end": 1789,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1771,
"end": 1788,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1771,
"end": 1775,
"ctxt": 0
},
"value": "r6c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1778,
"end": 1788,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1778,
"end": 1782,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1786,
"end": 1788,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1791,
"end": 1815,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1795,
"end": 1814,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1795,
"end": 1799,
"ctxt": 0
},
"value": "r6d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1802,
"end": 1814,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 1802,
"end": 1806,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1810,
"end": 1814,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1816,
"end": 1838,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1820,
"end": 1837,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1820,
"end": 1824,
"ctxt": 0
},
"value": "r6d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1827,
"end": 1837,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "StringLiteral",
"span": {
"start": 1827,
"end": 1829,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1833,
"end": 1837,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1839,
"end": 1861,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1843,
"end": 1860,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1843,
"end": 1847,
"ctxt": 0
},
"value": "r6d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1850,
"end": 1860,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "ObjectExpression",
"span": {
"start": 1850,
"end": 1852,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1856,
"end": 1860,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1879,
"end": 1901,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1883,
"end": 1900,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1883,
"end": 1887,
"ctxt": 0
},
"value": "r7a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1890,
"end": 1900,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1890,
"end": 1894,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1899,
"end": 1900,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1902,
"end": 1924,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1906,
"end": 1923,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1906,
"end": 1910,
"ctxt": 0
},
"value": "r7a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1913,
"end": 1923,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1913,
"end": 1917,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1922,
"end": 1923,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1925,
"end": 1947,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1929,
"end": 1946,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1929,
"end": 1933,
"ctxt": 0
},
"value": "r7a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1936,
"end": 1946,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1936,
"end": 1940,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1945,
"end": 1946,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1949,
"end": 1971,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1953,
"end": 1970,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1953,
"end": 1957,
"ctxt": 0
},
"value": "r7b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1960,
"end": 1970,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 1960,
"end": 1961,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1966,
"end": 1970,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1972,
"end": 1994,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1976,
"end": 1993,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1976,
"end": 1980,
"ctxt": 0
},
"value": "r7b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1983,
"end": 1993,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 1983,
"end": 1984,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1989,
"end": 1993,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1995,
"end": 2017,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1999,
"end": 2016,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1999,
"end": 2003,
"ctxt": 0
},
"value": "r7b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2006,
"end": 2016,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 2006,
"end": 2007,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2012,
"end": 2016,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2019,
"end": 2044,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2023,
"end": 2043,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2023,
"end": 2027,
"ctxt": 0
},
"value": "r7c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2030,
"end": 2043,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 2030,
"end": 2034,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2039,
"end": 2043,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2045,
"end": 2068,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2049,
"end": 2067,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2049,
"end": 2053,
"ctxt": 0
},
"value": "r7c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2056,
"end": 2067,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 2056,
"end": 2060,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2065,
"end": 2067,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2069,
"end": 2092,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2073,
"end": 2091,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2073,
"end": 2077,
"ctxt": 0
},
"value": "r7c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2080,
"end": 2091,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 2080,
"end": 2084,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2089,
"end": 2091,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2094,
"end": 2119,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2098,
"end": 2118,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2098,
"end": 2102,
"ctxt": 0
},
"value": "r7d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2105,
"end": 2118,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2105,
"end": 2109,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2114,
"end": 2118,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2120,
"end": 2143,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2124,
"end": 2142,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2124,
"end": 2128,
"ctxt": 0
},
"value": "r7d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2131,
"end": 2142,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "StringLiteral",
"span": {
"start": 2131,
"end": 2133,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2138,
"end": 2142,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2144,
"end": 2167,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2148,
"end": 2166,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2148,
"end": 2152,
"ctxt": 0
},
"value": "r7d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2155,
"end": 2166,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2155,
"end": 2157,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2162,
"end": 2166,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2183,
"end": 2203,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2187,
"end": 2202,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2187,
"end": 2191,
"ctxt": 0
},
"value": "r8a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2194,
"end": 2202,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2194,
"end": 2198,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2201,
"end": 2202,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2204,
"end": 2224,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2208,
"end": 2223,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2208,
"end": 2212,
"ctxt": 0
},
"value": "r8a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2215,
"end": 2223,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2215,
"end": 2219,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2222,
"end": 2223,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2225,
"end": 2245,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2229,
"end": 2244,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2229,
"end": 2233,
"ctxt": 0
},
"value": "r8a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2236,
"end": 2244,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2236,
"end": 2240,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2243,
"end": 2244,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2247,
"end": 2267,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2251,
"end": 2266,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2251,
"end": 2255,
"ctxt": 0
},
"value": "r8b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2258,
"end": 2266,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2258,
"end": 2259,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2262,
"end": 2266,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2268,
"end": 2288,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2272,
"end": 2287,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2272,
"end": 2276,
"ctxt": 0
},
"value": "r8b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2279,
"end": 2287,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2279,
"end": 2280,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2283,
"end": 2287,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2289,
"end": 2309,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2293,
"end": 2308,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2293,
"end": 2297,
"ctxt": 0
},
"value": "r8b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2300,
"end": 2308,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 2300,
"end": 2301,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2304,
"end": 2308,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2311,
"end": 2334,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2315,
"end": 2333,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2315,
"end": 2319,
"ctxt": 0
},
"value": "r8c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2322,
"end": 2333,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2322,
"end": 2326,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2329,
"end": 2333,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2335,
"end": 2356,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2339,
"end": 2355,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2339,
"end": 2343,
"ctxt": 0
},
"value": "r8c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2346,
"end": 2355,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2346,
"end": 2350,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2353,
"end": 2355,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2357,
"end": 2378,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2361,
"end": 2377,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2361,
"end": 2365,
"ctxt": 0
},
"value": "r8c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2368,
"end": 2377,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 2368,
"end": 2372,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2375,
"end": 2377,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2380,
"end": 2403,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2384,
"end": 2402,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2384,
"end": 2388,
"ctxt": 0
},
"value": "r8d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2391,
"end": 2402,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2391,
"end": 2395,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2398,
"end": 2402,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2404,
"end": 2425,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2408,
"end": 2424,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2408,
"end": 2412,
"ctxt": 0
},
"value": "r8d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2415,
"end": 2424,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "StringLiteral",
"span": {
"start": 2415,
"end": 2417,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2420,
"end": 2424,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2426,
"end": 2447,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2430,
"end": 2446,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2430,
"end": 2434,
"ctxt": 0
},
"value": "r8d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2437,
"end": 2446,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2437,
"end": 2439,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2442,
"end": 2446,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2463,
"end": 2483,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2467,
"end": 2482,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2467,
"end": 2471,
"ctxt": 0
},
"value": "r9a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2474,
"end": 2482,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2474,
"end": 2478,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2481,
"end": 2482,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2484,
"end": 2504,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2488,
"end": 2503,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2488,
"end": 2492,
"ctxt": 0
},
"value": "r9a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2495,
"end": 2503,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2495,
"end": 2499,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2502,
"end": 2503,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2505,
"end": 2525,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2509,
"end": 2524,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2509,
"end": 2513,
"ctxt": 0
},
"value": "r9a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2516,
"end": 2524,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2516,
"end": 2520,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2523,
"end": 2524,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2527,
"end": 2547,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2531,
"end": 2546,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2531,
"end": 2535,
"ctxt": 0
},
"value": "r9b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2538,
"end": 2546,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 2538,
"end": 2539,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2542,
"end": 2546,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2548,
"end": 2568,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2552,
"end": 2567,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2552,
"end": 2556,
"ctxt": 0
},
"value": "r9b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2559,
"end": 2567,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 2559,
"end": 2560,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2563,
"end": 2567,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2569,
"end": 2589,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2573,
"end": 2588,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2573,
"end": 2577,
"ctxt": 0
},
"value": "r9b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2580,
"end": 2588,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 2580,
"end": 2581,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2584,
"end": 2588,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2591,
"end": 2614,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2595,
"end": 2613,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2595,
"end": 2599,
"ctxt": 0
},
"value": "r9c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2602,
"end": 2613,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2602,
"end": 2606,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2609,
"end": 2613,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2615,
"end": 2636,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2619,
"end": 2635,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2619,
"end": 2623,
"ctxt": 0
},
"value": "r9c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2626,
"end": 2635,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2626,
"end": 2630,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2633,
"end": 2635,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2637,
"end": 2658,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2641,
"end": 2657,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2641,
"end": 2645,
"ctxt": 0
},
"value": "r9c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2648,
"end": 2657,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 2648,
"end": 2652,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2655,
"end": 2657,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2660,
"end": 2683,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2664,
"end": 2682,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2664,
"end": 2668,
"ctxt": 0
},
"value": "r9d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2671,
"end": 2682,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2671,
"end": 2675,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2678,
"end": 2682,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2684,
"end": 2705,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2688,
"end": 2704,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2688,
"end": 2692,
"ctxt": 0
},
"value": "r9d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2695,
"end": 2704,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "StringLiteral",
"span": {
"start": 2695,
"end": 2697,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2700,
"end": 2704,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2706,
"end": 2727,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2710,
"end": 2726,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2710,
"end": 2714,
"ctxt": 0
},
"value": "r9d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2717,
"end": 2726,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "ObjectExpression",
"span": {
"start": 2717,
"end": 2719,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2722,
"end": 2726,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2743,
"end": 2764,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2747,
"end": 2763,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2747,
"end": 2752,
"ctxt": 0
},
"value": "r10a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2755,
"end": 2763,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2755,
"end": 2759,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2762,
"end": 2763,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2765,
"end": 2786,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2769,
"end": 2785,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2769,
"end": 2774,
"ctxt": 0
},
"value": "r10a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2777,
"end": 2785,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2777,
"end": 2781,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2784,
"end": 2785,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2787,
"end": 2808,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2791,
"end": 2807,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2791,
"end": 2796,
"ctxt": 0
},
"value": "r10a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2799,
"end": 2807,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2799,
"end": 2803,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2806,
"end": 2807,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2810,
"end": 2831,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2814,
"end": 2830,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2814,
"end": 2819,
"ctxt": 0
},
"value": "r10b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2822,
"end": 2830,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 2822,
"end": 2823,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2826,
"end": 2830,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2832,
"end": 2853,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2836,
"end": 2852,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2836,
"end": 2841,
"ctxt": 0
},
"value": "r10b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2844,
"end": 2852,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 2844,
"end": 2845,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2848,
"end": 2852,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2854,
"end": 2875,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2858,
"end": 2874,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2858,
"end": 2863,
"ctxt": 0
},
"value": "r10b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2866,
"end": 2874,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 2866,
"end": 2867,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2870,
"end": 2874,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2877,
"end": 2901,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2881,
"end": 2900,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2881,
"end": 2886,
"ctxt": 0
},
"value": "r10c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2889,
"end": 2900,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2889,
"end": 2893,
"ctxt": 0
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 2896,
"end": 2900,
"ctxt": 0
},
"value": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2902,
"end": 2924,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2906,
"end": 2923,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2906,
"end": 2911,
"ctxt": 0
},
"value": "r10c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2914,
"end": 2923,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2914,
"end": 2918,
"ctxt": 0
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2921,
"end": 2923,
"ctxt": 0
},
"value": "",
"raw": "''"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2925,
"end": 2947,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2929,
"end": 2946,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2929,
"end": 2934,
"ctxt": 0
},
"value": "r10c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2937,
"end": 2946,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 2937,
"end": 2941,
"ctxt": 0
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2944,
"end": 2946,
"ctxt": 0
},
"properties": []
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2949,
"end": 2973,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2953,
"end": 2972,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2953,
"end": 2958,
"ctxt": 0
},
"value": "r10d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2961,
"end": 2972,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "BooleanLiteral",
"span": {
"start": 2961,
"end": 2965,
"ctxt": 0
},
"value": true
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2968,
"end": 2972,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2974,
"end": 2996,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2978,
"end": 2995,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2978,
"end": 2983,
"ctxt": 0
},
"value": "r10d2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2986,
"end": 2995,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "StringLiteral",
"span": {
"start": 2986,
"end": 2988,
"ctxt": 0
},
"value": "",
"raw": "''"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 2991,
"end": 2995,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2997,
"end": 3019,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3001,
"end": 3018,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3001,
"end": 3006,
"ctxt": 0
},
"value": "r10d3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 3009,
"end": 3018,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "ObjectExpression",
"span": {
"start": 3009,
"end": 3011,
"ctxt": 0
},
"properties": []
},
"right": {
"type": "NullLiteral",
"span": {
"start": 3014,
"end": 3018,
"ctxt": 0
}
}
},
"definite": false
}
]
}
],
"interpreter": null
}