{ "type": "Script", "span": { "start": 16, "end": 95, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 16, "end": 45, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 20, "end": 45, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 20, "end": 25, "ctxt": 0 }, "value": "array", "optional": false, "typeAnnotation": null }, "init": { "type": "ArrayExpression", "span": { "start": 28, "end": 45, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "ObjectExpression", "span": { "start": 29, "end": 44, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 31, "end": 32, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 34, "end": 36, "ctxt": 0 }, "value": "", "raw": "\"\"" } }, { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 38, "end": 39, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 41, "end": 42, "ctxt": 0 }, "value": 0.0, "raw": "0" } } ] } } ] }, "definite": false } ] }, { "type": "ForOfStatement", "span": { "start": 46, "end": 95, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 51, "end": 67, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 55, "end": 67, "ctxt": 0 }, "id": { "type": "ObjectPattern", "span": { "start": 55, "end": 67, "ctxt": 0 }, "properties": [ { "type": "KeyValuePatternProperty", "key": { "type": "Identifier", "span": { "start": 56, "end": 57, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "Identifier", "span": { "start": 59, "end": 60, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null } }, { "type": "KeyValuePatternProperty", "key": { "type": "Identifier", "span": { "start": 62, "end": 63, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "Identifier", "span": { "start": 65, "end": 66, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null } } ], "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "Identifier", "span": { "start": 71, "end": 76, "ctxt": 0 }, "value": "array", "optional": false }, "body": { "type": "BlockStatement", "span": { "start": 78, "end": 95, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 84, "end": 86, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 84, "end": 85, "ctxt": 0 }, "value": "a", "optional": false } }, { "type": "ExpressionStatement", "span": { "start": 91, "end": 93, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 91, "end": 92, "ctxt": 0 }, "value": "b", "optional": false } } ] } } ], "interpreter": null }