{ "type": "Script", "span": { "start": 38, "end": 192, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 44, "end": 58, "ctxt": 0 }, "value": "StringIterator", "optional": false }, "declare": false, "span": { "start": 38, "end": 153, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 65, "end": 97, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 65, "end": 69, "ctxt": 0 }, "value": "next", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 65, "end": 97, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 72, "end": 97, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 82, "end": 91, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 89, "end": 90, "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": 103, "end": 151, "ctxt": 0 }, "key": { "type": "Computed", "span": { "start": 103, "end": 120, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 104, "end": 119, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 104, "end": 110, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 111, "end": 119, "ctxt": 0 }, "value": "iterator", "optional": false } } }, "function": { "params": [], "decorators": [], "span": { "start": 103, "end": 151, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 123, "end": 151, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 133, "end": 145, "ctxt": 0 }, "argument": { "type": "ThisExpression", "span": { "start": 140, "end": 144, "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": 155, "end": 192, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 160, "end": 165, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 164, "end": 165, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 164, "end": 165, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "NewExpression", "span": { "start": 169, "end": 187, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 173, "end": 187, "ctxt": 0 }, "value": "StringIterator", "optional": false }, "arguments": null, "typeArguments": null }, "body": { "type": "BlockStatement", "span": { "start": 189, "end": 192, "ctxt": 0 }, "stmts": [] } } ], "interpreter": null }