{ "type": "File", "start": 0, "end": 36, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 36 } }, "program": { "type": "Program", "start": 0, "end": 36, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 36 } }, "sourceType": "script", "body": [ { "type": "FunctionDeclaration", "start": 0, "end": 36, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 36 } }, "id": { "type": "Identifier", "start": 9, "end": 14, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 14 } }, "name": "hello" }, "generator": false, "expression": false, "params": [ { "type": "Identifier", "start": 15, "end": 19, "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 19 } }, "name": "eval" } ], "body": { "type": "BlockStatement", "start": 21, "end": 36, "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 36 } }, "body": [ { "type": "ExpressionStatement", "start": 22, "end": 35, "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 35 } }, "expression": { "type": "Literal", "start": 22, "end": 34, "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 34 } }, "value": "use strict", "rawValue": "use strict", "raw": "'use strict'" } } ] } } ] } }