{ "type": "Script", "span": { "start": 39, "end": 193, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 45, "end": 59, "ctxt": 0 }, "value": "StringIterator", "optional": false }, "declare": false, "span": { "start": 39, "end": 154, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 66, "end": 98, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 66, "end": 70, "ctxt": 0 }, "value": "next", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 66, "end": 98, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 73, "end": 98, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 83, "end": 92, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 90, "end": 91, "ctxt": 0 }, "value": "v", "optional": false } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassMethod", "span": { "start": 104, "end": 152, "ctxt": 0 }, "key": { "type": "Computed", "span": { "start": 104, "end": 121, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 105, "end": 120, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 105, "end": 111, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 112, "end": 120, "ctxt": 0 }, "value": "iterator", "optional": false } } }, "function": { "params": [], "decorators": [], "span": { "start": 104, "end": 152, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 124, "end": 152, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 134, "end": 146, "ctxt": 0 }, "argument": { "type": "ThisExpression", "span": { "start": 141, "end": 145, "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": 156, "end": 193, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 161, "end": 166, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 165, "end": 166, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 165, "end": 166, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "NewExpression", "span": { "start": 170, "end": 188, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 174, "end": 188, "ctxt": 0 }, "value": "StringIterator", "optional": false }, "arguments": null, "typeArguments": null }, "body": { "type": "BlockStatement", "span": { "start": 190, "end": 193, "ctxt": 0 }, "stmts": [] } } ], "interpreter": null }