{ "type": "Program", "body": [ { "range": [ 5, 35 ], "type": "FunctionDeclaration", "id": { "range": [ 14, 15 ], "type": "Identifier", "name": "a" }, "params": [], "body": { "range": [ 18, 35 ], "type": "BlockStatement", "body": [ { "range": [ 19, 34 ], "type": "FunctionDeclaration", "id": { "range": [ 28, 29 ], "type": "Identifier", "name": "o" }, "params": [], "body": { "range": [ 32, 34 ], "type": "BlockStatement", "body": [] }, "generator": false, "expression": false, "async": false } ] }, "generator": false, "expression": false, "async": false, "leadingComments": [ { "type": "Block", "value": "", "range": [ 0, 4 ] } ] } ], "sourceType": "script", "comments": [ { "type": "Block", "value": "", "range": [ 0, 4 ] } ], "tokens": [ { "type": "Keyword", "value": "function", "range": [ 5, 13 ] }, { "type": "Identifier", "value": "a", "range": [ 14, 15 ] }, { "type": "Punctuator", "value": "(", "range": [ 15, 16 ] }, { "type": "Punctuator", "value": ")", "range": [ 16, 17 ] }, { "type": "Punctuator", "value": "{", "range": [ 18, 19 ] }, { "type": "Keyword", "value": "function", "range": [ 19, 27 ] }, { "type": "Identifier", "value": "o", "range": [ 28, 29 ] }, { "type": "Punctuator", "value": "(", "range": [ 29, 30 ] }, { "type": "Punctuator", "value": ")", "range": [ 30, 31 ] }, { "type": "Punctuator", "value": "{", "range": [ 32, 33 ] }, { "type": "Punctuator", "value": "}", "range": [ 33, 34 ] }, { "type": "Punctuator", "value": "}", "range": [ 34, 35 ] } ], "range": [ 5, 35 ] }