{ "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": "TryStatement", "block": { "type": "BlockStatement", "body": [], "range": [ 18, 20 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 20 } } }, "handler": { "type": "CatchClause", "param": { "type": "Identifier", "name": "arguments", "range": [ 28, 37 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 37 } } }, "body": { "type": "BlockStatement", "body": [], "range": [ 39, 41 ], "loc": { "start": { "line": 1, "column": 39 }, "end": { "line": 1, "column": 41 } } }, "range": [ 21, 41 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 41 } } }, "finalizer": null, "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": "Keyword", "value": "try", "range": [ 14, 17 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": "{", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": "}", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } }, { "type": "Keyword", "value": "catch", "range": [ 21, 26 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 26 } } }, { "type": "Punctuator", "value": "(", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } }, { "type": "Identifier", "value": "arguments", "range": [ 28, 37 ], "loc": { "start": { "line": 1, "column": 28 }, "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 } } } ], "errors": [ { "index": 37, "lineNumber": 1, "column": 38, "message": "Error: Line 1: Catch variable may not be eval or arguments in strict mode" } ], "range": [ 0, 41 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 41 } } }