123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- {
- "type": "File",
- "start": 0,
- "end": 21,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 21
- }
- },
- "program": {
- "type": "Program",
- "start": 0,
- "end": 21,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 21
- }
- },
- "sourceType": "script",
- "interpreter": null,
- "body": [
- {
- "type": "ForInStatement",
- "start": 0,
- "end": 21,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 21
- }
- },
- "left": {
- "type": "MemberExpression",
- "start": 5,
- "end": 14,
- "loc": {
- "start": {
- "line": 1,
- "column": 5
- },
- "end": {
- "line": 1,
- "column": 14
- }
- },
- "object": {
- "type": "Identifier",
- "start": 5,
- "end": 6,
- "loc": {
- "start": {
- "line": 1,
- "column": 5
- },
- "end": {
- "line": 1,
- "column": 6
- },
- "identifierName": "a"
- },
- "name": "a"
- },
- "property": {
- "type": "BinaryExpression",
- "start": 7,
- "end": 13,
- "loc": {
- "start": {
- "line": 1,
- "column": 7
- },
- "end": {
- "line": 1,
- "column": 13
- }
- },
- "left": {
- "type": "Identifier",
- "start": 7,
- "end": 8,
- "loc": {
- "start": {
- "line": 1,
- "column": 7
- },
- "end": {
- "line": 1,
- "column": 8
- },
- "identifierName": "b"
- },
- "name": "b"
- },
- "operator": "in",
- "right": {
- "type": "Identifier",
- "start": 12,
- "end": 13,
- "loc": {
- "start": {
- "line": 1,
- "column": 12
- },
- "end": {
- "line": 1,
- "column": 13
- },
- "identifierName": "c"
- },
- "name": "c"
- }
- },
- "computed": true
- },
- "right": {
- "type": "Identifier",
- "start": 18,
- "end": 19,
- "loc": {
- "start": {
- "line": 1,
- "column": 18
- },
- "end": {
- "line": 1,
- "column": 19
- },
- "identifierName": "d"
- },
- "name": "d"
- },
- "body": {
- "type": "EmptyStatement",
- "start": 20,
- "end": 21,
- "loc": {
- "start": {
- "line": 1,
- "column": 20
- },
- "end": {
- "line": 1,
- "column": 21
- }
- }
- }
- }
- ],
- "directives": []
- }
- }
|