{ "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": "AssignmentPattern", "left": { "type": "Identifier", "name": "a", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, "range": [ 9, 14 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 14 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "use strict", "raw": "\"use strict\"", "range": [ 18, 30 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 30 } } }, "directive": "use strict", "range": [ 18, 31 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 31 } } } ], "range": [ 16, 32 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 32 } } }, "generator": false, "expression": false, "async": false, "range": [ 8, 32 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 32 } } }, "kind": "set", "method": false, "shorthand": false, "range": [ 3, 32 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 32 } } } ], "range": [ 1, 34 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 34 } } }, "range": [ 0, 35 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 35 } } } ], "sourceType": "script", "range": [ 0, 35 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 35 } }, "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": "Identifier", "value": "a", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": "=", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Numeric", "value": "1", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": ")", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": "{", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "String", "value": "\"use strict\"", "range": [ 18, 30 ], "loc": { "start": { "line": 1, "column": 18 }, "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": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": ")", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } } ], "errors": [ { "index": 18, "lineNumber": 1, "column": 19, "message": "Error: Line 1: Illegal 'use strict' directive in function with non-simple parameter list" } ] }