{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "f", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [ { "type": "ArrayPattern", "elements": [ { "type": "Identifier", "name": "a", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } } ], "range": [ 9, 12 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 12 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "use strict", "raw": "\"use strict\"", "range": [ 16, 28 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 28 } } }, "directive": "use strict", "range": [ 16, 29 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 29 } } } ], "range": [ 14, 30 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 30 } } }, "generator": false, "expression": false, "async": false, "range": [ 8, 30 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 30 } } }, "kind": "set", "method": false, "shorthand": false, "range": [ 3, 30 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 30 } } } ], "range": [ 1, 32 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 32 } } }, "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } } } ], "sourceType": "script", "range": [ 0, 33 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 33 } }, "tokens": [ { "type": "Punctuator", "value": "(", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Punctuator", "value": "{", "range": [ 1, 2 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 2 } } }, { "type": "Identifier", "value": "set", "range": [ 3, 6 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 6 } } }, { "type": "Identifier", "value": "f", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": "(", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "[", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Identifier", "value": "a", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": "]", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "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": "String", "value": "\"use strict\"", "range": [ 16, 28 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 28 } } }, { "type": "Punctuator", "value": "}", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": "}", "range": [ 31, 32 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 32 } } }, { "type": "Punctuator", "value": ")", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } } ], "errors": [ { "index": 16, "lineNumber": 1, "column": 17, "message": "Error: Line 1: Illegal 'use strict' directive in function with non-simple parameter list" } ] }