{ "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": "f", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } }, "params": [ { "type": "Identifier", "name": "foo", "range": [ 25, 28 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 28 } } }, { "type": "Identifier", "name": "foo", "range": [ 31, 34 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 34 } } } ], "body": { "type": "BlockStatement", "body": [], "range": [ 36, 38 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 38 } } }, "generator": false, "expression": false, "async": false, "range": [ 14, 38 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 38 } } }, { "type": "EmptyStatement", "range": [ 38, 39 ], "loc": { "start": { "line": 1, "column": 38 }, "end": { "line": 1, "column": 39 } } } ], "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": "f", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } }, { "type": "Punctuator", "value": "(", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Identifier", "value": "foo", "range": [ 25, 28 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 28 } } }, { "type": "Punctuator", "value": ",", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } }, { "type": "Identifier", "value": "foo", "range": [ 31, 34 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": ")", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "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 } } }, { "type": "Punctuator", "value": ";", "range": [ 38, 39 ], "loc": { "start": { "line": 1, "column": 38 }, "end": { "line": 1, "column": 39 } } } ], "errors": [ { "index": 31, "lineNumber": 1, "column": 32, "message": "Error: Line 1: Strict mode function may not have duplicate parameter names" } ], "range": [ 0, 39 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 39 } } }