{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "use strict", "raw": "'use strict'", "range": [ 15, 27 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 27 } } }, "directive": "use strict", "range": [ 15, 28 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 28 } } }, { "type": "WithStatement", "object": { "type": "Identifier", "name": "i", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } }, "body": { "type": "EmptyStatement", "range": [ 37, 38 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 38 } } }, "range": [ 29, 38 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 38 } } } ], "range": [ 13, 40 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 40 } } }, "generator": false, "expression": false, "async": false, "range": [ 1, 40 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 40 } } }, "arguments": [], "range": [ 1, 42 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 42 } } }, "range": [ 0, 43 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 43 } } } ], "sourceType": "script", "tokens": [ { "type": "Punctuator", "value": "(", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Keyword", "value": "function", "range": [ 1, 9 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "(", "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": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "String", "value": "'use strict'", "range": [ 15, 27 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 27 } } }, { "type": "Punctuator", "value": ";", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } }, { "type": "Keyword", "value": "with", "range": [ 29, 33 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 33 } } }, { "type": "Punctuator", "value": "(", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "type": "Identifier", "value": "i", "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 } } }, { "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 } } }, { "type": "Punctuator", "value": ")", "range": [ 41, 42 ], "loc": { "start": { "line": 1, "column": 41 }, "end": { "line": 1, "column": 42 } } }, { "type": "Punctuator", "value": ")", "range": [ 42, 43 ], "loc": { "start": { "line": 1, "column": 42 }, "end": { "line": 1, "column": 43 } } } ], "errors": [ { "index": 28, "lineNumber": 1, "column": 29, "message": "Error: Line 1: Strict mode code may not include a with statement" } ], "range": [ 0, 43 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 43 } } }