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

3642 lines
97 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 23,
"end": 1687,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 37,
"end": 39,
"ctxt": 0
},
"value": "C1",
"optional": false
},
"declare": true,
"span": {
"start": 23,
"end": 169,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 46,
"end": 63,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 53,
"end": 54,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 54,
"end": 62,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 56,
"end": 62,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 68,
"end": 88,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 78,
"end": 79,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 79,
"end": 87,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 81,
"end": 87,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "protected",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 93,
"end": 111,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 101,
"end": 102,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 102,
"end": 110,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 104,
"end": 110,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 116,
"end": 139,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 116,
"end": 127,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 128,
"end": 137,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 128,
"end": 137,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 129,
"end": 137,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 131,
"end": 137,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"body": null,
"accessibility": null,
"isOptional": false
},
{
"type": "Constructor",
"span": {
"start": 144,
"end": 167,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 144,
"end": 155,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 156,
"end": 165,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 156,
"end": 165,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 157,
"end": 165,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 159,
"end": 165,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"body": null,
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 185,
"end": 187,
"ctxt": 0
},
"value": "M1",
"optional": false
},
"declare": true,
"span": {
"start": 171,
"end": 261,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 194,
"end": 222,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 194,
"end": 205,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 206,
"end": 220,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 206,
"end": 220,
"ctxt": 0
},
"rest": {
"start": 206,
"end": 209,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 209,
"end": 213,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 213,
"end": 220,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 215,
"end": 220,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 215,
"end": 218,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": null,
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 227,
"end": 237,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 227,
"end": 228,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 228,
"end": 236,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 230,
"end": 236,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 242,
"end": 259,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 249,
"end": 250,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 250,
"end": 258,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 252,
"end": 258,
"ctxt": 0
},
"kind": "number"
}
},
"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": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 277,
"end": 279,
"ctxt": 0
},
"value": "M2",
"optional": false
},
"declare": true,
"span": {
"start": 263,
"end": 357,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 286,
"end": 314,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 286,
"end": 297,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 298,
"end": 312,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 298,
"end": 312,
"ctxt": 0
},
"rest": {
"start": 298,
"end": 301,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 301,
"end": 305,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 305,
"end": 312,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 307,
"end": 312,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 307,
"end": 310,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": null,
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 319,
"end": 331,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 319,
"end": 320,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 319,
"end": 331,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 322,
"end": 330,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 324,
"end": 330,
"ctxt": 0
},
"kind": "number"
}
}
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 336,
"end": 355,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 343,
"end": 344,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 336,
"end": 355,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 346,
"end": 354,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 348,
"end": 354,
"ctxt": 0
},
"kind": "number"
}
}
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 359,
"end": 403,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 373,
"end": 402,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 373,
"end": 379,
"ctxt": 0
},
"value": "Mixed1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 379,
"end": 402,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 381,
"end": 402,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 381,
"end": 390,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 388,
"end": 390,
"ctxt": 0
},
"value": "M1",
"optional": false
}
},
{
"type": "TsTypeQuery",
"span": {
"start": 393,
"end": 402,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 400,
"end": 402,
"ctxt": 0
},
"value": "C1",
"optional": false
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 404,
"end": 448,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 418,
"end": 447,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 418,
"end": 424,
"ctxt": 0
},
"value": "Mixed2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 424,
"end": 447,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 426,
"end": 447,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 426,
"end": 435,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 433,
"end": 435,
"ctxt": 0
},
"value": "C1",
"optional": false
}
},
{
"type": "TsTypeQuery",
"span": {
"start": 438,
"end": 447,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 445,
"end": 447,
"ctxt": 0
},
"value": "M1",
"optional": false
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 449,
"end": 505,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 463,
"end": 504,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 463,
"end": 469,
"ctxt": 0
},
"value": "Mixed3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 469,
"end": 504,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 471,
"end": 504,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 471,
"end": 480,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 478,
"end": 480,
"ctxt": 0
},
"value": "M2",
"optional": false
}
},
{
"type": "TsTypeQuery",
"span": {
"start": 483,
"end": 492,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 490,
"end": 492,
"ctxt": 0
},
"value": "M1",
"optional": false
}
},
{
"type": "TsTypeQuery",
"span": {
"start": 495,
"end": 504,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 502,
"end": 504,
"ctxt": 0
},
"value": "C1",
"optional": false
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 506,
"end": 562,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 520,
"end": 561,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 520,
"end": 526,
"ctxt": 0
},
"value": "Mixed4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 526,
"end": 561,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 528,
"end": 561,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 528,
"end": 537,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 535,
"end": 537,
"ctxt": 0
},
"value": "C1",
"optional": false
}
},
{
"type": "TsTypeQuery",
"span": {
"start": 540,
"end": 549,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 547,
"end": 549,
"ctxt": 0
},
"value": "M1",
"optional": false
}
},
{
"type": "TsTypeQuery",
"span": {
"start": 552,
"end": 561,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 559,
"end": 561,
"ctxt": 0
},
"value": "M2",
"optional": false
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 563,
"end": 607,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 577,
"end": 606,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 577,
"end": 583,
"ctxt": 0
},
"value": "Mixed5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 583,
"end": 606,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 585,
"end": 606,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 585,
"end": 594,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 592,
"end": 594,
"ctxt": 0
},
"value": "M1",
"optional": false
}
},
{
"type": "TsTypeQuery",
"span": {
"start": 597,
"end": 606,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 604,
"end": 606,
"ctxt": 0
},
"value": "M2",
"optional": false
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 618,
"end": 620,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 609,
"end": 905,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 623,
"end": 905,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 629,
"end": 658,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 633,
"end": 657,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 633,
"end": 635,
"ctxt": 0
},
"value": "x1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 638,
"end": 657,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 642,
"end": 648,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 649,
"end": 656,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 663,
"end": 687,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 667,
"end": 686,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 667,
"end": 669,
"ctxt": 0
},
"value": "x2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 672,
"end": 686,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 676,
"end": 682,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 683,
"end": 685,
"ctxt": 0
},
"value": 42.0
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 692,
"end": 721,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 696,
"end": 720,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 696,
"end": 698,
"ctxt": 0
},
"value": "x3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 701,
"end": 720,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 705,
"end": 711,
"ctxt": 0
},
"value": "Mixed2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 712,
"end": 719,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 726,
"end": 750,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 730,
"end": 749,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 730,
"end": 732,
"ctxt": 0
},
"value": "x4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 735,
"end": 749,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 739,
"end": 745,
"ctxt": 0
},
"value": "Mixed2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 746,
"end": 748,
"ctxt": 0
},
"value": 42.0
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 755,
"end": 784,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 759,
"end": 783,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 759,
"end": 761,
"ctxt": 0
},
"value": "x5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 764,
"end": 783,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 768,
"end": 774,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 775,
"end": 782,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 789,
"end": 813,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 793,
"end": 812,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 793,
"end": 795,
"ctxt": 0
},
"value": "x6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 798,
"end": 812,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 802,
"end": 808,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 809,
"end": 811,
"ctxt": 0
},
"value": 42.0
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 818,
"end": 847,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 822,
"end": 846,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 822,
"end": 824,
"ctxt": 0
},
"value": "x7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 827,
"end": 846,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 831,
"end": 837,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 838,
"end": 845,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 852,
"end": 876,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 856,
"end": 875,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 856,
"end": 858,
"ctxt": 0
},
"value": "x8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 861,
"end": 875,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 865,
"end": 871,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 872,
"end": 874,
"ctxt": 0
},
"value": 42.0
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 881,
"end": 903,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 885,
"end": 902,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 885,
"end": 887,
"ctxt": 0
},
"value": "x9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 890,
"end": 902,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 894,
"end": 900,
"ctxt": 0
},
"value": "Mixed5",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 916,
"end": 918,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 907,
"end": 989,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 921,
"end": 989,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 927,
"end": 955,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 931,
"end": 954,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 931,
"end": 932,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 935,
"end": 954,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 939,
"end": 945,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 946,
"end": 953,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 960,
"end": 964,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 960,
"end": 963,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 960,
"end": 961,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 962,
"end": 963,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 969,
"end": 973,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 969,
"end": 972,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 969,
"end": 970,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 971,
"end": 972,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 978,
"end": 987,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 978,
"end": 986,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 978,
"end": 984,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 985,
"end": 986,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1000,
"end": 1002,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 991,
"end": 1073,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1005,
"end": 1073,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1011,
"end": 1039,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1015,
"end": 1038,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1015,
"end": 1016,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1019,
"end": 1038,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1023,
"end": 1029,
"ctxt": 0
},
"value": "Mixed2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1030,
"end": 1037,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1044,
"end": 1048,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1044,
"end": 1047,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1044,
"end": 1045,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1046,
"end": 1047,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1053,
"end": 1057,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1053,
"end": 1056,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1053,
"end": 1054,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1055,
"end": 1056,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1062,
"end": 1071,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1062,
"end": 1070,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1062,
"end": 1068,
"ctxt": 0
},
"value": "Mixed2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1069,
"end": 1070,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1084,
"end": 1086,
"ctxt": 0
},
"value": "f4",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1075,
"end": 1184,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1089,
"end": 1184,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1095,
"end": 1123,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1099,
"end": 1122,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1099,
"end": 1100,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1103,
"end": 1122,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1107,
"end": 1113,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1114,
"end": 1121,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1128,
"end": 1132,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1128,
"end": 1131,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1128,
"end": 1129,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1130,
"end": 1131,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1137,
"end": 1141,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1137,
"end": 1140,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1137,
"end": 1138,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1139,
"end": 1140,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1146,
"end": 1152,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1146,
"end": 1151,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1146,
"end": 1149,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1146,
"end": 1147,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1148,
"end": 1149,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1157,
"end": 1166,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1157,
"end": 1165,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1157,
"end": 1163,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1164,
"end": 1165,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1171,
"end": 1182,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1171,
"end": 1181,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1171,
"end": 1179,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1171,
"end": 1177,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1178,
"end": 1179,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1195,
"end": 1197,
"ctxt": 0
},
"value": "f5",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1186,
"end": 1295,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1200,
"end": 1295,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1206,
"end": 1234,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1210,
"end": 1233,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1210,
"end": 1211,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1214,
"end": 1233,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1218,
"end": 1224,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1225,
"end": 1232,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1239,
"end": 1243,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1239,
"end": 1242,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1239,
"end": 1240,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1241,
"end": 1242,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1248,
"end": 1252,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1248,
"end": 1251,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1248,
"end": 1249,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1250,
"end": 1251,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1257,
"end": 1263,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1257,
"end": 1262,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1257,
"end": 1260,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1257,
"end": 1258,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1259,
"end": 1260,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1268,
"end": 1277,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1268,
"end": 1276,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1268,
"end": 1274,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1275,
"end": 1276,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1282,
"end": 1293,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1282,
"end": 1292,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1282,
"end": 1290,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1282,
"end": 1288,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1289,
"end": 1290,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1306,
"end": 1308,
"ctxt": 0
},
"value": "f6",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1297,
"end": 1390,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1311,
"end": 1390,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1317,
"end": 1338,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1321,
"end": 1337,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1321,
"end": 1322,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1325,
"end": 1337,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1329,
"end": 1335,
"ctxt": 0
},
"value": "Mixed5",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1343,
"end": 1347,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1343,
"end": 1346,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1343,
"end": 1344,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1345,
"end": 1346,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1352,
"end": 1358,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1352,
"end": 1357,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1352,
"end": 1355,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1352,
"end": 1353,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1354,
"end": 1355,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1363,
"end": 1372,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1363,
"end": 1371,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1363,
"end": 1369,
"ctxt": 0
},
"value": "Mixed5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1370,
"end": 1371,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1377,
"end": 1388,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1377,
"end": 1387,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1377,
"end": 1385,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1377,
"end": 1383,
"ctxt": 0
},
"value": "Mixed5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1384,
"end": 1385,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1398,
"end": 1400,
"ctxt": 0
},
"value": "C2",
"optional": false
},
"declare": false,
"span": {
"start": 1392,
"end": 1517,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 1422,
"end": 1515,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1422,
"end": 1433,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 1436,
"end": 1515,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1446,
"end": 1461,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1446,
"end": 1460,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1446,
"end": 1451,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1452,
"end": 1459,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1470,
"end": 1477,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1470,
"end": 1476,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1470,
"end": 1474,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1475,
"end": 1476,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1486,
"end": 1493,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1486,
"end": 1492,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1486,
"end": 1490,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1491,
"end": 1492,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1502,
"end": 1509,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1502,
"end": 1508,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1502,
"end": 1506,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1507,
"end": 1508,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 1409,
"end": 1415,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1525,
"end": 1527,
"ctxt": 0
},
"value": "C3",
"optional": false
},
"declare": false,
"span": {
"start": 1519,
"end": 1687,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 1549,
"end": 1655,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1549,
"end": 1560,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 1563,
"end": 1655,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1573,
"end": 1583,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1573,
"end": 1582,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1573,
"end": 1578,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1579,
"end": 1581,
"ctxt": 0
},
"value": 42.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1592,
"end": 1599,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1592,
"end": 1598,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1592,
"end": 1596,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1597,
"end": 1598,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1608,
"end": 1615,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1608,
"end": 1614,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1608,
"end": 1612,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1613,
"end": 1614,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1624,
"end": 1631,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1624,
"end": 1630,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1624,
"end": 1628,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1629,
"end": 1630,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1640,
"end": 1649,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1640,
"end": 1648,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1640,
"end": 1646,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1640,
"end": 1644,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1645,
"end": 1646,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 1660,
"end": 1685,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1660,
"end": 1661,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1660,
"end": 1685,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1664,
"end": 1685,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 1666,
"end": 1683,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 1673,
"end": 1682,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 1673,
"end": 1680,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1673,
"end": 1678,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1679,
"end": 1680,
"ctxt": 0
},
"value": "f",
"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": {
"type": "Identifier",
"span": {
"start": 1536,
"end": 1542,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}