2015-10-05 16:40:43 +01:00

187 lines
4.2 KiB
JSON

{
"type": "File",
"start": 0,
"end": 63,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 63
}
},
"program": {
"type": "Program",
"start": 0,
"end": 63,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 63
}
},
"sourceType": "script",
"body": [
{
"type": "FunctionDeclaration",
"start": 0,
"end": 63,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 63
}
},
"id": {
"type": "Identifier",
"start": 9,
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 14
}
},
"name": "hello"
},
"generator": false,
"expression": false,
"params": [],
"body": {
"type": "BlockStatement",
"start": 17,
"end": 63,
"loc": {
"start": {
"line": 1,
"column": 17
},
"end": {
"line": 1,
"column": 63
}
},
"body": [
{
"type": "FunctionDeclaration",
"start": 33,
"end": 61,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 61
}
},
"id": {
"type": "Identifier",
"start": 42,
"end": 47,
"loc": {
"start": {
"line": 1,
"column": 42
},
"end": {
"line": 1,
"column": 47
}
},
"name": "inner"
},
"generator": false,
"expression": false,
"params": [
{
"type": "Identifier",
"start": 48,
"end": 57,
"loc": {
"start": {
"line": 1,
"column": 48
},
"end": {
"line": 1,
"column": 57
}
},
"name": "arguments"
}
],
"body": {
"type": "BlockStatement",
"start": 59,
"end": 61,
"loc": {
"start": {
"line": 1,
"column": 59
},
"end": {
"line": 1,
"column": 61
}
},
"body": [],
"directives": []
}
}
],
"directives": [
{
"type": "Directive",
"start": 19,
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 19
},
"end": {
"line": 1,
"column": 32
}
},
"value": {
"type": "DirectiveLiteral",
"start": 19,
"end": 31,
"loc": {
"start": {
"line": 1,
"column": 19
},
"end": {
"line": 1,
"column": 31
}
},
"raw": "'use strict'",
"value": "use strict"
}
}
]
}
}
],
"directives": []
}
}