{ "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": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "x", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "i", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 32, 34 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 34 } } }, "generator": false, "expression": false, "async": false, "range": [ 29, 34 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 34 } } }, "kind": "get", "method": false, "shorthand": false, "range": [ 24, 34 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 34 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "i", "range": [ 40, 41 ], "loc": { "start": { "line": 1, "column": 40 }, "end": { "line": 1, "column": 41 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 44, 46 ], "loc": { "start": { "line": 1, "column": 44 }, "end": { "line": 1, "column": 46 } } }, "generator": false, "expression": false, "async": false, "range": [ 41, 46 ], "loc": { "start": { "line": 1, "column": 41 }, "end": { "line": 1, "column": 46 } } }, "kind": "get", "method": false, "shorthand": false, "range": [ 36, 46 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 46 } } } ], "range": [ 22, 48 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 48 } } }, "range": [ 18, 48 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 48 } } } ], "kind": "var", "range": [ 14, 48 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 48 } } } ], "sourceType": "script", "comments": [], "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": "var", "range": [ 14, 17 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 17 } } }, { "type": "Identifier", "value": "x", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": "=", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, { "type": "Punctuator", "value": "{", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Identifier", "value": "get", "range": [ 24, 27 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 27 } } }, { "type": "Identifier", "value": "i", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } }, { "type": "Punctuator", "value": "(", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": ")", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": "{", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "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 } } }, { "type": "Identifier", "value": "get", "range": [ 36, 39 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 39 } } }, { "type": "Identifier", "value": "i", "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 } } }, { "type": "Punctuator", "value": "{", "range": [ 44, 45 ], "loc": { "start": { "line": 1, "column": 44 }, "end": { "line": 1, "column": 45 } } }, { "type": "Punctuator", "value": "}", "range": [ 45, 46 ], "loc": { "start": { "line": 1, "column": 45 }, "end": { "line": 1, "column": 46 } } }, { "type": "Punctuator", "value": "}", "range": [ 47, 48 ], "loc": { "start": { "line": 1, "column": 47 }, "end": { "line": 1, "column": 48 } } } ], "range": [ 0, 48 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 48 } } }