{ "type": "Program", "body": [ { "type": "ForInStatement", "left": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "i", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, "init": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ReturnStatement", "argument": { "type": "BinaryExpression", "operator": "in", "left": { "type": "Literal", "value": 10, "raw": "10", "range": [ 33, 35 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 35 } } }, "right": { "type": "ArrayExpression", "elements": [], "range": [ 39, 41 ], "loc": { "start": { "line": 1, "column": 39 }, "end": { "line": 1, "column": 41 } } }, "range": [ 33, 41 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 41 } } }, "range": [ 26, 42 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 42 } } } ], "range": [ 24, 43 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 43 } } }, "generator": false, "expression": false, "async": false, "range": [ 13, 43 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 43 } } }, "range": [ 9, 43 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 43 } } } ], "kind": "var", "range": [ 5, 43 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 43 } } }, "right": { "type": "Identifier", "name": "list", "range": [ 47, 51 ], "loc": { "start": { "line": 1, "column": 47 }, "end": { "line": 1, "column": 51 } } }, "body": { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "process", "range": [ 53, 60 ], "loc": { "start": { "line": 1, "column": 53 }, "end": { "line": 1, "column": 60 } } }, "arguments": [ { "type": "Identifier", "name": "x", "range": [ 61, 62 ], "loc": { "start": { "line": 1, "column": 61 }, "end": { "line": 1, "column": 62 } } } ], "range": [ 53, 63 ], "loc": { "start": { "line": 1, "column": 53 }, "end": { "line": 1, "column": 63 } } }, "range": [ 53, 64 ], "loc": { "start": { "line": 1, "column": 53 }, "end": { "line": 1, "column": 64 } } }, "each": false, "range": [ 0, 64 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 64 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "for", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Punctuator", "value": "(", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Keyword", "value": "var", "range": [ 5, 8 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 8 } } }, { "type": "Identifier", "value": "i", "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": "Keyword", "value": "function", "range": [ 13, 21 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 21 } } }, { "type": "Punctuator", "value": "(", "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": ")", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": "{", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Keyword", "value": "return", "range": [ 26, 32 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 32 } } }, { "type": "Numeric", "value": "10", "range": [ 33, 35 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 35 } } }, { "type": "Keyword", "value": "in", "range": [ 36, 38 ], "loc": { "start": { "line": 1, "column": 36 }, "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": [ 42, 43 ], "loc": { "start": { "line": 1, "column": 42 }, "end": { "line": 1, "column": 43 } } }, { "type": "Keyword", "value": "in", "range": [ 44, 46 ], "loc": { "start": { "line": 1, "column": 44 }, "end": { "line": 1, "column": 46 } } }, { "type": "Identifier", "value": "list", "range": [ 47, 51 ], "loc": { "start": { "line": 1, "column": 47 }, "end": { "line": 1, "column": 51 } } }, { "type": "Punctuator", "value": ")", "range": [ 51, 52 ], "loc": { "start": { "line": 1, "column": 51 }, "end": { "line": 1, "column": 52 } } }, { "type": "Identifier", "value": "process", "range": [ 53, 60 ], "loc": { "start": { "line": 1, "column": 53 }, "end": { "line": 1, "column": 60 } } }, { "type": "Punctuator", "value": "(", "range": [ 60, 61 ], "loc": { "start": { "line": 1, "column": 60 }, "end": { "line": 1, "column": 61 } } }, { "type": "Identifier", "value": "x", "range": [ 61, 62 ], "loc": { "start": { "line": 1, "column": 61 }, "end": { "line": 1, "column": 62 } } }, { "type": "Punctuator", "value": ")", "range": [ 62, 63 ], "loc": { "start": { "line": 1, "column": 62 }, "end": { "line": 1, "column": 63 } } }, { "type": "Punctuator", "value": ";", "range": [ 63, 64 ], "loc": { "start": { "line": 1, "column": 63 }, "end": { "line": 1, "column": 64 } } } ], "range": [ 0, 64 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 64 } } }