{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": true,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 11,
            "offset": 11
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 11,
            "offset": 11
          },
          "end": {
            "line": 1,
            "column": 13,
            "offset": 13
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 20,
                        "offset": 20
                      },
                      "end": {
                        "line": 1,
                        "column": 21,
                        "offset": 21
                      }
                    }
                  },
                  "init": {
                    "type": "FunctionExpression",
                    "isAsync": false,
                    "isGenerator": false,
                    "name": null,
                    "params": {
                      "type": "FormalParameters",
                      "items": [
                        {
                          "type": "BindingIdentifier",
                          "name": "yield",
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 33,
                              "offset": 33
                            },
                            "end": {
                              "line": 1,
                              "column": 38,
                              "offset": 38
                            }
                          }
                        }
                      ],
                      "rest": null,
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 32,
                          "offset": 32
                        },
                        "end": {
                          "line": 1,
                          "column": 39,
                          "offset": 39
                        }
                      }
                    },
                    "body": {
                      "type": "FunctionBody",
                      "directives": [],
                      "statements": [],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 40,
                          "offset": 40
                        },
                        "end": {
                          "line": 1,
                          "column": 42,
                          "offset": 42
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 24,
                        "offset": 24
                      },
                      "end": {
                        "line": 1,
                        "column": 42,
                        "offset": 42
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 20,
                      "offset": 20
                    },
                    "end": {
                      "line": 1,
                      "column": 42,
                      "offset": 42
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 16,
                  "offset": 16
                },
                "end": {
                  "line": 1,
                  "column": 42,
                  "offset": 42
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 16,
                "offset": 16
              },
              "end": {
                "line": 1,
                "column": 42,
                "offset": 42
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 14,
            "offset": 14
          },
          "end": {
            "line": 1,
            "column": 44,
            "offset": 44
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 44,
          "offset": 44
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 2,
      "column": 0,
      "offset": 45
    }
  }
}
