2021-01-15 13:30:44 +03:00
|
|
|
{
|
|
|
|
"type": "Script",
|
|
|
|
"span": {
|
|
|
|
"start": 17,
|
|
|
|
"end": 176,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"type": "FunctionDeclaration",
|
|
|
|
"identifier": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 26,
|
|
|
|
"end": 27,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "f",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"declare": false,
|
|
|
|
"params": [],
|
|
|
|
"decorators": [],
|
|
|
|
"span": {
|
|
|
|
"start": 17,
|
|
|
|
"end": 176,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"body": {
|
|
|
|
"type": "BlockStatement",
|
|
|
|
"span": {
|
|
|
|
"start": 30,
|
|
|
|
"end": 176,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"stmts": [
|
|
|
|
{
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"span": {
|
|
|
|
"start": 36,
|
|
|
|
"end": 79,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"kind": "var",
|
|
|
|
"declare": false,
|
|
|
|
"declarations": [
|
|
|
|
{
|
|
|
|
"type": "VariableDeclarator",
|
|
|
|
"span": {
|
|
|
|
"start": 40,
|
|
|
|
"end": 78,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"type": "ObjectPattern",
|
|
|
|
"span": {
|
|
|
|
"start": 40,
|
|
|
|
"end": 53,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"properties": [
|
|
|
|
{
|
|
|
|
"type": "AssignmentPatternProperty",
|
|
|
|
"span": {
|
|
|
|
"start": 42,
|
|
|
|
"end": 51,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"key": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 42,
|
|
|
|
"end": 51,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "arguments",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"value": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"optional": false,
|
|
|
|
"typeAnnotation": null
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"type": "ObjectExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 56,
|
|
|
|
"end": 78,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"properties": [
|
|
|
|
{
|
|
|
|
"type": "KeyValueProperty",
|
|
|
|
"key": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 58,
|
|
|
|
"end": 67,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "arguments",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"value": {
|
|
|
|
"type": "StringLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 69,
|
|
|
|
"end": 76,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "hello",
|
|
|
|
"hasEscape": false,
|
|
|
|
"kind": {
|
|
|
|
"type": "normal",
|
|
|
|
"containsQuote": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"definite": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "IfStatement",
|
|
|
|
"span": {
|
|
|
|
"start": 84,
|
|
|
|
"end": 145,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"type": "CallExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 88,
|
|
|
|
"end": 101,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"callee": {
|
|
|
|
"type": "MemberExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 88,
|
|
|
|
"end": 99,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"object": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 88,
|
|
|
|
"end": 92,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "Math",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"property": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 93,
|
|
|
|
"end": 99,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "random",
|
|
|
|
"optional": false
|
2022-01-10 16:54:42 +03:00
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
"arguments": [],
|
|
|
|
"typeArguments": null
|
|
|
|
},
|
|
|
|
"consequent": {
|
|
|
|
"type": "BlockStatement",
|
|
|
|
"span": {
|
|
|
|
"start": 103,
|
|
|
|
"end": 145,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"stmts": [
|
|
|
|
{
|
|
|
|
"type": "ReturnStatement",
|
|
|
|
"span": {
|
|
|
|
"start": 113,
|
|
|
|
"end": 139,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"argument": {
|
|
|
|
"type": "ArrowFunctionExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 120,
|
|
|
|
"end": 138,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"params": [],
|
|
|
|
"body": {
|
|
|
|
"type": "MemberExpression",
|
|
|
|
"span": {
|
|
|
|
"start": 126,
|
|
|
|
"end": 138,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"object": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 126,
|
|
|
|
"end": 135,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "arguments",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"property": {
|
2022-01-10 16:54:42 +03:00
|
|
|
"type": "Computed",
|
2021-01-15 13:30:44 +03:00
|
|
|
"span": {
|
2022-01-11 22:45:52 +03:00
|
|
|
"start": 135,
|
2022-01-10 16:54:42 +03:00
|
|
|
"end": 138,
|
2021-01-15 13:30:44 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-01-10 16:54:42 +03:00
|
|
|
"expression": {
|
|
|
|
"type": "NumericLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 136,
|
|
|
|
"end": 137,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": 0.0
|
|
|
|
}
|
|
|
|
}
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
"async": false,
|
|
|
|
"generator": false,
|
|
|
|
"typeParameters": null,
|
|
|
|
"returnType": null
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"alternate": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"span": {
|
|
|
|
"start": 150,
|
|
|
|
"end": 174,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"kind": "var",
|
|
|
|
"declare": false,
|
|
|
|
"declarations": [
|
|
|
|
{
|
|
|
|
"type": "VariableDeclarator",
|
|
|
|
"span": {
|
|
|
|
"start": 154,
|
|
|
|
"end": 173,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 154,
|
|
|
|
"end": 163,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "arguments",
|
2021-02-19 09:34:22 +03:00
|
|
|
"optional": false,
|
|
|
|
"typeAnnotation": null
|
2021-01-15 13:30:44 +03:00
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"type": "StringLiteral",
|
|
|
|
"span": {
|
|
|
|
"start": 166,
|
|
|
|
"end": 173,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "world",
|
|
|
|
"hasEscape": false,
|
|
|
|
"kind": {
|
|
|
|
"type": "normal",
|
|
|
|
"containsQuote": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"definite": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"generator": false,
|
|
|
|
"async": false,
|
|
|
|
"typeParameters": null,
|
|
|
|
"returnType": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"interpreter": null
|
|
|
|
}
|