{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "f1",
            "loc": {
              "start": {
                "line": 17,
                "column": 5,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 17,
                "column": 7,
                "program": "test-function-decl-1.js"
              }
            }
          },
          "init": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "StringLiteral",
                      "value": "asd",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 23,
                          "program": "test-function-decl-1.js"
                        },
                        "end": {
                          "line": 17,
                          "column": 28,
                          "program": "test-function-decl-1.js"
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 23,
                        "program": "test-function-decl-1.js"
                      },
                      "end": {
                        "line": 17,
                        "column": 28,
                        "program": "test-function-decl-1.js"
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 21,
                    "program": "test-function-decl-1.js"
                  },
                  "end": {
                    "line": 17,
                    "column": 30,
                    "program": "test-function-decl-1.js"
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 10,
                  "program": "test-function-decl-1.js"
                },
                "end": {
                  "line": 17,
                  "column": 30,
                  "program": "test-function-decl-1.js"
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 10,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 17,
                "column": 30,
                "program": "test-function-decl-1.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 17,
              "column": 30,
              "program": "test-function-decl-1.js"
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "f10",
            "loc": {
              "start": {
                "line": 17,
                "column": 32,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 17,
                "column": 35,
                "program": "test-function-decl-1.js"
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 17,
              "column": 32,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 17,
              "column": 35,
              "program": "test-function-decl-1.js"
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1,
          "program": "test-function-decl-1.js"
        },
        "end": {
          "line": 18,
          "column": 2,
          "program": "test-function-decl-1.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "f2",
          "loc": {
            "start": {
              "line": 19,
              "column": 1,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 19,
              "column": 3,
              "program": "test-function-decl-1.js"
            }
          }
        },
        "right": {
          "type": "FunctionExpression",
          "function": {
            "type": "ScriptFunction",
            "id": null,
            "generator": false,
            "async": false,
            "expression": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "statements": [
                {
                  "type": "ReturnStatement",
                  "argument": {
                    "type": "NumberLiteral",
                    "value": 123,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 10,
                        "program": "test-function-decl-1.js"
                      },
                      "end": {
                        "line": 20,
                        "column": 13,
                        "program": "test-function-decl-1.js"
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 3,
                      "program": "test-function-decl-1.js"
                    },
                    "end": {
                      "line": 20,
                      "column": 13,
                      "program": "test-function-decl-1.js"
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 17,
                  "program": "test-function-decl-1.js"
                },
                "end": {
                  "line": 20,
                  "column": 15,
                  "program": "test-function-decl-1.js"
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 6,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 20,
                "column": 15,
                "program": "test-function-decl-1.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 6,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 20,
              "column": 15,
              "program": "test-function-decl-1.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 1,
            "program": "test-function-decl-1.js"
          },
          "end": {
            "line": 20,
            "column": 15,
            "program": "test-function-decl-1.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1,
          "program": "test-function-decl-1.js"
        },
        "end": {
          "line": 20,
          "column": 15,
          "program": "test-function-decl-1.js"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "f3",
          "loc": {
            "start": {
              "line": 22,
              "column": 1,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 22,
              "column": 3,
              "program": "test-function-decl-1.js"
            }
          }
        },
        "right": {
          "type": "FunctionExpression",
          "function": {
            "type": "ScriptFunction",
            "id": null,
            "generator": false,
            "async": false,
            "expression": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "statements": [
                {
                  "type": "ReturnStatement",
                  "argument": {
                    "type": "NumberLiteral",
                    "value": 123,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 10,
                        "program": "test-function-decl-1.js"
                      },
                      "end": {
                        "line": 24,
                        "column": 13,
                        "program": "test-function-decl-1.js"
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 3,
                      "program": "test-function-decl-1.js"
                    },
                    "end": {
                      "line": 24,
                      "column": 14,
                      "program": "test-function-decl-1.js"
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 23,
                  "column": 1,
                  "program": "test-function-decl-1.js"
                },
                "end": {
                  "line": 25,
                  "column": 2,
                  "program": "test-function-decl-1.js"
                }
              }
            },
            "loc": {
              "start": {
                "line": 22,
                "column": 6,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 25,
                "column": 2,
                "program": "test-function-decl-1.js"
              }
            }
          },
          "loc": {
            "start": {
              "line": 22,
              "column": 6,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 25,
              "column": 2,
              "program": "test-function-decl-1.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 22,
            "column": 1,
            "program": "test-function-decl-1.js"
          },
          "end": {
            "line": 25,
            "column": 2,
            "program": "test-function-decl-1.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 22,
          "column": 1,
          "program": "test-function-decl-1.js"
        },
        "end": {
          "line": 25,
          "column": 2,
          "program": "test-function-decl-1.js"
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "d",
            "loc": {
              "start": {
                "line": 27,
                "column": 5,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 27,
                "column": 6,
                "program": "test-function-decl-1.js"
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 27,
              "column": 5,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 27,
              "column": 6,
              "program": "test-function-decl-1.js"
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 27,
          "column": 1,
          "program": "test-function-decl-1.js"
        },
        "end": {
          "line": 27,
          "column": 7,
          "program": "test-function-decl-1.js"
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "f4",
          "loc": {
            "start": {
              "line": 29,
              "column": 10,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 29,
              "column": 12,
              "program": "test-function-decl-1.js"
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 29,
                "column": 13,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 29,
                "column": 14,
                "program": "test-function-decl-1.js"
              }
            }
          },
          {
            "type": "Identifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 29,
                "column": 16,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 29,
                "column": 17,
                "program": "test-function-decl-1.js"
              }
            }
          },
          {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 29,
                "column": 19,
                "program": "test-function-decl-1.js"
              },
              "end": {
                "line": 29,
                "column": 20,
                "program": "test-function-decl-1.js"
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 7,
                        "program": "test-function-decl-1.js"
                      },
                      "end": {
                        "line": 30,
                        "column": 8,
                        "program": "test-function-decl-1.js"
                      }
                    }
                  },
                  "init": null,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 7,
                      "program": "test-function-decl-1.js"
                    },
                    "end": {
                      "line": 30,
                      "column": 8,
                      "program": "test-function-decl-1.js"
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 3,
                  "program": "test-function-decl-1.js"
                },
                "end": {
                  "line": 30,
                  "column": 9,
                  "program": "test-function-decl-1.js"
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 29,
              "column": 22,
              "program": "test-function-decl-1.js"
            },
            "end": {
              "line": 31,
              "column": 2,
              "program": "test-function-decl-1.js"
            }
          }
        },
        "loc": {
          "start": {
            "line": 29,
            "column": 1,
            "program": "test-function-decl-1.js"
          },
          "end": {
            "line": 31,
            "column": 2,
            "program": "test-function-decl-1.js"
          }
        }
      },
      "loc": {
        "start": {
          "line": 29,
          "column": 1,
          "program": "test-function-decl-1.js"
        },
        "end": {
          "line": 31,
          "column": 2,
          "program": "test-function-decl-1.js"
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1,
      "program": "test-function-decl-1.js"
    },
    "end": {
      "line": 32,
      "column": 1,
      "program": "test-function-decl-1.js"
    }
  }
}