{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "use strict", "raw": "\"use strict\"", "range": [ 0, 12 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 12 } } }, "directive": "use strict", "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } } }, { "type": "FunctionDeclaration", "id": { "type": "Identifier", "name": "arguments", "range": [ 23, 32 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 32 } } }, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 35, 37 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 37 } } }, "generator": false, "expression": false, "async": false, "range": [ 14, 37 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 37 } } }, { "type": "EmptyStatement", "range": [ 37, 38 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 38 } } } ], "sourceType": "script", "tokens": [ { "type": "String", "value": "\"use strict\"", "range": [ 0, 12 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": ";", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Keyword", "value": "function", "range": [ 14, 22 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 22 } } }, { "type": "Identifier", "value": "arguments", "range": [ 23, 32 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 32 } } }, { "type": "Punctuator", "value": "(", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "type": "Punctuator", "value": ")", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": "{", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } }, { "type": "Punctuator", "value": "}", "range": [ 36, 37 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 37 } } }, { "type": "Punctuator", "value": ";", "range": [ 37, 38 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 38 } } } ], "errors": [ { "index": 23, "lineNumber": 1, "column": 24, "message": "Error: Line 1: Function name may not be eval or arguments in strict mode" } ], "range": [ 0, 38 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 38 } } }