{ "range": [ 0, 36 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 3, "column": 1 } }, "type": "Program", "body": [ { "range": [ 0, 36 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 3, "column": 1 } }, "type": "FunctionDeclaration", "id": { "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } }, "type": "Identifier", "name": "f" }, "params": [], "body": { "range": [ 13, 36 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 3, "column": 1 } }, "type": "BlockStatement", "body": [ { "range": [ 19, 34 ], "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 2, "column": 19 } }, "type": "ExpressionStatement", "expression": { "range": [ 19, 33 ], "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 2, "column": 18 } }, "type": "NewExpression", "callee": { "range": [ 23, 33 ], "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 18 } }, "type": "MetaProperty", "meta": { "range": [ 23, 26 ], "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 11 } }, "type": "Identifier", "name": "new" }, "property": { "range": [ 27, 33 ], "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 18 } }, "type": "Identifier", "name": "target" } }, "arguments": [] } } ] }, "generator": false, "expression": false, "async": false } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "function", "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 8 } } }, { "type": "Identifier", "value": "f", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "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": "Keyword", "value": "new", "range": [ 19, 22 ], "loc": { "start": { "line": 2, "column": 4 }, "end": { "line": 2, "column": 7 } } }, { "type": "Keyword", "value": "new", "range": [ 23, 26 ], "loc": { "start": { "line": 2, "column": 8 }, "end": { "line": 2, "column": 11 } } }, { "type": "Punctuator", "value": ".", "range": [ 26, 27 ], "loc": { "start": { "line": 2, "column": 11 }, "end": { "line": 2, "column": 12 } } }, { "type": "Identifier", "value": "target", "range": [ 27, 33 ], "loc": { "start": { "line": 2, "column": 12 }, "end": { "line": 2, "column": 18 } } }, { "type": "Punctuator", "value": ";", "range": [ 33, 34 ], "loc": { "start": { "line": 2, "column": 18 }, "end": { "line": 2, "column": 19 } } }, { "type": "Punctuator", "value": "}", "range": [ 35, 36 ], "loc": { "start": { "line": 3, "column": 0 }, "end": { "line": 3, "column": 1 } } } ] }