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