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

5250 lines
120 KiB
JSON

{
"type": "Script",
"span": {
"start": 110,
"end": 1987,
"ctxt": 0
},
"body": [
{
"type": "TsEnumDeclaration",
"span": {
"start": 110,
"end": 133,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 115,
"end": 116,
"ctxt": 0
},
"value": "E",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 123,
"end": 124,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 123,
"end": 124,
"ctxt": 0
},
"value": "a",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 130,
"end": 131,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 130,
"end": 131,
"ctxt": 0
},
"value": "b",
"optional": false
},
"init": null
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 135,
"end": 146,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 139,
"end": 145,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 139,
"end": 140,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 140,
"end": 145,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 142,
"end": 145,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 147,
"end": 161,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 151,
"end": 160,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 151,
"end": 152,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 152,
"end": 160,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 154,
"end": 160,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 177,
"end": 196,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 181,
"end": 195,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 181,
"end": 184,
"ctxt": 0
},
"value": "ra1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 187,
"end": 195,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 187,
"end": 191,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 194,
"end": 195,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 197,
"end": 216,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 201,
"end": 215,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 201,
"end": 204,
"ctxt": 0
},
"value": "ra2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 207,
"end": 215,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 207,
"end": 211,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 214,
"end": 215,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 217,
"end": 236,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 221,
"end": 235,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 221,
"end": 224,
"ctxt": 0
},
"value": "ra3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 227,
"end": 235,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 227,
"end": 231,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 234,
"end": 235,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 237,
"end": 258,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 241,
"end": 257,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 241,
"end": 244,
"ctxt": 0
},
"value": "ra4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 247,
"end": 257,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NullLiteral",
"span": {
"start": 247,
"end": 251,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 254,
"end": 257,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 254,
"end": 255,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 256,
"end": 257,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 259,
"end": 278,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 263,
"end": 277,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 263,
"end": 266,
"ctxt": 0
},
"value": "ra5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 269,
"end": 277,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 269,
"end": 270,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 273,
"end": 277,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 279,
"end": 298,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 283,
"end": 297,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 283,
"end": 286,
"ctxt": 0
},
"value": "ra6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 289,
"end": 297,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "Identifier",
"span": {
"start": 289,
"end": 290,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 293,
"end": 297,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 299,
"end": 318,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 303,
"end": 317,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 303,
"end": 306,
"ctxt": 0
},
"value": "ra7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 309,
"end": 317,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "NumericLiteral",
"span": {
"start": 309,
"end": 310,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 313,
"end": 317,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 319,
"end": 340,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 323,
"end": 339,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 323,
"end": 326,
"ctxt": 0
},
"value": "ra8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 329,
"end": 339,
"ctxt": 0
},
"operator": "*",
"left": {
"type": "MemberExpression",
"span": {
"start": 329,
"end": 332,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 329,
"end": 330,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 331,
"end": 332,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 335,
"end": 339,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 356,
"end": 375,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 360,
"end": 374,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 360,
"end": 363,
"ctxt": 0
},
"value": "rb1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 366,
"end": 374,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 366,
"end": 370,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 373,
"end": 374,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 376,
"end": 395,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 380,
"end": 394,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 380,
"end": 383,
"ctxt": 0
},
"value": "rb2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 386,
"end": 394,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 386,
"end": 390,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 393,
"end": 394,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 396,
"end": 415,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 400,
"end": 414,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 400,
"end": 403,
"ctxt": 0
},
"value": "rb3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 406,
"end": 414,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 406,
"end": 410,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 413,
"end": 414,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 416,
"end": 437,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 420,
"end": 436,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 420,
"end": 423,
"ctxt": 0
},
"value": "rb4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 426,
"end": 436,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NullLiteral",
"span": {
"start": 426,
"end": 430,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 433,
"end": 436,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 433,
"end": 434,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 435,
"end": 436,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 438,
"end": 457,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 442,
"end": 456,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 442,
"end": 445,
"ctxt": 0
},
"value": "rb5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 448,
"end": 456,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 448,
"end": 449,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 452,
"end": 456,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 458,
"end": 477,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 462,
"end": 476,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 462,
"end": 465,
"ctxt": 0
},
"value": "rb6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 468,
"end": 476,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "Identifier",
"span": {
"start": 468,
"end": 469,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 472,
"end": 476,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 478,
"end": 497,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 482,
"end": 496,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 482,
"end": 485,
"ctxt": 0
},
"value": "rb7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 488,
"end": 496,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "NumericLiteral",
"span": {
"start": 488,
"end": 489,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 492,
"end": 496,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 498,
"end": 519,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 502,
"end": 518,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 502,
"end": 505,
"ctxt": 0
},
"value": "rb8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 508,
"end": 518,
"ctxt": 0
},
"operator": "/",
"left": {
"type": "MemberExpression",
"span": {
"start": 508,
"end": 511,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 508,
"end": 509,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 510,
"end": 511,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 514,
"end": 518,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 535,
"end": 554,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 539,
"end": 553,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 539,
"end": 542,
"ctxt": 0
},
"value": "rc1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 545,
"end": 553,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 545,
"end": 549,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 552,
"end": 553,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 555,
"end": 574,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 559,
"end": 573,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 559,
"end": 562,
"ctxt": 0
},
"value": "rc2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 565,
"end": 573,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 565,
"end": 569,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 572,
"end": 573,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 575,
"end": 594,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 579,
"end": 593,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 579,
"end": 582,
"ctxt": 0
},
"value": "rc3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 585,
"end": 593,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 585,
"end": 589,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 592,
"end": 593,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 595,
"end": 616,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 599,
"end": 615,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 599,
"end": 602,
"ctxt": 0
},
"value": "rc4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 605,
"end": 615,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NullLiteral",
"span": {
"start": 605,
"end": 609,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 612,
"end": 615,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 612,
"end": 613,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 614,
"end": 615,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 617,
"end": 636,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 621,
"end": 635,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 621,
"end": 624,
"ctxt": 0
},
"value": "rc5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 627,
"end": 635,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 627,
"end": 628,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 631,
"end": 635,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 637,
"end": 656,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 641,
"end": 655,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 641,
"end": 644,
"ctxt": 0
},
"value": "rc6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 647,
"end": 655,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "Identifier",
"span": {
"start": 647,
"end": 648,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 651,
"end": 655,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 657,
"end": 676,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 661,
"end": 675,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 661,
"end": 664,
"ctxt": 0
},
"value": "rc7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 667,
"end": 675,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "NumericLiteral",
"span": {
"start": 667,
"end": 668,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 671,
"end": 675,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 677,
"end": 698,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 681,
"end": 697,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 681,
"end": 684,
"ctxt": 0
},
"value": "rc8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 687,
"end": 697,
"ctxt": 0
},
"operator": "%",
"left": {
"type": "MemberExpression",
"span": {
"start": 687,
"end": 690,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 687,
"end": 688,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 689,
"end": 690,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 693,
"end": 697,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 714,
"end": 733,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 718,
"end": 732,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 718,
"end": 721,
"ctxt": 0
},
"value": "rd1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 724,
"end": 732,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 724,
"end": 728,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 731,
"end": 732,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 734,
"end": 753,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 738,
"end": 752,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 738,
"end": 741,
"ctxt": 0
},
"value": "rd2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 744,
"end": 752,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 744,
"end": 748,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 751,
"end": 752,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 754,
"end": 773,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 758,
"end": 772,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 758,
"end": 761,
"ctxt": 0
},
"value": "rd3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 764,
"end": 772,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 764,
"end": 768,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 771,
"end": 772,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 774,
"end": 795,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 778,
"end": 794,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 778,
"end": 781,
"ctxt": 0
},
"value": "rd4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 784,
"end": 794,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NullLiteral",
"span": {
"start": 784,
"end": 788,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 791,
"end": 794,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 791,
"end": 792,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 793,
"end": 794,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 796,
"end": 815,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 800,
"end": 814,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 800,
"end": 803,
"ctxt": 0
},
"value": "rd5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 806,
"end": 814,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 806,
"end": 807,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 810,
"end": 814,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 816,
"end": 835,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 820,
"end": 834,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 820,
"end": 823,
"ctxt": 0
},
"value": "rd6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 826,
"end": 834,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 826,
"end": 827,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 830,
"end": 834,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 836,
"end": 855,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 840,
"end": 854,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 840,
"end": 843,
"ctxt": 0
},
"value": "rd7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 846,
"end": 854,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "NumericLiteral",
"span": {
"start": 846,
"end": 847,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 850,
"end": 854,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 856,
"end": 877,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 860,
"end": 876,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 860,
"end": 863,
"ctxt": 0
},
"value": "rd8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 866,
"end": 876,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "MemberExpression",
"span": {
"start": 866,
"end": 869,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 866,
"end": 867,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 868,
"end": 869,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 872,
"end": 876,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 894,
"end": 914,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 898,
"end": 913,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 898,
"end": 901,
"ctxt": 0
},
"value": "re1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 904,
"end": 913,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 904,
"end": 908,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 912,
"end": 913,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 915,
"end": 935,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 919,
"end": 934,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 919,
"end": 922,
"ctxt": 0
},
"value": "re2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 925,
"end": 934,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 925,
"end": 929,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 933,
"end": 934,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 936,
"end": 956,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 940,
"end": 955,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 940,
"end": 943,
"ctxt": 0
},
"value": "re3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 946,
"end": 955,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 946,
"end": 950,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 954,
"end": 955,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 957,
"end": 979,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 961,
"end": 978,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 961,
"end": 964,
"ctxt": 0
},
"value": "re4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 967,
"end": 978,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NullLiteral",
"span": {
"start": 967,
"end": 971,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 975,
"end": 978,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 975,
"end": 976,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 977,
"end": 978,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 980,
"end": 1000,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 984,
"end": 999,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 984,
"end": 987,
"ctxt": 0
},
"value": "re5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 990,
"end": 999,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 990,
"end": 991,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 995,
"end": 999,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1001,
"end": 1021,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1005,
"end": 1020,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1005,
"end": 1008,
"ctxt": 0
},
"value": "re6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1011,
"end": 1020,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "Identifier",
"span": {
"start": 1011,
"end": 1012,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1016,
"end": 1020,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1022,
"end": 1042,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1026,
"end": 1041,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1026,
"end": 1029,
"ctxt": 0
},
"value": "re7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1032,
"end": 1041,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1032,
"end": 1033,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1037,
"end": 1041,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1043,
"end": 1065,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1047,
"end": 1064,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1047,
"end": 1050,
"ctxt": 0
},
"value": "re8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1053,
"end": 1064,
"ctxt": 0
},
"operator": "<<",
"left": {
"type": "MemberExpression",
"span": {
"start": 1053,
"end": 1056,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1053,
"end": 1054,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1055,
"end": 1056,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1060,
"end": 1064,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1082,
"end": 1102,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1086,
"end": 1101,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1086,
"end": 1089,
"ctxt": 0
},
"value": "rf1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1092,
"end": 1101,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1092,
"end": 1096,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1100,
"end": 1101,
"ctxt": 0
},
"value": "a",
"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": 1110,
"ctxt": 0
},
"value": "rf2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1113,
"end": 1122,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1113,
"end": 1117,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1121,
"end": 1122,
"ctxt": 0
},
"value": "b",
"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": 1131,
"ctxt": 0
},
"value": "rf3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1134,
"end": 1143,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1134,
"end": 1138,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1142,
"end": 1143,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1145,
"end": 1167,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1149,
"end": 1166,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1149,
"end": 1152,
"ctxt": 0
},
"value": "rf4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1155,
"end": 1166,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1155,
"end": 1159,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1163,
"end": 1166,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1163,
"end": 1164,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1165,
"end": 1166,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1168,
"end": 1188,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1172,
"end": 1187,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1172,
"end": 1175,
"ctxt": 0
},
"value": "rf5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1178,
"end": 1187,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1178,
"end": 1179,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1183,
"end": 1187,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1189,
"end": 1209,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1193,
"end": 1208,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1193,
"end": 1196,
"ctxt": 0
},
"value": "rf6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1199,
"end": 1208,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "Identifier",
"span": {
"start": 1199,
"end": 1200,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1204,
"end": 1208,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1210,
"end": 1230,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1214,
"end": 1229,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1214,
"end": 1217,
"ctxt": 0
},
"value": "rf7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1220,
"end": 1229,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1220,
"end": 1221,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1225,
"end": 1229,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1231,
"end": 1253,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1235,
"end": 1252,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1235,
"end": 1238,
"ctxt": 0
},
"value": "rf8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1241,
"end": 1252,
"ctxt": 0
},
"operator": ">>",
"left": {
"type": "MemberExpression",
"span": {
"start": 1241,
"end": 1244,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1241,
"end": 1242,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1243,
"end": 1244,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1248,
"end": 1252,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1271,
"end": 1292,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1275,
"end": 1291,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1275,
"end": 1278,
"ctxt": 0
},
"value": "rg1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1281,
"end": 1291,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1281,
"end": 1285,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1290,
"end": 1291,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1293,
"end": 1314,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1297,
"end": 1313,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1297,
"end": 1300,
"ctxt": 0
},
"value": "rg2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1303,
"end": 1313,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1303,
"end": 1307,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1312,
"end": 1313,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1315,
"end": 1336,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1319,
"end": 1335,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1319,
"end": 1322,
"ctxt": 0
},
"value": "rg3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1325,
"end": 1335,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1325,
"end": 1329,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1334,
"end": 1335,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1337,
"end": 1360,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1341,
"end": 1359,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1341,
"end": 1344,
"ctxt": 0
},
"value": "rg4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1347,
"end": 1359,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NullLiteral",
"span": {
"start": 1347,
"end": 1351,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1356,
"end": 1359,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1356,
"end": 1357,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1358,
"end": 1359,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1361,
"end": 1382,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1365,
"end": 1381,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1365,
"end": 1368,
"ctxt": 0
},
"value": "rg5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1371,
"end": 1381,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 1371,
"end": 1372,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1377,
"end": 1381,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1383,
"end": 1404,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1387,
"end": 1403,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1387,
"end": 1390,
"ctxt": 0
},
"value": "rg6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1393,
"end": 1403,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "Identifier",
"span": {
"start": 1393,
"end": 1394,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1399,
"end": 1403,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1405,
"end": 1426,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1409,
"end": 1425,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1409,
"end": 1412,
"ctxt": 0
},
"value": "rg7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1415,
"end": 1425,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1415,
"end": 1416,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1421,
"end": 1425,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1427,
"end": 1450,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1431,
"end": 1449,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1431,
"end": 1434,
"ctxt": 0
},
"value": "rg8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1437,
"end": 1449,
"ctxt": 0
},
"operator": ">>>",
"left": {
"type": "MemberExpression",
"span": {
"start": 1437,
"end": 1440,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1437,
"end": 1438,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1439,
"end": 1440,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1445,
"end": 1449,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1466,
"end": 1485,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1470,
"end": 1484,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1470,
"end": 1473,
"ctxt": 0
},
"value": "rh1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1476,
"end": 1484,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 1476,
"end": 1480,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1483,
"end": 1484,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1486,
"end": 1505,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1490,
"end": 1504,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1490,
"end": 1493,
"ctxt": 0
},
"value": "rh2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1496,
"end": 1504,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 1496,
"end": 1500,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1503,
"end": 1504,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1506,
"end": 1525,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1510,
"end": 1524,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1510,
"end": 1513,
"ctxt": 0
},
"value": "rh3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1516,
"end": 1524,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 1516,
"end": 1520,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1523,
"end": 1524,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1526,
"end": 1547,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1530,
"end": 1546,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1530,
"end": 1533,
"ctxt": 0
},
"value": "rh4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1536,
"end": 1546,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NullLiteral",
"span": {
"start": 1536,
"end": 1540,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1543,
"end": 1546,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1543,
"end": 1544,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1545,
"end": 1546,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1548,
"end": 1567,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1552,
"end": 1566,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1552,
"end": 1555,
"ctxt": 0
},
"value": "rh5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1558,
"end": 1566,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 1558,
"end": 1559,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1562,
"end": 1566,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1568,
"end": 1587,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1572,
"end": 1586,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1572,
"end": 1575,
"ctxt": 0
},
"value": "rh6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1578,
"end": 1586,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "Identifier",
"span": {
"start": 1578,
"end": 1579,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1582,
"end": 1586,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1588,
"end": 1607,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1592,
"end": 1606,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1592,
"end": 1595,
"ctxt": 0
},
"value": "rh7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1598,
"end": 1606,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1598,
"end": 1599,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1602,
"end": 1606,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1608,
"end": 1629,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1612,
"end": 1628,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1612,
"end": 1615,
"ctxt": 0
},
"value": "rh8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1618,
"end": 1628,
"ctxt": 0
},
"operator": "&",
"left": {
"type": "MemberExpression",
"span": {
"start": 1618,
"end": 1621,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1618,
"end": 1619,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1620,
"end": 1621,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1624,
"end": 1628,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1645,
"end": 1664,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1649,
"end": 1663,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1649,
"end": 1652,
"ctxt": 0
},
"value": "ri1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1655,
"end": 1663,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 1655,
"end": 1659,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1662,
"end": 1663,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1665,
"end": 1684,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1669,
"end": 1683,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1669,
"end": 1672,
"ctxt": 0
},
"value": "ri2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1675,
"end": 1683,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 1675,
"end": 1679,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1682,
"end": 1683,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1685,
"end": 1704,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1689,
"end": 1703,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1689,
"end": 1692,
"ctxt": 0
},
"value": "ri3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1695,
"end": 1703,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 1695,
"end": 1699,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1702,
"end": 1703,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1705,
"end": 1726,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1709,
"end": 1725,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1709,
"end": 1712,
"ctxt": 0
},
"value": "ri4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1715,
"end": 1725,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NullLiteral",
"span": {
"start": 1715,
"end": 1719,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1722,
"end": 1725,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1722,
"end": 1723,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1724,
"end": 1725,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1727,
"end": 1746,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1731,
"end": 1745,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1731,
"end": 1734,
"ctxt": 0
},
"value": "ri5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1737,
"end": 1745,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 1737,
"end": 1738,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1741,
"end": 1745,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1747,
"end": 1766,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1751,
"end": 1765,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1751,
"end": 1754,
"ctxt": 0
},
"value": "ri6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1757,
"end": 1765,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "Identifier",
"span": {
"start": 1757,
"end": 1758,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1761,
"end": 1765,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1767,
"end": 1786,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1771,
"end": 1785,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1771,
"end": 1774,
"ctxt": 0
},
"value": "ri7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1777,
"end": 1785,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1777,
"end": 1778,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1781,
"end": 1785,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1787,
"end": 1808,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1791,
"end": 1807,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1791,
"end": 1794,
"ctxt": 0
},
"value": "ri8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1797,
"end": 1807,
"ctxt": 0
},
"operator": "^",
"left": {
"type": "MemberExpression",
"span": {
"start": 1797,
"end": 1800,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1797,
"end": 1798,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1799,
"end": 1800,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1803,
"end": 1807,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1824,
"end": 1843,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1828,
"end": 1842,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1828,
"end": 1831,
"ctxt": 0
},
"value": "rj1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1834,
"end": 1842,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 1834,
"end": 1838,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1841,
"end": 1842,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1844,
"end": 1863,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1848,
"end": 1862,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1848,
"end": 1851,
"ctxt": 0
},
"value": "rj2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1854,
"end": 1862,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 1854,
"end": 1858,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1861,
"end": 1862,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1864,
"end": 1883,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1868,
"end": 1882,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1868,
"end": 1871,
"ctxt": 0
},
"value": "rj3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1874,
"end": 1882,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 1874,
"end": 1878,
"ctxt": 0
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1881,
"end": 1882,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1884,
"end": 1905,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1888,
"end": 1904,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1888,
"end": 1891,
"ctxt": 0
},
"value": "rj4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1894,
"end": 1904,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NullLiteral",
"span": {
"start": 1894,
"end": 1898,
"ctxt": 0
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1901,
"end": 1904,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1901,
"end": 1902,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1903,
"end": 1904,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1906,
"end": 1925,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1910,
"end": 1924,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1910,
"end": 1913,
"ctxt": 0
},
"value": "rj5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1916,
"end": 1924,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 1916,
"end": 1917,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1920,
"end": 1924,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1926,
"end": 1945,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1930,
"end": 1944,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1930,
"end": 1933,
"ctxt": 0
},
"value": "rj6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1936,
"end": 1944,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "Identifier",
"span": {
"start": 1936,
"end": 1937,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1940,
"end": 1944,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1946,
"end": 1965,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1950,
"end": 1964,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1950,
"end": 1953,
"ctxt": 0
},
"value": "rj7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1956,
"end": 1964,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "NumericLiteral",
"span": {
"start": 1956,
"end": 1957,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1960,
"end": 1964,
"ctxt": 0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1966,
"end": 1987,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1970,
"end": 1986,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1970,
"end": 1973,
"ctxt": 0
},
"value": "rj8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "BinaryExpression",
"span": {
"start": 1976,
"end": 1986,
"ctxt": 0
},
"operator": "|",
"left": {
"type": "MemberExpression",
"span": {
"start": 1976,
"end": 1979,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1976,
"end": 1977,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1978,
"end": 1979,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 1982,
"end": 1986,
"ctxt": 0
}
}
},
"definite": false
}
]
}
],
"interpreter": null
}