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

7859 lines
195 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 2726,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 6,
"end": 10,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"declare": false,
"span": {
"start": 0,
"end": 36,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 17,
"end": 34,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 24,
"end": 25,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 25,
"end": 33,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 27,
"end": 33,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 44,
"end": 51,
"ctxt": 0
},
"value": "Derived",
"optional": false
},
"declare": false,
"span": {
"start": 38,
"end": 90,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 71,
"end": 88,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 78,
"end": 79,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 79,
"end": 87,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 81,
"end": 87,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 60,
"end": 64,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 92,
"end": 125,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 106,
"end": 123,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 113,
"end": 114,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 114,
"end": 122,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 116,
"end": 122,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 127,
"end": 156,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 131,
"end": 155,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 131,
"end": 133,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 133,
"end": 155,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 135,
"end": 155,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 137,
"end": 153,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 145,
"end": 149,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 146,
"end": 149,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 148,
"end": 149,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 148,
"end": 149,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 150,
"end": 153,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 152,
"end": 153,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 152,
"end": 153,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 141,
"end": 144,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 157,
"end": 184,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 161,
"end": 183,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 161,
"end": 163,
"ctxt": 0
},
"value": "b1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 163,
"end": 183,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 165,
"end": 183,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 167,
"end": 181,
"ctxt": 0
},
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 173,
"end": 181,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 175,
"end": 181,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 186,
"end": 215,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 190,
"end": 214,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 190,
"end": 192,
"ctxt": 0
},
"value": "a2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 192,
"end": 214,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 194,
"end": 214,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 196,
"end": 212,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 204,
"end": 208,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 205,
"end": 208,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 207,
"end": 208,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 207,
"end": 208,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 209,
"end": 212,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 211,
"end": 212,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 211,
"end": 212,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 200,
"end": 203,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 201,
"end": 202,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 201,
"end": 202,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 216,
"end": 252,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 220,
"end": 251,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 220,
"end": 222,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 222,
"end": 251,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 224,
"end": 251,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 226,
"end": 249,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 231,
"end": 240,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 232,
"end": 240,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 234,
"end": 240,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 241,
"end": 249,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 243,
"end": 249,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 254,
"end": 284,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 258,
"end": 283,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 258,
"end": 260,
"ctxt": 0
},
"value": "a3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 260,
"end": 283,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 262,
"end": 283,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 264,
"end": 281,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 272,
"end": 277,
"ctxt": 0
},
"value": "x",
"optional": true,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 274,
"end": 277,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 276,
"end": 277,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 276,
"end": 277,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 278,
"end": 281,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 280,
"end": 281,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 280,
"end": 281,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 268,
"end": 271,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 269,
"end": 270,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 269,
"end": 270,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 285,
"end": 322,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 289,
"end": 321,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 289,
"end": 291,
"ctxt": 0
},
"value": "b3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 291,
"end": 321,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 293,
"end": 321,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 295,
"end": 319,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 300,
"end": 310,
"ctxt": 0
},
"value": "x",
"optional": true,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 302,
"end": 310,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 304,
"end": 310,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 311,
"end": 319,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 313,
"end": 319,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 324,
"end": 358,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 328,
"end": 357,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 328,
"end": 330,
"ctxt": 0
},
"value": "a4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 330,
"end": 357,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 332,
"end": 357,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 334,
"end": 355,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 342,
"end": 351,
"ctxt": 0
},
"rest": {
"start": 342,
"end": 345,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 345,
"end": 346,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 346,
"end": 351,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 348,
"end": 351,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 348,
"end": 349,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 348,
"end": 349,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 352,
"end": 355,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 354,
"end": 355,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 354,
"end": 355,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 338,
"end": 341,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 339,
"end": 340,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 339,
"end": 340,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 359,
"end": 400,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 363,
"end": 399,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 363,
"end": 365,
"ctxt": 0
},
"value": "b4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 365,
"end": 399,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 367,
"end": 399,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 369,
"end": 397,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 374,
"end": 388,
"ctxt": 0
},
"rest": {
"start": 374,
"end": 377,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 377,
"end": 378,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 378,
"end": 388,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 380,
"end": 388,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 380,
"end": 386,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 389,
"end": 397,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 391,
"end": 397,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 402,
"end": 437,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 406,
"end": 436,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 406,
"end": 408,
"ctxt": 0
},
"value": "a5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 408,
"end": 436,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 410,
"end": 436,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 412,
"end": 434,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 420,
"end": 424,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 421,
"end": 424,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 423,
"end": 424,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 423,
"end": 424,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "Identifier",
"span": {
"start": 426,
"end": 430,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 427,
"end": 430,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 429,
"end": 430,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 429,
"end": 430,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 431,
"end": 434,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 433,
"end": 434,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 433,
"end": 434,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 416,
"end": 419,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 417,
"end": 418,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 417,
"end": 418,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 438,
"end": 485,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 442,
"end": 484,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 442,
"end": 444,
"ctxt": 0
},
"value": "b5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 444,
"end": 484,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 446,
"end": 484,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 448,
"end": 482,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 453,
"end": 462,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 454,
"end": 462,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 456,
"end": 462,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "Identifier",
"span": {
"start": 464,
"end": 473,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 465,
"end": 473,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 467,
"end": 473,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 474,
"end": 482,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 476,
"end": 482,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 487,
"end": 535,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 491,
"end": 534,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 491,
"end": 493,
"ctxt": 0
},
"value": "a6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 493,
"end": 534,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 495,
"end": 534,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 497,
"end": 532,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 518,
"end": 522,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 519,
"end": 522,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 521,
"end": 522,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 521,
"end": 522,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "Identifier",
"span": {
"start": 524,
"end": 528,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 525,
"end": 528,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 527,
"end": 528,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 527,
"end": 528,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 529,
"end": 532,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 531,
"end": 532,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 531,
"end": 532,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 501,
"end": 517,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 502,
"end": 503,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 502,
"end": 503,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 505,
"end": 516,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 505,
"end": 506,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsTypeReference",
"span": {
"start": 515,
"end": 516,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 515,
"end": 516,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"default": null
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 536,
"end": 574,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 540,
"end": 573,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 540,
"end": 542,
"ctxt": 0
},
"value": "b6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 542,
"end": 573,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 544,
"end": 573,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 546,
"end": 571,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 551,
"end": 558,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 552,
"end": 558,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 554,
"end": 558,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 554,
"end": 558,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "Identifier",
"span": {
"start": 560,
"end": 564,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 561,
"end": 564,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 563,
"end": 564,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 563,
"end": 564,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 565,
"end": 571,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 567,
"end": 571,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 567,
"end": 571,
"ctxt": 0
},
"value": "Base",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 590,
"end": 609,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 594,
"end": 608,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 594,
"end": 598,
"ctxt": 0
},
"value": "r1a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 601,
"end": 608,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 601,
"end": 603,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 606,
"end": 608,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 610,
"end": 629,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 614,
"end": 628,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 614,
"end": 618,
"ctxt": 0
},
"value": "r1a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 621,
"end": 628,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 621,
"end": 623,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 626,
"end": 628,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 630,
"end": 649,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 634,
"end": 648,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 634,
"end": 638,
"ctxt": 0
},
"value": "r1a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 641,
"end": 648,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 641,
"end": 643,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 646,
"end": 648,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 650,
"end": 669,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 654,
"end": 668,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 654,
"end": 658,
"ctxt": 0
},
"value": "r1a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 661,
"end": 668,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 661,
"end": 663,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 666,
"end": 668,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 670,
"end": 689,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 674,
"end": 688,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 674,
"end": 678,
"ctxt": 0
},
"value": "r1a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 681,
"end": 688,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 681,
"end": 683,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 686,
"end": 688,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 690,
"end": 709,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 694,
"end": 708,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 694,
"end": 698,
"ctxt": 0
},
"value": "r1a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 701,
"end": 708,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 701,
"end": 703,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 706,
"end": 708,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 711,
"end": 730,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 715,
"end": 729,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 715,
"end": 719,
"ctxt": 0
},
"value": "r1b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 722,
"end": 729,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 722,
"end": 724,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 727,
"end": 729,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 731,
"end": 750,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 735,
"end": 749,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 735,
"end": 739,
"ctxt": 0
},
"value": "r1b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 742,
"end": 749,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 742,
"end": 744,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 747,
"end": 749,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 751,
"end": 770,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 755,
"end": 769,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 755,
"end": 759,
"ctxt": 0
},
"value": "r1b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 762,
"end": 769,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 762,
"end": 764,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 767,
"end": 769,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 771,
"end": 790,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 775,
"end": 789,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 775,
"end": 779,
"ctxt": 0
},
"value": "r1b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 782,
"end": 789,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 782,
"end": 784,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 787,
"end": 789,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 791,
"end": 810,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 795,
"end": 809,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 795,
"end": 799,
"ctxt": 0
},
"value": "r1b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 802,
"end": 809,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 802,
"end": 804,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 807,
"end": 809,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 811,
"end": 830,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 815,
"end": 829,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 815,
"end": 819,
"ctxt": 0
},
"value": "r1b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 822,
"end": 829,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 822,
"end": 824,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 827,
"end": 829,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 846,
"end": 865,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 850,
"end": 864,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 850,
"end": 854,
"ctxt": 0
},
"value": "r2a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 857,
"end": 864,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 857,
"end": 859,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 862,
"end": 864,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 866,
"end": 885,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 870,
"end": 884,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 870,
"end": 874,
"ctxt": 0
},
"value": "r2a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 877,
"end": 884,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 877,
"end": 879,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 882,
"end": 884,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 886,
"end": 905,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 890,
"end": 904,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 890,
"end": 894,
"ctxt": 0
},
"value": "r2a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 897,
"end": 904,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 897,
"end": 899,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 902,
"end": 904,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 906,
"end": 925,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 910,
"end": 924,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 910,
"end": 914,
"ctxt": 0
},
"value": "r2a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 917,
"end": 924,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 917,
"end": 919,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 922,
"end": 924,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 926,
"end": 945,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 930,
"end": 944,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 930,
"end": 934,
"ctxt": 0
},
"value": "r2a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 937,
"end": 944,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 937,
"end": 939,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 942,
"end": 944,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 946,
"end": 965,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 950,
"end": 964,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 950,
"end": 954,
"ctxt": 0
},
"value": "r2a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 957,
"end": 964,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 957,
"end": 959,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 962,
"end": 964,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 967,
"end": 986,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 971,
"end": 985,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 971,
"end": 975,
"ctxt": 0
},
"value": "r2b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 978,
"end": 985,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 978,
"end": 980,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 983,
"end": 985,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 987,
"end": 1006,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 991,
"end": 1005,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 991,
"end": 995,
"ctxt": 0
},
"value": "r2b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 998,
"end": 1005,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 998,
"end": 1000,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1003,
"end": 1005,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1007,
"end": 1026,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1011,
"end": 1025,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1011,
"end": 1015,
"ctxt": 0
},
"value": "r2b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1018,
"end": 1025,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1018,
"end": 1020,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1023,
"end": 1025,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1027,
"end": 1046,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1031,
"end": 1045,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1031,
"end": 1035,
"ctxt": 0
},
"value": "r2b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1038,
"end": 1045,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1038,
"end": 1040,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1043,
"end": 1045,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1047,
"end": 1066,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1051,
"end": 1065,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1051,
"end": 1055,
"ctxt": 0
},
"value": "r2b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1058,
"end": 1065,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1058,
"end": 1060,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1063,
"end": 1065,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1067,
"end": 1086,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1071,
"end": 1085,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1071,
"end": 1075,
"ctxt": 0
},
"value": "r2b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1078,
"end": 1085,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 1078,
"end": 1080,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1083,
"end": 1085,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1103,
"end": 1123,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1107,
"end": 1122,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1107,
"end": 1111,
"ctxt": 0
},
"value": "r3a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1114,
"end": 1122,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1114,
"end": 1116,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1120,
"end": 1122,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1124,
"end": 1144,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1128,
"end": 1143,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1128,
"end": 1132,
"ctxt": 0
},
"value": "r3a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1135,
"end": 1143,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1135,
"end": 1137,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1141,
"end": 1143,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1145,
"end": 1165,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1149,
"end": 1164,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1149,
"end": 1153,
"ctxt": 0
},
"value": "r3a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1156,
"end": 1164,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1156,
"end": 1158,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1162,
"end": 1164,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1166,
"end": 1186,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1170,
"end": 1185,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1170,
"end": 1174,
"ctxt": 0
},
"value": "r3a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1177,
"end": 1185,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1177,
"end": 1179,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1183,
"end": 1185,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1187,
"end": 1207,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1191,
"end": 1206,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1191,
"end": 1195,
"ctxt": 0
},
"value": "r3a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1198,
"end": 1206,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1198,
"end": 1200,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1204,
"end": 1206,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1208,
"end": 1228,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1212,
"end": 1227,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1212,
"end": 1216,
"ctxt": 0
},
"value": "r3a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1219,
"end": 1227,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1219,
"end": 1221,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1225,
"end": 1227,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1230,
"end": 1250,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1234,
"end": 1249,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1234,
"end": 1238,
"ctxt": 0
},
"value": "r3b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1241,
"end": 1249,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1241,
"end": 1243,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1247,
"end": 1249,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1251,
"end": 1271,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1255,
"end": 1270,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1255,
"end": 1259,
"ctxt": 0
},
"value": "r3b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1262,
"end": 1270,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1262,
"end": 1264,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1268,
"end": 1270,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1272,
"end": 1292,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1276,
"end": 1291,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1276,
"end": 1280,
"ctxt": 0
},
"value": "r3b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1283,
"end": 1291,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1283,
"end": 1285,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1289,
"end": 1291,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1293,
"end": 1313,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1297,
"end": 1312,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1297,
"end": 1301,
"ctxt": 0
},
"value": "r3b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1304,
"end": 1312,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1304,
"end": 1306,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1310,
"end": 1312,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1314,
"end": 1334,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1318,
"end": 1333,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1318,
"end": 1322,
"ctxt": 0
},
"value": "r3b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1325,
"end": 1333,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1325,
"end": 1327,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1331,
"end": 1333,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1335,
"end": 1355,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1339,
"end": 1354,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1339,
"end": 1343,
"ctxt": 0
},
"value": "r3b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1346,
"end": 1354,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1346,
"end": 1348,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1352,
"end": 1354,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1372,
"end": 1392,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1376,
"end": 1391,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1376,
"end": 1380,
"ctxt": 0
},
"value": "r4a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1383,
"end": 1391,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1383,
"end": 1385,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1389,
"end": 1391,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1393,
"end": 1413,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1397,
"end": 1412,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1397,
"end": 1401,
"ctxt": 0
},
"value": "r4a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1404,
"end": 1412,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1404,
"end": 1406,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1410,
"end": 1412,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1414,
"end": 1434,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1418,
"end": 1433,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1418,
"end": 1422,
"ctxt": 0
},
"value": "r4a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1425,
"end": 1433,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1425,
"end": 1427,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1431,
"end": 1433,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1435,
"end": 1455,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1439,
"end": 1454,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1439,
"end": 1443,
"ctxt": 0
},
"value": "r4a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1446,
"end": 1454,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1446,
"end": 1448,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1452,
"end": 1454,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1456,
"end": 1476,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1460,
"end": 1475,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1460,
"end": 1464,
"ctxt": 0
},
"value": "r4a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1467,
"end": 1475,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1467,
"end": 1469,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1473,
"end": 1475,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1477,
"end": 1497,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1481,
"end": 1496,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1481,
"end": 1485,
"ctxt": 0
},
"value": "r4a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1488,
"end": 1496,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1488,
"end": 1490,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1494,
"end": 1496,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1499,
"end": 1519,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1503,
"end": 1518,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1503,
"end": 1507,
"ctxt": 0
},
"value": "r4b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1510,
"end": 1518,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1510,
"end": 1512,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1516,
"end": 1518,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1520,
"end": 1540,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1524,
"end": 1539,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1524,
"end": 1528,
"ctxt": 0
},
"value": "r4b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1531,
"end": 1539,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1531,
"end": 1533,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1537,
"end": 1539,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1541,
"end": 1561,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1545,
"end": 1560,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1545,
"end": 1549,
"ctxt": 0
},
"value": "r4b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1552,
"end": 1560,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1552,
"end": 1554,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1558,
"end": 1560,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1562,
"end": 1582,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1566,
"end": 1581,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1566,
"end": 1570,
"ctxt": 0
},
"value": "r4b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1573,
"end": 1581,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1573,
"end": 1575,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1579,
"end": 1581,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1583,
"end": 1603,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1587,
"end": 1602,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1587,
"end": 1591,
"ctxt": 0
},
"value": "r4b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1594,
"end": 1602,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1594,
"end": 1596,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1600,
"end": 1602,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1604,
"end": 1624,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1608,
"end": 1623,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1608,
"end": 1612,
"ctxt": 0
},
"value": "r4b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1615,
"end": 1623,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 1615,
"end": 1617,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1621,
"end": 1623,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1641,
"end": 1661,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1645,
"end": 1660,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1645,
"end": 1649,
"ctxt": 0
},
"value": "r5a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1652,
"end": 1660,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1652,
"end": 1654,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1658,
"end": 1660,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1662,
"end": 1682,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1666,
"end": 1681,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1666,
"end": 1670,
"ctxt": 0
},
"value": "r5a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1673,
"end": 1681,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1673,
"end": 1675,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1679,
"end": 1681,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1683,
"end": 1703,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1687,
"end": 1702,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1687,
"end": 1691,
"ctxt": 0
},
"value": "r5a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1694,
"end": 1702,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1694,
"end": 1696,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1700,
"end": 1702,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1704,
"end": 1724,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1708,
"end": 1723,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1708,
"end": 1712,
"ctxt": 0
},
"value": "r5a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1715,
"end": 1723,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1715,
"end": 1717,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1721,
"end": 1723,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1725,
"end": 1745,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1729,
"end": 1744,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1729,
"end": 1733,
"ctxt": 0
},
"value": "r5a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1736,
"end": 1744,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1736,
"end": 1738,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1742,
"end": 1744,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1746,
"end": 1766,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1750,
"end": 1765,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1750,
"end": 1754,
"ctxt": 0
},
"value": "r5a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1757,
"end": 1765,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1757,
"end": 1759,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1763,
"end": 1765,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1768,
"end": 1788,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1772,
"end": 1787,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1772,
"end": 1776,
"ctxt": 0
},
"value": "r5b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1779,
"end": 1787,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1779,
"end": 1781,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1785,
"end": 1787,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1789,
"end": 1809,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1793,
"end": 1808,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1793,
"end": 1797,
"ctxt": 0
},
"value": "r5b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1800,
"end": 1808,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1800,
"end": 1802,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1806,
"end": 1808,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1810,
"end": 1830,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1814,
"end": 1829,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1814,
"end": 1818,
"ctxt": 0
},
"value": "r5b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1821,
"end": 1829,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1821,
"end": 1823,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1827,
"end": 1829,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1831,
"end": 1851,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1835,
"end": 1850,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1835,
"end": 1839,
"ctxt": 0
},
"value": "r5b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1842,
"end": 1850,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1842,
"end": 1844,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1848,
"end": 1850,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1852,
"end": 1872,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1856,
"end": 1871,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1856,
"end": 1860,
"ctxt": 0
},
"value": "r5b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1863,
"end": 1871,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1863,
"end": 1865,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1869,
"end": 1871,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1873,
"end": 1893,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1877,
"end": 1892,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1877,
"end": 1881,
"ctxt": 0
},
"value": "r5b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1884,
"end": 1892,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 1884,
"end": 1886,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1890,
"end": 1892,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1910,
"end": 1930,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1914,
"end": 1929,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1914,
"end": 1918,
"ctxt": 0
},
"value": "r6a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1921,
"end": 1929,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 1921,
"end": 1923,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1927,
"end": 1929,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1931,
"end": 1951,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1935,
"end": 1950,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1935,
"end": 1939,
"ctxt": 0
},
"value": "r6a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1942,
"end": 1950,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 1942,
"end": 1944,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1948,
"end": 1950,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1952,
"end": 1972,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1956,
"end": 1971,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1956,
"end": 1960,
"ctxt": 0
},
"value": "r6a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1963,
"end": 1971,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 1963,
"end": 1965,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1969,
"end": 1971,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1973,
"end": 1993,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1977,
"end": 1992,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1977,
"end": 1981,
"ctxt": 0
},
"value": "r6a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1984,
"end": 1992,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 1984,
"end": 1986,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1990,
"end": 1992,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1994,
"end": 2014,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1998,
"end": 2013,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1998,
"end": 2002,
"ctxt": 0
},
"value": "r6a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2005,
"end": 2013,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2005,
"end": 2007,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2011,
"end": 2013,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2015,
"end": 2035,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2019,
"end": 2034,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2019,
"end": 2023,
"ctxt": 0
},
"value": "r6a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2026,
"end": 2034,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2026,
"end": 2028,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2032,
"end": 2034,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2037,
"end": 2057,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2041,
"end": 2056,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2041,
"end": 2045,
"ctxt": 0
},
"value": "r6b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2048,
"end": 2056,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2048,
"end": 2050,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2054,
"end": 2056,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2058,
"end": 2078,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2062,
"end": 2077,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2062,
"end": 2066,
"ctxt": 0
},
"value": "r6b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2069,
"end": 2077,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2069,
"end": 2071,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2075,
"end": 2077,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2079,
"end": 2099,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2083,
"end": 2098,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2083,
"end": 2087,
"ctxt": 0
},
"value": "r6b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2090,
"end": 2098,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2090,
"end": 2092,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2096,
"end": 2098,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2100,
"end": 2120,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2104,
"end": 2119,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2104,
"end": 2108,
"ctxt": 0
},
"value": "r6b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2111,
"end": 2119,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2111,
"end": 2113,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2117,
"end": 2119,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2121,
"end": 2141,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2125,
"end": 2140,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2125,
"end": 2129,
"ctxt": 0
},
"value": "r6b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2132,
"end": 2140,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2132,
"end": 2134,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2138,
"end": 2140,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2142,
"end": 2162,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2146,
"end": 2161,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2146,
"end": 2150,
"ctxt": 0
},
"value": "r6b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2153,
"end": 2161,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 2153,
"end": 2155,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2159,
"end": 2161,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2180,
"end": 2201,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2184,
"end": 2200,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2184,
"end": 2188,
"ctxt": 0
},
"value": "r7a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2191,
"end": 2200,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2191,
"end": 2193,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2198,
"end": 2200,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2202,
"end": 2223,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2206,
"end": 2222,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2206,
"end": 2210,
"ctxt": 0
},
"value": "r7a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2213,
"end": 2222,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2213,
"end": 2215,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2220,
"end": 2222,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2224,
"end": 2245,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2228,
"end": 2244,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2228,
"end": 2232,
"ctxt": 0
},
"value": "r7a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2235,
"end": 2244,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2235,
"end": 2237,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2242,
"end": 2244,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2246,
"end": 2267,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2250,
"end": 2266,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2250,
"end": 2254,
"ctxt": 0
},
"value": "r7a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2257,
"end": 2266,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2257,
"end": 2259,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2264,
"end": 2266,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2268,
"end": 2289,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2272,
"end": 2288,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2272,
"end": 2276,
"ctxt": 0
},
"value": "r7a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2279,
"end": 2288,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2279,
"end": 2281,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2286,
"end": 2288,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2290,
"end": 2311,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2294,
"end": 2310,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2294,
"end": 2298,
"ctxt": 0
},
"value": "r7a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2301,
"end": 2310,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2301,
"end": 2303,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2308,
"end": 2310,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2313,
"end": 2334,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2317,
"end": 2333,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2317,
"end": 2321,
"ctxt": 0
},
"value": "r7b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2324,
"end": 2333,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2324,
"end": 2326,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2331,
"end": 2333,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"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": "r7b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2346,
"end": 2355,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2346,
"end": 2348,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2353,
"end": 2355,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"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": "r7b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2368,
"end": 2377,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2368,
"end": 2370,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2375,
"end": 2377,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2379,
"end": 2400,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2383,
"end": 2399,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2383,
"end": 2387,
"ctxt": 0
},
"value": "r7b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2390,
"end": 2399,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2390,
"end": 2392,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2397,
"end": 2399,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2401,
"end": 2422,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2405,
"end": 2421,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2405,
"end": 2409,
"ctxt": 0
},
"value": "r7b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2412,
"end": 2421,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2412,
"end": 2414,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2419,
"end": 2421,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2423,
"end": 2444,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2427,
"end": 2443,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2427,
"end": 2431,
"ctxt": 0
},
"value": "r7b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2434,
"end": 2443,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2434,
"end": 2436,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2441,
"end": 2443,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2462,
"end": 2483,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2466,
"end": 2482,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2466,
"end": 2470,
"ctxt": 0
},
"value": "r8a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2473,
"end": 2482,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2473,
"end": 2475,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2480,
"end": 2482,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2484,
"end": 2505,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2488,
"end": 2504,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2488,
"end": 2492,
"ctxt": 0
},
"value": "r8a2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2495,
"end": 2504,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2495,
"end": 2497,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2502,
"end": 2504,
"ctxt": 0
},
"value": "b2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2506,
"end": 2527,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2510,
"end": 2526,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2510,
"end": 2514,
"ctxt": 0
},
"value": "r8a3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2517,
"end": 2526,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2517,
"end": 2519,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2524,
"end": 2526,
"ctxt": 0
},
"value": "b3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2528,
"end": 2549,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2532,
"end": 2548,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2532,
"end": 2536,
"ctxt": 0
},
"value": "r8a4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2539,
"end": 2548,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2539,
"end": 2541,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2546,
"end": 2548,
"ctxt": 0
},
"value": "b4",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2550,
"end": 2571,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2554,
"end": 2570,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2554,
"end": 2558,
"ctxt": 0
},
"value": "r8a5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2561,
"end": 2570,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2561,
"end": 2563,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2568,
"end": 2570,
"ctxt": 0
},
"value": "b5",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2572,
"end": 2593,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2576,
"end": 2592,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2576,
"end": 2580,
"ctxt": 0
},
"value": "r8a6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2583,
"end": 2592,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2583,
"end": 2585,
"ctxt": 0
},
"value": "a6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2590,
"end": 2592,
"ctxt": 0
},
"value": "b6",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2595,
"end": 2616,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2599,
"end": 2615,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2599,
"end": 2603,
"ctxt": 0
},
"value": "r8b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2606,
"end": 2615,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2606,
"end": 2608,
"ctxt": 0
},
"value": "b1",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2613,
"end": 2615,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2617,
"end": 2638,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2621,
"end": 2637,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2621,
"end": 2625,
"ctxt": 0
},
"value": "r8b2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2628,
"end": 2637,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2628,
"end": 2630,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2635,
"end": 2637,
"ctxt": 0
},
"value": "a2",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2639,
"end": 2660,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2643,
"end": 2659,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2643,
"end": 2647,
"ctxt": 0
},
"value": "r8b3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2650,
"end": 2659,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2650,
"end": 2652,
"ctxt": 0
},
"value": "b3",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2657,
"end": 2659,
"ctxt": 0
},
"value": "a3",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2661,
"end": 2682,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2665,
"end": 2681,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2665,
"end": 2669,
"ctxt": 0
},
"value": "r8b4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2672,
"end": 2681,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2672,
"end": 2674,
"ctxt": 0
},
"value": "b4",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2679,
"end": 2681,
"ctxt": 0
},
"value": "a4",
"optional": false
}
},
"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": "r8b5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2694,
"end": 2703,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2694,
"end": 2696,
"ctxt": 0
},
"value": "b5",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2701,
"end": 2703,
"ctxt": 0
},
"value": "a5",
"optional": false
}
},
"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": "r8b6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 2716,
"end": 2725,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 2716,
"end": 2718,
"ctxt": 0
},
"value": "b6",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 2723,
"end": 2725,
"ctxt": 0
},
"value": "a6",
"optional": false
}
},
"definite": false
}
]
}
],
"interpreter": null
}