{ "type": "Script", "span": { "start": 20, "end": 2319, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 20, "end": 42, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 24, "end": 41, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 24, "end": 31, "ctxt": 0 }, "value": "varInit", "optional": false, "typeAnnotation": null }, "init": { "type": "Identifier", "span": { "start": 34, "end": 41, "ctxt": 0 }, "value": "varInit", "optional": false }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 50, "end": 65, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 54, "end": 64, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 54, "end": 59, "ctxt": 0 }, "value": "pInit", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 59, "end": 64, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 61, "end": 64, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 75, "end": 77, "ctxt": 0 }, "value": "fn", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 78, "end": 91, "ctxt": 0 }, "decorators": [], "pat": { "type": "AssignmentPattern", "span": { "start": 78, "end": 91, "ctxt": 0 }, "left": { "type": "Identifier", "span": { "start": 78, "end": 83, "ctxt": 0 }, "value": "pInit", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 86, "end": 91, "ctxt": 0 }, "value": "pInit", "optional": false }, "typeAnnotation": null } } ], "decorators": [], "span": { "start": 66, "end": 116, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 93, "end": 116, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 99, "end": 114, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 103, "end": 113, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 103, "end": 108, "ctxt": 0 }, "value": "pInit", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 108, "end": 113, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 110, "end": 113, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 123, "end": 132, "ctxt": 0 }, "value": "InitClass", "optional": false }, "declare": false, "span": { "start": 117, "end": 213, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 139, "end": 150, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 139, "end": 140, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "MemberExpression", "span": { "start": 143, "end": 149, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 143, "end": 147, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 148, "end": 149, "ctxt": 0 }, "value": "x", "optional": false } }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassMethod", "span": { "start": 155, "end": 211, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 155, "end": 157, "ctxt": 0 }, "value": "fn", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 155, "end": 211, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 160, "end": 211, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 170, "end": 185, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 174, "end": 184, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 174, "end": 175, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 178, "end": 184, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 178, "end": 182, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 183, "end": 184, "ctxt": 0 }, "value": "x", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 194, "end": 205, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 198, "end": 204, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 198, "end": 199, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 199, "end": 204, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 201, "end": 204, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 239, "end": 248, "ctxt": 0 }, "value": "fnReturn1", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 230, "end": 278, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 251, "end": 278, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 257, "end": 276, "ctxt": 0 }, "argument": { "type": "CallExpression", "span": { "start": 264, "end": 275, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 264, "end": 273, "ctxt": 0 }, "value": "fnReturn1", "optional": false }, "arguments": [], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "VariableDeclaration", "span": { "start": 279, "end": 290, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 283, "end": 289, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 283, "end": 284, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 284, "end": 289, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 286, "end": 289, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 291, "end": 311, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 295, "end": 310, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 295, "end": 296, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 299, "end": 310, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 299, "end": 308, "ctxt": 0 }, "value": "fnReturn1", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 322, "end": 331, "ctxt": 0 }, "value": "fnReturn2", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 313, "end": 359, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 334, "end": 359, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 340, "end": 357, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 347, "end": 356, "ctxt": 0 }, "value": "fnReturn2", "optional": false } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "VariableDeclaration", "span": { "start": 360, "end": 394, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 364, "end": 393, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 364, "end": 368, "ctxt": 0 }, "value": "fnr2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 368, "end": 379, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 370, "end": 379, "ctxt": 0 }, "params": [], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 373, "end": 379, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 376, "end": 379, "ctxt": 0 }, "kind": "any" } } } } }, "init": { "type": "CallExpression", "span": { "start": 382, "end": 393, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 382, "end": 391, "ctxt": 0 }, "value": "fnReturn2", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 405, "end": 424, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 409, "end": 423, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 409, "end": 412, "ctxt": 0 }, "value": "co1", "optional": false, "typeAnnotation": null }, "init": { "type": "ParenthesisExpression", "span": { "start": 415, "end": 423, "ctxt": 0 }, "expression": { "type": "SequenceExpression", "span": { "start": 416, "end": 422, "ctxt": 0 }, "expressions": [ { "type": "Identifier", "span": { "start": 416, "end": 419, "ctxt": 0 }, "value": "co1", "optional": false }, { "type": "NumericLiteral", "span": { "start": 421, "end": 422, "ctxt": 0 }, "value": 3.0 } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 425, "end": 441, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 429, "end": 440, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 429, "end": 432, "ctxt": 0 }, "value": "co1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 432, "end": 440, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 434, "end": 440, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 442, "end": 464, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 446, "end": 463, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 446, "end": 449, "ctxt": 0 }, "value": "co2", "optional": false, "typeAnnotation": null }, "init": { "type": "ParenthesisExpression", "span": { "start": 452, "end": 463, "ctxt": 0 }, "expression": { "type": "SequenceExpression", "span": { "start": 453, "end": 462, "ctxt": 0 }, "expressions": [ { "type": "NumericLiteral", "span": { "start": 453, "end": 454, "ctxt": 0 }, "value": 3.0 }, { "type": "NumericLiteral", "span": { "start": 456, "end": 457, "ctxt": 0 }, "value": 4.0 }, { "type": "Identifier", "span": { "start": 459, "end": 462, "ctxt": 0 }, "value": "co2", "optional": false } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 465, "end": 478, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 469, "end": 477, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 469, "end": 472, "ctxt": 0 }, "value": "co2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 472, "end": 477, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 474, "end": 477, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 479, "end": 510, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 483, "end": 509, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 483, "end": 486, "ctxt": 0 }, "value": "co3", "optional": false, "typeAnnotation": null }, "init": { "type": "ParenthesisExpression", "span": { "start": 489, "end": 509, "ctxt": 0 }, "expression": { "type": "SequenceExpression", "span": { "start": 490, "end": 508, "ctxt": 0 }, "expressions": [ { "type": "Identifier", "span": { "start": 490, "end": 493, "ctxt": 0 }, "value": "co1", "optional": false }, { "type": "Identifier", "span": { "start": 495, "end": 498, "ctxt": 0 }, "value": "co2", "optional": false }, { "type": "Identifier", "span": { "start": 500, "end": 503, "ctxt": 0 }, "value": "co3", "optional": false }, { "type": "Identifier", "span": { "start": 505, "end": 508, "ctxt": 0 }, "value": "co1", "optional": false } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 511, "end": 527, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 515, "end": 526, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 515, "end": 518, "ctxt": 0 }, "value": "co3", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 518, "end": 526, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 520, "end": 526, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 543, "end": 563, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 547, "end": 562, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 547, "end": 550, "ctxt": 0 }, "value": "as1", "optional": false, "typeAnnotation": null }, "init": { "type": "ParenthesisExpression", "span": { "start": 553, "end": 562, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 554, "end": 561, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 554, "end": 557, "ctxt": 0 }, "value": "as1", "optional": false, "typeAnnotation": null }, "right": { "type": "NumericLiteral", "span": { "start": 560, "end": 561, "ctxt": 0 }, "value": 2.0 } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 564, "end": 580, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 568, "end": 579, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 568, "end": 571, "ctxt": 0 }, "value": "as1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 571, "end": 579, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 573, "end": 579, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 581, "end": 607, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 585, "end": 606, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 585, "end": 588, "ctxt": 0 }, "value": "as2", "optional": false, "typeAnnotation": null }, "init": { "type": "ParenthesisExpression", "span": { "start": 591, "end": 606, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 592, "end": 605, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 592, "end": 595, "ctxt": 0 }, "value": "as2", "optional": false, "typeAnnotation": null }, "right": { "type": "AssignmentExpression", "span": { "start": 598, "end": 605, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 598, "end": 601, "ctxt": 0 }, "value": "as2", "optional": false, "typeAnnotation": null }, "right": { "type": "NumericLiteral", "span": { "start": 604, "end": 605, "ctxt": 0 }, "value": 2.0 } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 608, "end": 624, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 612, "end": 623, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 612, "end": 615, "ctxt": 0 }, "value": "as2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 615, "end": 623, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 617, "end": 623, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 641, "end": 665, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 645, "end": 664, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 645, "end": 649, "ctxt": 0 }, "value": "cnd1", "optional": false, "typeAnnotation": null }, "init": { "type": "ConditionalExpression", "span": { "start": 652, "end": 664, "ctxt": 0 }, "test": { "type": "Identifier", "span": { "start": 652, "end": 656, "ctxt": 0 }, "value": "cnd1", "optional": false }, "consequent": { "type": "NumericLiteral", "span": { "start": 659, "end": 660, "ctxt": 0 }, "value": 0.0 }, "alternate": { "type": "NumericLiteral", "span": { "start": 663, "end": 664, "ctxt": 0 }, "value": 1.0 } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 666, "end": 683, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 670, "end": 682, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 670, "end": 674, "ctxt": 0 }, "value": "cnd1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 674, "end": 682, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 676, "end": 682, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 684, "end": 722, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 688, "end": 721, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 688, "end": 692, "ctxt": 0 }, "value": "cnd2", "optional": false, "typeAnnotation": null }, "init": { "type": "ConditionalExpression", "span": { "start": 695, "end": 721, "ctxt": 0 }, "test": { "type": "Identifier", "span": { "start": 695, "end": 699, "ctxt": 0 }, "value": "cnd1", "optional": false }, "consequent": { "type": "ConditionalExpression", "span": { "start": 702, "end": 716, "ctxt": 0 }, "test": { "type": "Identifier", "span": { "start": 702, "end": 706, "ctxt": 0 }, "value": "cnd1", "optional": false }, "consequent": { "type": "StringLiteral", "span": { "start": 709, "end": 711, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } }, "alternate": { "type": "StringLiteral", "span": { "start": 714, "end": 716, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, "alternate": { "type": "StringLiteral", "span": { "start": 719, "end": 721, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 723, "end": 740, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 727, "end": 739, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 727, "end": 731, "ctxt": 0 }, "value": "cnd2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 731, "end": 739, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 733, "end": 739, "ctxt": 0 }, "kind": "string" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 748, "end": 768, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 752, "end": 767, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 752, "end": 755, "ctxt": 0 }, "value": "or1", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 758, "end": 767, "ctxt": 0 }, "operator": "||", "left": { "type": "Identifier", "span": { "start": 758, "end": 761, "ctxt": 0 }, "value": "or1", "optional": false }, "right": { "type": "StringLiteral", "span": { "start": 765, "end": 767, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 769, "end": 782, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 773, "end": 781, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 773, "end": 776, "ctxt": 0 }, "value": "or1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 776, "end": 781, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 778, "end": 781, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 783, "end": 803, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 787, "end": 802, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 787, "end": 790, "ctxt": 0 }, "value": "or2", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 793, "end": 802, "ctxt": 0 }, "operator": "||", "left": { "type": "StringLiteral", "span": { "start": 793, "end": 795, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } }, "right": { "type": "Identifier", "span": { "start": 799, "end": 802, "ctxt": 0 }, "value": "or2", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 804, "end": 817, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 808, "end": 816, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 808, "end": 811, "ctxt": 0 }, "value": "or2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 811, "end": 816, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 813, "end": 816, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 818, "end": 839, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 822, "end": 838, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 822, "end": 825, "ctxt": 0 }, "value": "or3", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 828, "end": 838, "ctxt": 0 }, "operator": "||", "left": { "type": "Identifier", "span": { "start": 828, "end": 831, "ctxt": 0 }, "value": "or3", "optional": false }, "right": { "type": "Identifier", "span": { "start": 835, "end": 838, "ctxt": 0 }, "value": "or3", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 840, "end": 853, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 844, "end": 852, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 844, "end": 847, "ctxt": 0 }, "value": "or3", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 847, "end": 852, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 849, "end": 852, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 861, "end": 883, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 865, "end": 882, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 865, "end": 869, "ctxt": 0 }, "value": "and1", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 872, "end": 882, "ctxt": 0 }, "operator": "&&", "left": { "type": "Identifier", "span": { "start": 872, "end": 876, "ctxt": 0 }, "value": "and1", "optional": false }, "right": { "type": "StringLiteral", "span": { "start": 880, "end": 882, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 884, "end": 901, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 888, "end": 900, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 888, "end": 892, "ctxt": 0 }, "value": "and1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 892, "end": 900, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 894, "end": 900, "ctxt": 0 }, "kind": "string" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 902, "end": 924, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 906, "end": 923, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 906, "end": 910, "ctxt": 0 }, "value": "and2", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 913, "end": 923, "ctxt": 0 }, "operator": "&&", "left": { "type": "StringLiteral", "span": { "start": 913, "end": 915, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } }, "right": { "type": "Identifier", "span": { "start": 919, "end": 923, "ctxt": 0 }, "value": "and2", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 925, "end": 939, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 929, "end": 938, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 929, "end": 933, "ctxt": 0 }, "value": "and2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 933, "end": 938, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 935, "end": 938, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 940, "end": 964, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 944, "end": 963, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 944, "end": 948, "ctxt": 0 }, "value": "and3", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 951, "end": 963, "ctxt": 0 }, "operator": "&&", "left": { "type": "Identifier", "span": { "start": 951, "end": 955, "ctxt": 0 }, "value": "and3", "optional": false }, "right": { "type": "Identifier", "span": { "start": 959, "end": 963, "ctxt": 0 }, "value": "and3", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 965, "end": 979, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 969, "end": 978, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 969, "end": 973, "ctxt": 0 }, "value": "and3", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 973, "end": 978, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 975, "end": 978, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1019, "end": 1025, "ctxt": 0 }, "value": "fnCall", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 1010, "end": 1052, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 1028, "end": 1052, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 1034, "end": 1050, "ctxt": 0 }, "argument": { "type": "CallExpression", "span": { "start": 1041, "end": 1049, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1041, "end": 1047, "ctxt": 0 }, "value": "fnCall", "optional": false }, "arguments": [], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "VariableDeclaration", "span": { "start": 1053, "end": 1081, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1057, "end": 1080, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1057, "end": 1069, "ctxt": 0 }, "value": "fnCallResult", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 1072, "end": 1080, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1072, "end": 1078, "ctxt": 0 }, "value": "fnCall", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1082, "end": 1104, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1086, "end": 1103, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1086, "end": 1098, "ctxt": 0 }, "value": "fnCallResult", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1098, "end": 1103, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1100, "end": 1103, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1132, "end": 1138, "ctxt": 0 }, "value": "fnArg1", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 1139, "end": 1155, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 1139, "end": 1155, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1140, "end": 1155, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeQuery", "span": { "start": 1142, "end": 1155, "ctxt": 0 }, "exprName": { "type": "Identifier", "span": { "start": 1149, "end": 1155, "ctxt": 0 }, "value": "fnArg1", "optional": false }, "typeArguments": null } } } }, { "type": "Parameter", "span": { "start": 1157, "end": 1166, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 1157, "end": 1166, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1158, "end": 1166, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1160, "end": 1166, "ctxt": 0 }, "kind": "number" } } } } ], "decorators": [], "span": { "start": 1123, "end": 1244, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 1168, "end": 1244, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 1174, "end": 1219, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1178, "end": 1218, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1178, "end": 1179, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1179, "end": 1218, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 1181, "end": 1218, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 1182, "end": 1198, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1183, "end": 1198, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeQuery", "span": { "start": 1185, "end": 1198, "ctxt": 0 }, "exprName": { "type": "Identifier", "span": { "start": 1192, "end": 1198, "ctxt": 0 }, "value": "fnArg1", "optional": false }, "typeArguments": null } } }, { "type": "Identifier", "span": { "start": 1200, "end": 1209, "ctxt": 0 }, "value": "m", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1201, "end": 1209, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1203, "end": 1209, "ctxt": 0 }, "kind": "number" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1211, "end": 1218, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1214, "end": 1218, "ctxt": 0 }, "kind": "void" } } } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 1224, "end": 1242, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 1224, "end": 1241, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1224, "end": 1230, "ctxt": 0 }, "value": "fnArg1", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 1231, "end": 1237, "ctxt": 0 }, "value": "fnArg1", "optional": false } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1239, "end": 1240, "ctxt": 0 }, "value": 0.0 } } ], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1255, "end": 1264, "ctxt": 0 }, "value": "overload1", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 1265, "end": 1289, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 1265, "end": 1289, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1266, "end": 1289, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 1268, "end": 1289, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 1269, "end": 1278, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1270, "end": 1278, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1272, "end": 1278, "ctxt": 0 }, "kind": "string" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1280, "end": 1289, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1283, "end": 1289, "ctxt": 0 }, "kind": "string" } } } } } } ], "decorators": [], "span": { "start": 1246, "end": 1299, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 1290, "end": 1298, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1292, "end": 1298, "ctxt": 0 }, "kind": "string" } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1309, "end": 1318, "ctxt": 0 }, "value": "overload1", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 1319, "end": 1343, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 1319, "end": 1343, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1320, "end": 1343, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 1322, "end": 1343, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 1323, "end": 1332, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1324, "end": 1332, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1326, "end": 1332, "ctxt": 0 }, "kind": "number" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1334, "end": 1343, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1337, "end": 1343, "ctxt": 0 }, "kind": "number" } } } } } } ], "decorators": [], "span": { "start": 1300, "end": 1353, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 1344, "end": 1352, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1346, "end": 1352, "ctxt": 0 }, "kind": "number" } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1363, "end": 1372, "ctxt": 0 }, "value": "overload1", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 1373, "end": 1391, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 1373, "end": 1391, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1374, "end": 1391, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 1376, "end": 1391, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 1377, "end": 1383, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1378, "end": 1383, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1380, "end": 1383, "ctxt": 0 }, "kind": "any" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1385, "end": 1391, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1388, "end": 1391, "ctxt": 0 }, "kind": "any" } } } } } } ], "decorators": [], "span": { "start": 1354, "end": 1398, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 1392, "end": 1397, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1394, "end": 1397, "ctxt": 0 }, "kind": "any" } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1408, "end": 1417, "ctxt": 0 }, "value": "overload1", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 1399, "end": 1441, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 1420, "end": 1441, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 1422, "end": 1439, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 1429, "end": 1438, "ctxt": 0 }, "value": "undefined", "optional": false } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "EmptyStatement", "span": { "start": 1441, "end": 1442, "ctxt": 0 } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1453, "end": 1459, "ctxt": 0 }, "value": "fnArg2", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 1444, "end": 1495, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 1462, "end": 1495, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 1468, "end": 1493, "ctxt": 0 }, "argument": { "type": "CallExpression", "span": { "start": 1475, "end": 1492, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1475, "end": 1484, "ctxt": 0 }, "value": "overload1", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 1485, "end": 1491, "ctxt": 0 }, "value": "fnArg2", "optional": false } } ], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "VariableDeclaration", "span": { "start": 1496, "end": 1513, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1500, "end": 1512, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1500, "end": 1501, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 1504, "end": 1512, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1504, "end": 1510, "ctxt": 0 }, "value": "fnArg2", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1576, "end": 1577, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 1570, "end": 1768, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 1584, "end": 1632, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 1584, "end": 1587, "ctxt": 0 }, "value": "fn1", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 1584, "end": 1632, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 1590, "end": 1632, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 1600, "end": 1626, "ctxt": 0 }, "argument": { "type": "NewExpression", "span": { "start": 1607, "end": 1625, "ctxt": 0 }, "callee": { "type": "ParenthesisExpression", "span": { "start": 1611, "end": 1623, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 1612, "end": 1622, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1612, "end": 1620, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 1612, "end": 1616, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 1617, "end": 1620, "ctxt": 0 }, "value": "fn1", "optional": false } }, "arguments": [], "typeArguments": null } }, "arguments": [], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 1637, "end": 1683, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 1637, "end": 1640, "ctxt": 0 }, "value": "fn2", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 1637, "end": 1683, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 1643, "end": 1683, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 1653, "end": 1677, "ctxt": 0 }, "argument": { "type": "NewExpression", "span": { "start": 1660, "end": 1676, "ctxt": 0 }, "callee": { "type": "ParenthesisExpression", "span": { "start": 1664, "end": 1676, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 1665, "end": 1675, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1665, "end": 1673, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 1665, "end": 1669, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 1670, "end": 1673, "ctxt": 0 }, "value": "fn2", "optional": false } }, "arguments": [], "typeArguments": null } }, "arguments": null, "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 1688, "end": 1766, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 1688, "end": 1691, "ctxt": 0 }, "value": "fn3", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 1688, "end": 1766, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 1694, "end": 1766, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 1704, "end": 1728, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1708, "end": 1727, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1708, "end": 1709, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1709, "end": 1727, "ctxt": 0 }, "typeAnnotation": { "type": "TsConstructorType", "span": { "start": 1711, "end": 1727, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 1715, "end": 1716, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1718, "end": 1727, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1721, "end": 1727, "ctxt": 0 }, "kind": "number" } }, "isAbstract": false } } }, "init": null, "definite": false } ] }, { "type": "ReturnStatement", "span": { "start": 1737, "end": 1760, "ctxt": 0 }, "argument": { "type": "NewExpression", "span": { "start": 1744, "end": 1759, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1748, "end": 1749, "ctxt": 0 }, "value": "a", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "MemberExpression", "span": { "start": 1750, "end": 1758, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 1750, "end": 1754, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 1755, "end": 1758, "ctxt": 0 }, "value": "fn3", "optional": false } } } ], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 1779, "end": 1782, "ctxt": 0 }, "value": "fn5", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 1770, "end": 1841, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 1785, "end": 1841, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 1791, "end": 1816, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1795, "end": 1815, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1795, "end": 1796, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1796, "end": 1815, "ctxt": 0 }, "typeAnnotation": { "type": "TsConstructorType", "span": { "start": 1798, "end": 1815, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 1803, "end": 1804, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1806, "end": 1815, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1809, "end": 1815, "ctxt": 0 }, "kind": "number" } }, "isAbstract": false } } }, "init": null, "definite": false } ] }, { "type": "ReturnStatement", "span": { "start": 1821, "end": 1839, "ctxt": 0 }, "argument": { "type": "NewExpression", "span": { "start": 1828, "end": 1838, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1832, "end": 1833, "ctxt": 0 }, "value": "a", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 1834, "end": 1837, "ctxt": 0 }, "value": "fn5", "optional": false } } ], "typeArguments": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "VariableDeclaration", "span": { "start": 1842, "end": 1859, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1846, "end": 1858, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1846, "end": 1850, "ctxt": 0 }, "value": "fn5r", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 1853, "end": 1858, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1853, "end": 1856, "ctxt": 0 }, "value": "fn5", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1922, "end": 1959, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1926, "end": 1958, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1926, "end": 1934, "ctxt": 0 }, "value": "propAcc1", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 1937, "end": 1958, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 1943, "end": 1944, "ctxt": 0 }, "value": "m", "optional": false }, "value": { "type": "MemberExpression", "span": { "start": 1946, "end": 1956, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1946, "end": 1954, "ctxt": 0 }, "value": "propAcc1", "optional": false }, "property": { "type": "Identifier", "span": { "start": 1955, "end": 1956, "ctxt": 0 }, "value": "m", "optional": false } } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1960, "end": 1985, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1964, "end": 1985, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1964, "end": 1972, "ctxt": 0 }, "value": "propAcc1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1972, "end": 1985, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 1974, "end": 1985, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 1976, "end": 1983, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 1976, "end": 1977, "ctxt": 0 }, "value": "m", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1977, "end": 1982, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1979, "end": 1982, "ctxt": 0 }, "kind": "any" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "TsModuleDeclaration", "span": { "start": 2023, "end": 2092, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 2030, "end": 2032, "ctxt": 0 }, "value": "M2", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 2033, "end": 2092, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 2039, "end": 2059, "ctxt": 0 }, "declaration": { "type": "VariableDeclaration", "span": { "start": 2046, "end": 2059, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 2050, "end": 2058, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 2050, "end": 2051, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 2054, "end": 2058, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 2054, "end": 2056, "ctxt": 0 }, "value": "M2", "optional": false }, "property": { "type": "Identifier", "span": { "start": 2057, "end": 2058, "ctxt": 0 }, "value": "x", "optional": false } }, "definite": false } ] } }, { "type": "VariableDeclaration", "span": { "start": 2064, "end": 2074, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 2068, "end": 2073, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 2068, "end": 2069, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "init": { "type": "Identifier", "span": { "start": 2072, "end": 2073, "ctxt": 0 }, "value": "x", "optional": false }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 2079, "end": 2090, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 2083, "end": 2089, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 2083, "end": 2084, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 2084, "end": 2089, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 2086, "end": 2089, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] } ] } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 2142, "end": 2144, "ctxt": 0 }, "value": "C2", "optional": false }, "declare": false, "span": { "start": 2136, "end": 2174, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 2151, "end": 2162, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 2151, "end": 2152, "ctxt": 0 }, "value": "n", "optional": false }, "value": { "type": "MemberExpression", "span": { "start": 2155, "end": 2161, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 2155, "end": 2159, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 2160, "end": 2161, "ctxt": 0 }, "value": "n", "optional": false } }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "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": 2175, "end": 2199, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 2179, "end": 2198, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 2179, "end": 2185, "ctxt": 0 }, "value": "c2inst", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 2188, "end": 2198, "ctxt": 0 }, "object": { "type": "NewExpression", "span": { "start": 2188, "end": 2196, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 2192, "end": 2194, "ctxt": 0 }, "value": "C2", "optional": false }, "arguments": [], "typeArguments": null }, "property": { "type": "Identifier", "span": { "start": 2197, "end": 2198, "ctxt": 0 }, "value": "n", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 2200, "end": 2216, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 2204, "end": 2215, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 2204, "end": 2210, "ctxt": 0 }, "value": "c2inst", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 2210, "end": 2215, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 2212, "end": 2215, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 2264, "end": 2266, "ctxt": 0 }, "value": "C3", "optional": false }, "declare": false, "span": { "start": 2258, "end": 2291, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 2273, "end": 2289, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 2280, "end": 2281, "ctxt": 0 }, "value": "q", "optional": false }, "value": { "type": "MemberExpression", "span": { "start": 2284, "end": 2288, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 2284, "end": 2286, "ctxt": 0 }, "value": "C3", "optional": false }, "property": { "type": "Identifier", "span": { "start": 2287, "end": 2288, "ctxt": 0 }, "value": "q", "optional": false } }, "typeAnnotation": null, "isStatic": true, "decorators": [], "accessibility": null, "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": 2292, "end": 2306, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 2296, "end": 2305, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 2296, "end": 2298, "ctxt": 0 }, "value": "qq", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 2301, "end": 2305, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 2301, "end": 2303, "ctxt": 0 }, "value": "C3", "optional": false }, "property": { "type": "Identifier", "span": { "start": 2304, "end": 2305, "ctxt": 0 }, "value": "q", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 2307, "end": 2319, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 2311, "end": 2318, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 2311, "end": 2313, "ctxt": 0 }, "value": "qq", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 2313, "end": 2318, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 2315, "end": 2318, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] } ], "interpreter": null }