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

1839 lines
57 KiB
JSON

{
"type": "Script",
"span": {
"start": 9,
"end": 1764,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 18,
"end": 24,
"ctxt": 0
},
"value": "define",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 25,
"end": 36,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 25,
"end": 36,
"ctxt": 0
},
"value": "constructor",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 38,
"end": 53,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 38,
"end": 53,
"ctxt": 0
},
"value": "instanceMembers",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 55,
"end": 68,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 55,
"end": 68,
"ctxt": 0
},
"value": "staticMembers",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 9,
"end": 490,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 70,
"end": 490,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 84,
"end": 129,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 84,
"end": 128,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 84,
"end": 95,
"ctxt": 0
},
"value": "constructor",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 98,
"end": 128,
"ctxt": 0
},
"operator": "||",
"left": {
"type": "Identifier",
"span": {
"start": 98,
"end": 109,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"right": {
"type": "FunctionExpression",
"identifier": null,
"params": [],
"decorators": [],
"span": {
"start": 113,
"end": 128,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 125,
"end": 128,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 142,
"end": 208,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 142,
"end": 207,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 142,
"end": 194,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 142,
"end": 167,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 142,
"end": 157,
"ctxt": 0
},
"value": "PluginUtilities",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 158,
"end": 167,
"ctxt": 0
},
"value": "Utilities",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 168,
"end": 194,
"ctxt": 0
},
"value": "markSupportedForProcessing",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 195,
"end": 206,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "IfStatement",
"span": {
"start": 221,
"end": 335,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 225,
"end": 240,
"ctxt": 0
},
"value": "instanceMembers",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 242,
"end": 335,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 260,
"end": 321,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 260,
"end": 320,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 260,
"end": 280,
"ctxt": 0
},
"value": "initializeProperties",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 281,
"end": 302,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 281,
"end": 292,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 293,
"end": 302,
"ctxt": 0
},
"value": "prototype",
"optional": false
}
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 304,
"end": 319,
"ctxt": 0
},
"value": "instanceMembers",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 348,
"end": 448,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 352,
"end": 365,
"ctxt": 0
},
"value": "staticMembers",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 367,
"end": 448,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 385,
"end": 434,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 385,
"end": 433,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 385,
"end": 405,
"ctxt": 0
},
"value": "initializeProperties",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 406,
"end": 417,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 419,
"end": 432,
"ctxt": 0
},
"value": "staticMembers",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "ReturnStatement",
"span": {
"start": 461,
"end": 480,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 468,
"end": 479,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 509,
"end": 515,
"ctxt": 0
},
"value": "derive",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 516,
"end": 525,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 516,
"end": 525,
"ctxt": 0
},
"value": "baseClass",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 527,
"end": 538,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 527,
"end": 538,
"ctxt": 0
},
"value": "constructor",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 540,
"end": 555,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 540,
"end": 555,
"ctxt": 0
},
"value": "instanceMembers",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 557,
"end": 570,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 557,
"end": 570,
"ctxt": 0
},
"value": "staticMembers",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 500,
"end": 1450,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 572,
"end": 1450,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 586,
"end": 1440,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 590,
"end": 599,
"ctxt": 0
},
"value": "baseClass",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 601,
"end": 1343,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 619,
"end": 664,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 619,
"end": 663,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 619,
"end": 630,
"ctxt": 0
},
"value": "constructor",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 633,
"end": 663,
"ctxt": 0
},
"operator": "||",
"left": {
"type": "Identifier",
"span": {
"start": 633,
"end": 644,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"right": {
"type": "FunctionExpression",
"identifier": null,
"params": [],
"decorators": [],
"span": {
"start": 648,
"end": 663,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 660,
"end": 663,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 681,
"end": 721,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 685,
"end": 720,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 685,
"end": 698,
"ctxt": 0
},
"value": "basePrototype",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 701,
"end": 720,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 701,
"end": 710,
"ctxt": 0
},
"value": "baseClass",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 711,
"end": 720,
"ctxt": 0
},
"value": "prototype",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 738,
"end": 791,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 738,
"end": 790,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 738,
"end": 759,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 738,
"end": 749,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 750,
"end": 759,
"ctxt": 0
},
"value": "prototype",
"optional": false
}
},
"right": {
"type": "CallExpression",
"span": {
"start": 762,
"end": 790,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 762,
"end": 775,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 762,
"end": 768,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 769,
"end": 775,
"ctxt": 0
},
"value": "create",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 776,
"end": 789,
"ctxt": 0
},
"value": "basePrototype",
"optional": false
}
}
],
"typeArguments": null
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 808,
"end": 874,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 808,
"end": 873,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 808,
"end": 860,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 808,
"end": 833,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 808,
"end": 823,
"ctxt": 0
},
"value": "PluginUtilities",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 824,
"end": 833,
"ctxt": 0
},
"value": "Utilities",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 834,
"end": 860,
"ctxt": 0
},
"value": "markSupportedForProcessing",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 861,
"end": 872,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 891,
"end": 1029,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 891,
"end": 1028,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 891,
"end": 912,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 891,
"end": 897,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 898,
"end": 912,
"ctxt": 0
},
"value": "defineProperty",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 913,
"end": 934,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 913,
"end": 924,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 925,
"end": 934,
"ctxt": 0
},
"value": "prototype",
"optional": false
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 936,
"end": 949,
"ctxt": 0
},
"value": "constructor",
"raw": "\"constructor\""
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 951,
"end": 1027,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 953,
"end": 958,
"ctxt": 0
},
"value": "value",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 960,
"end": 971,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 973,
"end": 981,
"ctxt": 0
},
"value": "writable",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 983,
"end": 987,
"ctxt": 0
},
"value": true
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 989,
"end": 1001,
"ctxt": 0
},
"value": "configurable",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 1003,
"end": 1007,
"ctxt": 0
},
"value": true
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1009,
"end": 1019,
"ctxt": 0
},
"value": "enumerable",
"optional": false
},
"value": {
"type": "BooleanLiteral",
"span": {
"start": 1021,
"end": 1025,
"ctxt": 0
},
"value": true
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "IfStatement",
"span": {
"start": 1046,
"end": 1168,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 1050,
"end": 1065,
"ctxt": 0
},
"value": "instanceMembers",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1067,
"end": 1168,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1089,
"end": 1150,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1089,
"end": 1149,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1089,
"end": 1109,
"ctxt": 0
},
"value": "initializeProperties",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 1110,
"end": 1131,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1110,
"end": 1121,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1122,
"end": 1131,
"ctxt": 0
},
"value": "prototype",
"optional": false
}
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1133,
"end": 1148,
"ctxt": 0
},
"value": "instanceMembers",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1185,
"end": 1293,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 1189,
"end": 1202,
"ctxt": 0
},
"value": "staticMembers",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1204,
"end": 1293,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1226,
"end": 1275,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1226,
"end": 1274,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1226,
"end": 1246,
"ctxt": 0
},
"value": "initializeProperties",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1247,
"end": 1258,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1260,
"end": 1273,
"ctxt": 0
},
"value": "staticMembers",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "ReturnStatement",
"span": {
"start": 1310,
"end": 1329,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1317,
"end": 1328,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 1349,
"end": 1440,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 1367,
"end": 1426,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 1374,
"end": 1425,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1374,
"end": 1380,
"ctxt": 0
},
"value": "define",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1381,
"end": 1392,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1394,
"end": 1409,
"ctxt": 0
},
"value": "instanceMembers",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1411,
"end": 1424,
"ctxt": 0
},
"value": "staticMembers",
"optional": false
}
}
],
"typeArguments": null
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1469,
"end": 1472,
"ctxt": 0
},
"value": "mix",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1473,
"end": 1484,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1473,
"end": 1484,
"ctxt": 0
},
"value": "constructor",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 1460,
"end": 1764,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1486,
"end": 1764,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1500,
"end": 1545,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1500,
"end": 1544,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1500,
"end": 1511,
"ctxt": 0
},
"value": "constructor",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BinaryExpression",
"span": {
"start": 1514,
"end": 1544,
"ctxt": 0
},
"operator": "||",
"left": {
"type": "Identifier",
"span": {
"start": 1514,
"end": 1525,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"right": {
"type": "FunctionExpression",
"identifier": null,
"params": [],
"decorators": [],
"span": {
"start": 1529,
"end": 1544,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1541,
"end": 1544,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1558,
"end": 1569,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1562,
"end": 1563,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1562,
"end": 1563,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
},
{
"type": "VariableDeclarator",
"span": {
"start": 1565,
"end": 1568,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1565,
"end": 1568,
"ctxt": 0
},
"value": "len",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "ForStatement",
"span": {
"start": 1582,
"end": 1722,
"ctxt": 0
},
"init": {
"type": "SequenceExpression",
"span": {
"start": 1587,
"end": 1616,
"ctxt": 0
},
"expressions": [
{
"type": "AssignmentExpression",
"span": {
"start": 1587,
"end": 1592,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1587,
"end": 1588,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1591,
"end": 1592,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "AssignmentExpression",
"span": {
"start": 1594,
"end": 1616,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 1594,
"end": 1597,
"ctxt": 0
},
"value": "len",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1600,
"end": 1616,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1600,
"end": 1609,
"ctxt": 0
},
"value": "arguments",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1610,
"end": 1616,
"ctxt": 0
},
"value": "length",
"optional": false
}
}
}
]
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1618,
"end": 1625,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 1618,
"end": 1619,
"ctxt": 0
},
"value": "i",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1622,
"end": 1625,
"ctxt": 0
},
"value": "len",
"optional": false
}
},
"update": {
"type": "UpdateExpression",
"span": {
"start": 1627,
"end": 1630,
"ctxt": 0
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"span": {
"start": 1627,
"end": 1628,
"ctxt": 0
},
"value": "i",
"optional": false
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1632,
"end": 1722,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1650,
"end": 1708,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1650,
"end": 1707,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1650,
"end": 1670,
"ctxt": 0
},
"value": "initializeProperties",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 1671,
"end": 1692,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1671,
"end": 1682,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1683,
"end": 1692,
"ctxt": 0
},
"value": "prototype",
"optional": false
}
}
},
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 1694,
"end": 1706,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1694,
"end": 1703,
"ctxt": 0
},
"value": "arguments",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1703,
"end": 1706,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1704,
"end": 1705,
"ctxt": 0
},
"value": "i",
"optional": false
}
}
}
}
],
"typeArguments": null
}
}
]
}
},
{
"type": "ReturnStatement",
"span": {
"start": 1735,
"end": 1754,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1742,
"end": 1753,
"ctxt": 0
},
"value": "constructor",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}