{ "type": "Script", "span": { "start": 15, "end": 232, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 21, "end": 35, "ctxt": 0 }, "value": "StringIterator", "optional": false }, "declare": false, "span": { "start": 15, "end": 193, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 42, "end": 137, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 42, "end": 46, "ctxt": 0 }, "value": "next", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 42, "end": 137, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 49, "end": 137, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 59, "end": 131, "ctxt": 0 }, "argument": { "type": "ObjectExpression", "span": { "start": 66, "end": 131, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 112, "end": 117, "ctxt": 0 }, "value": "value", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 119, "end": 121, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ] } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 143, "end": 191, "ctxt": 0 }, "key": { "type": "Computed", "span": { "start": 143, "end": 160, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 144, "end": 159, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 144, "end": 150, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 151, "end": 159, "ctxt": 0 }, "value": "iterator", "optional": false } } }, "function": { "params": [], "decorators": [], "span": { "start": 143, "end": 191, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 163, "end": 191, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 173, "end": 185, "ctxt": 0 }, "argument": { "type": "ThisExpression", "span": { "start": 180, "end": 184, "ctxt": 0 } } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ForOfStatement", "span": { "start": 195, "end": 232, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 200, "end": 205, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 204, "end": 205, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 204, "end": 205, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "NewExpression", "span": { "start": 209, "end": 227, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 213, "end": 227, "ctxt": 0 }, "value": "StringIterator", "optional": false }, "arguments": null, "typeArguments": null }, "body": { "type": "BlockStatement", "span": { "start": 229, "end": 232, "ctxt": 0 }, "stmts": [] } } ], "interpreter": null }