{ "type": "Script", "span": { "start": 128, "end": 852, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 134, "end": 135, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 128, "end": 203, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 170, "end": 201, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 170, "end": 176, "ctxt": 0 }, "value": "method", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 170, "end": 201, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 179, "end": 201, "ctxt": 0 }, "stmts": [ { "type": "ThrowStatement", "span": { "start": 181, "end": 199, "ctxt": 0 }, "argument": { "type": "NewExpression", "span": { "start": 187, "end": 198, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 191, "end": 196, "ctxt": 0 }, "value": "Error", "optional": false }, "arguments": [], "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": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 233, "end": 234, "ctxt": 0 }, "value": "B", "optional": false }, "declare": false, "span": { "start": 227, "end": 265, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 242, "end": 263, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 242, "end": 248, "ctxt": 0 }, "value": "method", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 242, "end": 263, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 251, "end": 263, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 253, "end": 261, "ctxt": 0 }, "argument": { "type": "NumericLiteral", "span": { "start": 260, "end": 261, "ctxt": 0 }, "value": 0.0, "raw": "0" } } ] }, "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": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 294, "end": 296, "ctxt": 0 }, "value": "B2", "optional": false }, "declare": false, "span": { "start": 288, "end": 356, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 332, "end": 354, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 332, "end": 338, "ctxt": 0 }, "value": "method", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 332, "end": 354, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 341, "end": 354, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 343, "end": 352, "ctxt": 0 }, "argument": { "type": "StringLiteral", "span": { "start": 350, "end": 352, "ctxt": 0 }, "value": "", "raw": "\"\"" } } ] }, "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": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 387, "end": 389, "ctxt": 0 }, "value": "B3", "optional": false }, "declare": false, "span": { "start": 381, "end": 394, "ctxt": 0 }, "decorators": [], "body": [], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "VariableDeclaration", "span": { "start": 397, "end": 409, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 401, "end": 408, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 401, "end": 403, "ctxt": 0 }, "value": "Ns", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 406, "end": 408, "ctxt": 0 }, "properties": [] }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 433, "end": 478, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 433, "end": 478, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 433, "end": 438, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 433, "end": 435, "ctxt": 0 }, "value": "Ns", "optional": false }, "property": { "type": "Identifier", "span": { "start": 436, "end": 438, "ctxt": 0 }, "value": "C1", "optional": false } }, "right": { "type": "ClassExpression", "identifier": null, "span": { "start": 441, "end": 478, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 453, "end": 476, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 453, "end": 459, "ctxt": 0 }, "value": "method", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 453, "end": 476, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 462, "end": 476, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 464, "end": 474, "ctxt": 0 }, "argument": { "type": "NumericLiteral", "span": { "start": 471, "end": 473, "ctxt": 0 }, "value": 11.0, "raw": "11" } } ] }, "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": "VariableDeclaration", "span": { "start": 502, "end": 548, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 506, "end": 548, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 506, "end": 508, "ctxt": 0 }, "value": "C2", "optional": false, "typeAnnotation": null }, "init": { "type": "ClassExpression", "identifier": null, "span": { "start": 511, "end": 548, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 523, "end": 546, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 523, "end": 529, "ctxt": 0 }, "value": "method", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 523, "end": 546, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 532, "end": 546, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 534, "end": 544, "ctxt": 0 }, "argument": { "type": "NumericLiteral", "span": { "start": 541, "end": 543, "ctxt": 0 }, "value": 12.0, "raw": "12" } } ] }, "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": [] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 549, "end": 641, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 553, "end": 641, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 553, "end": 554, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 557, "end": 641, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 590, "end": 592, "ctxt": 0 }, "value": "C3", "optional": false }, "value": { "type": "ClassExpression", "identifier": null, "span": { "start": 594, "end": 639, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 610, "end": 633, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 610, "end": 616, "ctxt": 0 }, "value": "method", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 610, "end": 633, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 619, "end": 633, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 621, "end": 631, "ctxt": 0 }, "argument": { "type": "NumericLiteral", "span": { "start": 628, "end": 630, "ctxt": 0 }, "value": 13.0, "raw": "13" } } ] }, "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": [] } } ] }, "definite": false } ] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 648, "end": 650, "ctxt": 0 }, "value": "CC", "optional": false }, "declare": false, "span": { "start": 642, "end": 756, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 684, "end": 754, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 684, "end": 686, "ctxt": 0 }, "value": "C4", "optional": false }, "value": { "type": "ClassExpression", "identifier": null, "span": { "start": 689, "end": 754, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 705, "end": 748, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 705, "end": 711, "ctxt": 0 }, "value": "method", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 705, "end": 748, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 714, "end": 748, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 728, "end": 738, "ctxt": 0 }, "argument": { "type": "NumericLiteral", "span": { "start": 735, "end": 737, "ctxt": 0 }, "value": 14.0, "raw": "14" } } ] }, "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": [] }, "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": 758, "end": 765, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 762, "end": 764, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 762, "end": 764, "ctxt": 0 }, "value": "C5", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 789, "end": 852, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 789, "end": 852, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 789, "end": 794, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 789, "end": 791, "ctxt": 0 }, "value": "Ns", "optional": false }, "property": { "type": "Identifier", "span": { "start": 792, "end": 794, "ctxt": 0 }, "value": "C5", "optional": false } }, "right": { "type": "BinaryExpression", "span": { "start": 797, "end": 852, "ctxt": 0 }, "operator": "||", "left": { "type": "Identifier", "span": { "start": 797, "end": 799, "ctxt": 0 }, "value": "C5", "optional": false }, "right": { "type": "ClassExpression", "identifier": null, "span": { "start": 803, "end": 852, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 815, "end": 850, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 815, "end": 821, "ctxt": 0 }, "value": "method", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 815, "end": 850, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 824, "end": 850, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 834, "end": 844, "ctxt": 0 }, "argument": { "type": "NumericLiteral", "span": { "start": 841, "end": 843, "ctxt": 0 }, "value": 15.0, "raw": "15" } } ] }, "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": [] } } } } ], "interpreter": null }