{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "async", "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 10 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 14 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 14 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 15 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "async", "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 6 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 18, "column": 9 }, "end": { "line": 18, "column": 10 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 10 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 11 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "prefix": false, "argument": { "type": "Identifier", "name": "async", "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 6 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 8 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 9 } } }, { "type": "FunctionDeclaration", "function": { "type": "ScriptFunction", "id": { "type": "Identifier", "name": "f", "loc": { "start": { "line": 21, "column": 16 }, "end": { "line": 21, "column": 17 } } }, "generator": false, "async": true, "expression": false, "params": [], "body": { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 21, "column": 19 }, "end": { "line": 21, "column": 21 } } }, "loc": { "start": { "line": 21, "column": 7 }, "end": { "line": 21, "column": 21 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 21 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 21, "column": 21 } } }