{ "type": "Script", "span": { "start": 16, "end": 236, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 16, "end": 140, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 20, "end": 140, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 20, "end": 21, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 24, "end": 140, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 30, "end": 47, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 31, "end": 46, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 31, "end": 37, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 38, "end": 46, "ctxt": 0 }, "value": "iterator", "optional": false } } }, "value": { "type": "NumericLiteral", "span": { "start": 49, "end": 50, "ctxt": 0 }, "value": 0.0, "raw": "0" } }, { "type": "MethodProperty", "key": { "type": "Computed", "span": { "start": 56, "end": 76, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 57, "end": 75, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 57, "end": 63, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 64, "end": 75, "ctxt": 0 }, "value": "toStringTag", "optional": false } } }, "params": [], "decorators": [], "span": { "start": 56, "end": 92, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 79, "end": 92, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 81, "end": 90, "ctxt": 0 }, "argument": { "type": "StringLiteral", "span": { "start": 88, "end": 90, "ctxt": 0 }, "value": "", "raw": "\"\"" } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "SetterProperty", "span": { "start": 98, "end": 138, "ctxt": 0 }, "key": { "type": "Computed", "span": { "start": 102, "end": 122, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 103, "end": 121, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 103, "end": 109, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 110, "end": 121, "ctxt": 0 }, "value": "toPrimitive", "optional": false } } }, "param": { "type": "Identifier", "span": { "start": 123, "end": 133, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 124, "end": 133, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 126, "end": 133, "ctxt": 0 }, "kind": "boolean" } } }, "body": { "type": "BlockStatement", "span": { "start": 135, "end": 138, "ctxt": 0 }, "stmts": [] } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 142, "end": 170, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 146, "end": 169, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 146, "end": 148, "ctxt": 0 }, "value": "it", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 151, "end": 169, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 151, "end": 152, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 152, "end": 169, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 153, "end": 168, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 153, "end": 159, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 160, "end": 168, "ctxt": 0 }, "value": "iterator", "optional": false } } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 171, "end": 205, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 175, "end": 204, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 175, "end": 178, "ctxt": 0 }, "value": "str", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 181, "end": 204, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 181, "end": 202, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 181, "end": 182, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 182, "end": 202, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 183, "end": 201, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 183, "end": 189, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 190, "end": 201, "ctxt": 0 }, "value": "toStringTag", "optional": false } } } }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 206, "end": 236, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 206, "end": 235, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 206, "end": 227, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 206, "end": 207, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 207, "end": 227, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 208, "end": 226, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 208, "end": 214, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 215, "end": 226, "ctxt": 0 }, "value": "toPrimitive", "optional": false } } } }, "right": { "type": "BooleanLiteral", "span": { "start": 230, "end": 235, "ctxt": 0 }, "value": false } } } ], "interpreter": null }