{
  "type": "File",
  "start": 0,
  "end": 7038,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 220,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 7038,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 220,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 36,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 36
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 17,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 17
                },
                "identifierName": "ByteBuffer"
              },
              "name": "ByteBuffer"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 23,
          "end": 35,
          "loc": {
            "start": {
              "line": 1,
              "column": 23
            },
            "end": {
              "line": 1,
              "column": 35
            }
          },
          "extra": {
            "rawValue": "bytebuffer",
            "raw": "\"bytebuffer\""
          },
          "value": "bytebuffer"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 37,
        "end": 73,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 36
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 44,
            "end": 46,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 9
              }
            },
            "local": {
              "type": "Identifier",
              "start": 44,
              "end": 46,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 9
                },
                "identifierName": "EC"
              },
              "name": "EC"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 52,
          "end": 72,
          "loc": {
            "start": {
              "line": 2,
              "column": 15
            },
            "end": {
              "line": 2,
              "column": 35
            }
          },
          "extra": {
            "rawValue": "./error_with_cause",
            "raw": "\"./error_with_cause\""
          },
          "value": "./error_with_cause"
        }
      },
      {
        "type": "VariableDeclaration",
        "start": 74,
        "end": 119,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 45
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 80,
            "end": 118,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 44
              }
            },
            "id": {
              "type": "Identifier",
              "start": 80,
              "end": 86,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 12
                },
                "identifierName": "Buffer"
              },
              "name": "Buffer"
            },
            "init": {
              "type": "MemberExpression",
              "start": 89,
              "end": 118,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 15
                },
                "end": {
                  "line": 3,
                  "column": 44
                }
              },
              "object": {
                "type": "CallExpression",
                "start": 89,
                "end": 111,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 15
                  },
                  "end": {
                    "line": 3,
                    "column": 37
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 89,
                  "end": 96,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 15
                    },
                    "end": {
                      "line": 3,
                      "column": 22
                    },
                    "identifierName": "require"
                  },
                  "name": "require"
                },
                "arguments": [
                  {
                    "type": "StringLiteral",
                    "start": 97,
                    "end": 110,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 23
                      },
                      "end": {
                        "line": 3,
                        "column": 36
                      }
                    },
                    "extra": {
                      "rawValue": "safe-buffer",
                      "raw": "\"safe-buffer\""
                    },
                    "value": "safe-buffer"
                  }
                ]
              },
              "property": {
                "type": "Identifier",
                "start": 112,
                "end": 118,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 38
                  },
                  "end": {
                    "line": 3,
                    "column": 44
                  },
                  "identifierName": "Buffer"
                },
                "name": "Buffer"
              },
              "computed": false
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 121,
        "end": 191,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 70
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 127,
            "end": 190,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 69
              }
            },
            "id": {
              "type": "Identifier",
              "start": 127,
              "end": 135,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 14
                },
                "identifierName": "HEX_DUMP"
              },
              "name": "HEX_DUMP"
            },
            "init": {
              "type": "MemberExpression",
              "start": 138,
              "end": 190,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 17
                },
                "end": {
                  "line": 5,
                  "column": 69
                }
              },
              "object": {
                "type": "MemberExpression",
                "start": 138,
                "end": 149,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 17
                  },
                  "end": {
                    "line": 5,
                    "column": 28
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 138,
                  "end": 145,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 17
                    },
                    "end": {
                      "line": 5,
                      "column": 24
                    },
                    "identifierName": "process"
                  },
                  "name": "process"
                },
                "property": {
                  "type": "Identifier",
                  "start": 146,
                  "end": 149,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 25
                    },
                    "end": {
                      "line": 5,
                      "column": 28
                    },
                    "identifierName": "env"
                  },
                  "name": "env"
                },
                "computed": false
              },
              "property": {
                "type": "Identifier",
                "start": 150,
                "end": 190,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 29
                  },
                  "end": {
                    "line": 5,
                    "column": 69
                  },
                  "identifierName": "npm_config__graphene_serializer_hex_dump"
                },
                "name": "npm_config__graphene_serializer_hex_dump"
              },
              "computed": false
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "Identifier",
        "start": 193,
        "end": 7009,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 217,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 199,
          "end": 209,
          "loc": {
            "start": {
              "line": 7,
              "column": 6
            },
            "end": {
              "line": 7,
              "column": 16
            },
            "identifierName": "Serializer"
          },
          "name": "Serializer"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 210,
          "end": 7009,
          "loc": {
            "start": {
              "line": 7,
              "column": 17
            },
            "end": {
              "line": 217,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 216,
              "end": 432,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4
                },
                "end": {
                  "line": 14,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 216,
                "end": 227,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4
                  },
                  "end": {
                    "line": 8,
                    "column": 15
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 228,
                  "end": 242,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 16
                    },
                    "end": {
                      "line": 8,
                      "column": 30
                    },
                    "identifierName": "operation_name"
                  },
                  "name": "operation_name"
                },
                {
                  "type": "Identifier",
                  "start": 244,
                  "end": 249,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 32
                    },
                    "end": {
                      "line": 8,
                      "column": 37
                    },
                    "identifierName": "types"
                  },
                  "name": "types"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 251,
                "end": 432,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 39
                  },
                  "end": {
                    "line": 14,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 261,
                    "end": 298,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 8
                      },
                      "end": {
                        "line": 9,
                        "column": 45
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 261,
                      "end": 297,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 44
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 261,
                        "end": 280,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 261,
                          "end": 265,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 266,
                          "end": 280,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 13
                            },
                            "end": {
                              "line": 9,
                              "column": 27
                            },
                            "identifierName": "operation_name"
                          },
                          "name": "operation_name"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 283,
                        "end": 297,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 30
                          },
                          "end": {
                            "line": 9,
                            "column": 44
                          },
                          "identifierName": "operation_name"
                        },
                        "name": "operation_name"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 307,
                    "end": 326,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 8
                      },
                      "end": {
                        "line": 10,
                        "column": 27
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 307,
                      "end": 325,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 26
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 307,
                        "end": 317,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 307,
                          "end": 311,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 312,
                          "end": 317,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 13
                            },
                            "end": {
                              "line": 10,
                              "column": 18
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 320,
                        "end": 325,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 21
                          },
                          "end": {
                            "line": 10,
                            "column": 26
                          },
                          "identifierName": "types"
                        },
                        "name": "types"
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 335,
                    "end": 387,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 8
                      },
                      "end": {
                        "line": 11,
                        "column": 60
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 339,
                      "end": 349,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 12
                        },
                        "end": {
                          "line": 11,
                          "column": 22
                        }
                      },
                      "object": {
                        "type": "ThisExpression",
                        "start": 339,
                        "end": 343,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 12
                          },
                          "end": {
                            "line": 11,
                            "column": 16
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 344,
                        "end": 349,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 17
                          },
                          "end": {
                            "line": 11,
                            "column": 22
                          },
                          "identifierName": "types"
                        },
                        "name": "types"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "ExpressionStatement",
                      "start": 351,
                      "end": 387,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 24
                        },
                        "end": {
                          "line": 11,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 351,
                        "end": 386,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 24
                          },
                          "end": {
                            "line": 11,
                            "column": 59
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 351,
                          "end": 360,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 24
                            },
                            "end": {
                              "line": 11,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 351,
                            "end": 355,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 24
                              },
                              "end": {
                                "line": 11,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 356,
                            "end": 360,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 29
                              },
                              "end": {
                                "line": 11,
                                "column": 33
                              },
                              "identifierName": "keys"
                            },
                            "name": "keys"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 363,
                          "end": 386,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 36
                            },
                            "end": {
                              "line": 11,
                              "column": 59
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 363,
                            "end": 374,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 36
                              },
                              "end": {
                                "line": 11,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 363,
                              "end": 369,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 36
                                },
                                "end": {
                                  "line": 11,
                                  "column": 42
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 370,
                              "end": 374,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 43
                                },
                                "end": {
                                  "line": 11,
                                  "column": 47
                                },
                                "identifierName": "keys"
                              },
                              "name": "keys"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 375,
                              "end": 385,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 48
                                },
                                "end": {
                                  "line": 11,
                                  "column": 58
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 375,
                                "end": 379,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 52
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 380,
                                "end": 385,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 58
                                  },
                                  "identifierName": "types"
                                },
                                "name": "types"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 397,
                    "end": 426,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 8
                      },
                      "end": {
                        "line": 13,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 397,
                      "end": 425,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 397,
                        "end": 418,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 397,
                          "end": 407,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 18
                            },
                            "identifierName": "Serializer"
                          },
                          "name": "Serializer"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 408,
                          "end": 418,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 19
                            },
                            "end": {
                              "line": 13,
                              "column": 29
                            },
                            "identifierName": "printDebug"
                          },
                          "name": "printDebug"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "BooleanLiteral",
                        "start": 421,
                        "end": 425,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 32
                          },
                          "end": {
                            "line": 13,
                            "column": 36
                          }
                        },
                        "value": true
                      }
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 438,
              "end": 2033,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 438,
                "end": 452,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 16,
                    "column": 18
                  },
                  "identifierName": "fromByteBuffer"
                },
                "name": "fromByteBuffer"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 453,
                  "end": 454,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 19
                    },
                    "end": {
                      "line": 16,
                      "column": 20
                    },
                    "identifierName": "b"
                  },
                  "name": "b"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 456,
                "end": 2033,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 22
                  },
                  "end": {
                    "line": 59,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 466,
                    "end": 482,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 8
                      },
                      "end": {
                        "line": 17,
                        "column": 24
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 470,
                        "end": 481,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 12
                          },
                          "end": {
                            "line": 17,
                            "column": 23
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 470,
                          "end": 476,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 12
                            },
                            "end": {
                              "line": 17,
                              "column": 18
                            },
                            "identifierName": "object"
                          },
                          "name": "object"
                        },
                        "init": {
                          "type": "ObjectExpression",
                          "start": 479,
                          "end": 481,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 21
                            },
                            "end": {
                              "line": 17,
                              "column": 23
                            }
                          },
                          "properties": []
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 491,
                    "end": 508,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 8
                      },
                      "end": {
                        "line": 18,
                        "column": 25
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 495,
                        "end": 507,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 12
                          },
                          "end": {
                            "line": 18,
                            "column": 24
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 495,
                          "end": 500,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 12
                            },
                            "end": {
                              "line": 18,
                              "column": 17
                            },
                            "identifierName": "field"
                          },
                          "name": "field"
                        },
                        "init": {
                          "type": "NullLiteral",
                          "start": 503,
                          "end": 507,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 20
                            },
                            "end": {
                              "line": 18,
                              "column": 24
                            }
                          }
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "TryStatement",
                    "start": 517,
                    "end": 2003,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 8
                      },
                      "end": {
                        "line": 56,
                        "column": 9
                      }
                    },
                    "block": {
                      "type": "BlockStatement",
                      "start": 521,
                      "end": 1913,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 12
                        },
                        "end": {
                          "line": 54,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 535,
                          "end": 560,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 12
                            },
                            "end": {
                              "line": 20,
                              "column": 37
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 539,
                              "end": 559,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 16
                                },
                                "end": {
                                  "line": 20,
                                  "column": 36
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 539,
                                "end": 547,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 24
                                  },
                                  "identifierName": "iterable"
                                },
                                "name": "iterable"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 550,
                                "end": 559,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 550,
                                  "end": 554,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 31
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 555,
                                  "end": 559,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 36
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ForStatement",
                          "start": 573,
                          "end": 1903,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 12
                            },
                            "end": {
                              "line": 53,
                              "column": 13
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 578,
                            "end": 594,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 17
                              },
                              "end": {
                                "line": 21,
                                "column": 33
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 582,
                                "end": 587,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 26
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 582,
                                  "end": 583,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 22
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 586,
                                  "end": 587,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 26
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 589,
                                "end": 594,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 33
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 589,
                                  "end": 594,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 33
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "init": null
                              }
                            ],
                            "kind": "var"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 596,
                            "end": 615,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 35
                              },
                              "end": {
                                "line": 21,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 596,
                              "end": 597,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 35
                                },
                                "end": {
                                  "line": 21,
                                  "column": 36
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "MemberExpression",
                              "start": 600,
                              "end": 615,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 39
                                },
                                "end": {
                                  "line": 21,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 600,
                                "end": 608,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 47
                                  },
                                  "identifierName": "iterable"
                                },
                                "name": "iterable"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 609,
                                "end": 615,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 54
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 617,
                            "end": 620,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 56
                              },
                              "end": {
                                "line": 21,
                                "column": 59
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 617,
                              "end": 618,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 56
                                },
                                "end": {
                                  "line": 21,
                                  "column": 57
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 622,
                            "end": 1903,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 61
                              },
                              "end": {
                                "line": 53,
                                "column": 13
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 640,
                                "end": 660,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 36
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 640,
                                  "end": 659,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 35
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 640,
                                    "end": 645,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 21
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 648,
                                    "end": 659,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 648,
                                      "end": 656,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 32
                                        },
                                        "identifierName": "iterable"
                                      },
                                      "name": "iterable"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 657,
                                      "end": 658,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 34
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 677,
                                "end": 706,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 45
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 681,
                                    "end": 705,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 44
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 681,
                                      "end": 685,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 24
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 688,
                                      "end": 705,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 688,
                                        "end": 698,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 688,
                                          "end": 692,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 693,
                                          "end": 698,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 37
                                            },
                                            "identifierName": "types"
                                          },
                                          "name": "types"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 699,
                                        "end": 704,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 43
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "TryStatement",
                                "start": 723,
                                "end": 1889,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 17
                                  }
                                },
                                "block": {
                                  "type": "BlockStatement",
                                  "start": 727,
                                  "end": 1506,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 17
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 749,
                                      "end": 1428,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 21
                                        }
                                      },
                                      "test": {
                                        "type": "Identifier",
                                        "start": 753,
                                        "end": 761,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 32
                                          },
                                          "identifierName": "HEX_DUMP"
                                        },
                                        "name": "HEX_DUMP"
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 763,
                                        "end": 1428,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 21
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 789,
                                            "end": 1406,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 25
                                              }
                                            },
                                            "test": {
                                              "type": "MemberExpression",
                                              "start": 793,
                                              "end": 812,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 793,
                                                "end": 797,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 32
                                                  },
                                                  "identifierName": "type"
                                                },
                                                "name": "type"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 798,
                                                "end": 812,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 47
                                                  },
                                                  "identifierName": "operation_name"
                                                },
                                                "name": "operation_name"
                                              },
                                              "computed": false
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 814,
                                              "end": 905,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 25
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 844,
                                                  "end": 879,
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 63
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 844,
                                                    "end": 878,
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 62
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 844,
                                                      "end": 857,
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 41
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 844,
                                                        "end": 851,
                                                        "loc": {
                                                          "start": {
                                                            "line": 27,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 27,
                                                            "column": 35
                                                          },
                                                          "identifierName": "console"
                                                        },
                                                        "name": "console"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 852,
                                                        "end": 857,
                                                        "loc": {
                                                          "start": {
                                                            "line": 27,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 27,
                                                            "column": 41
                                                          },
                                                          "identifierName": "error"
                                                        },
                                                        "name": "error"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 858,
                                                        "end": 877,
                                                        "loc": {
                                                          "start": {
                                                            "line": 27,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 27,
                                                            "column": 61
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 858,
                                                          "end": 862,
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 46
                                                            },
                                                            "identifierName": "type"
                                                          },
                                                          "name": "type"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 863,
                                                          "end": 877,
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 61
                                                            },
                                                            "identifierName": "operation_name"
                                                          },
                                                          "name": "operation_name"
                                                        },
                                                        "computed": false
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": {
                                              "type": "BlockStatement",
                                              "start": 911,
                                              "end": 1406,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 25
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 941,
                                                  "end": 959,
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 46
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 945,
                                                      "end": 958,
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 45
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 945,
                                                        "end": 947,
                                                        "loc": {
                                                          "start": {
                                                            "line": 29,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 29,
                                                            "column": 34
                                                          },
                                                          "identifierName": "o1"
                                                        },
                                                        "name": "o1"
                                                      },
                                                      "init": {
                                                        "type": "MemberExpression",
                                                        "start": 950,
                                                        "end": 958,
                                                        "loc": {
                                                          "start": {
                                                            "line": 29,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 29,
                                                            "column": 45
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 950,
                                                          "end": 951,
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 38
                                                            },
                                                            "identifierName": "b"
                                                          },
                                                          "name": "b"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 952,
                                                          "end": 958,
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 45
                                                            },
                                                            "identifierName": "offset"
                                                          },
                                                          "name": "offset"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  ],
                                                  "kind": "var"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 988,
                                                  "end": 1011,
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 51
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 988,
                                                    "end": 1010,
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 50
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 988,
                                                      "end": 1007,
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 47
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 988,
                                                        "end": 992,
                                                        "loc": {
                                                          "start": {
                                                            "line": 30,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 32
                                                          },
                                                          "identifierName": "type"
                                                        },
                                                        "name": "type"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 993,
                                                        "end": 1007,
                                                        "loc": {
                                                          "start": {
                                                            "line": 30,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 47
                                                          },
                                                          "identifierName": "fromByteBuffer"
                                                        },
                                                        "name": "fromByteBuffer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 1008,
                                                        "end": 1009,
                                                        "loc": {
                                                          "start": {
                                                            "line": 30,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 49
                                                          },
                                                          "identifierName": "b"
                                                        },
                                                        "name": "b"
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 1040,
                                                  "end": 1058,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 46
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 1044,
                                                      "end": 1057,
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 45
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 1044,
                                                        "end": 1046,
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 34
                                                          },
                                                          "identifierName": "o2"
                                                        },
                                                        "name": "o2"
                                                      },
                                                      "init": {
                                                        "type": "MemberExpression",
                                                        "start": 1049,
                                                        "end": 1057,
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 45
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1049,
                                                          "end": 1050,
                                                          "loc": {
                                                            "start": {
                                                              "line": 31,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 31,
                                                              "column": 38
                                                            },
                                                            "identifierName": "b"
                                                          },
                                                          "name": "b"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1051,
                                                          "end": 1057,
                                                          "loc": {
                                                            "start": {
                                                              "line": 31,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 31,
                                                              "column": 45
                                                            },
                                                            "identifierName": "offset"
                                                          },
                                                          "name": "offset"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  ],
                                                  "kind": "var"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1087,
                                                  "end": 1101,
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 42
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 1087,
                                                    "end": 1100,
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 41
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 1087,
                                                      "end": 1095,
                                                      "loc": {
                                                        "start": {
                                                          "line": 32,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 32,
                                                          "column": 36
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1087,
                                                        "end": 1088,
                                                        "loc": {
                                                          "start": {
                                                            "line": 32,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 32,
                                                            "column": 29
                                                          },
                                                          "identifierName": "b"
                                                        },
                                                        "name": "b"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1089,
                                                        "end": 1095,
                                                        "loc": {
                                                          "start": {
                                                            "line": 32,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 32,
                                                            "column": 36
                                                          },
                                                          "identifierName": "offset"
                                                        },
                                                        "name": "offset"
                                                      },
                                                      "computed": false
                                                    },
                                                    "right": {
                                                      "type": "Identifier",
                                                      "start": 1098,
                                                      "end": 1100,
                                                      "loc": {
                                                        "start": {
                                                          "line": 32,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 32,
                                                          "column": 41
                                                        },
                                                        "identifierName": "o1"
                                                      },
                                                      "name": "o1"
                                                    }
                                                  },
                                                  "trailingComments": [
                                                    {
                                                      "type": "CommentLine",
                                                      "value": "b.reset()",
                                                      "start": 1130,
                                                      "end": 1141,
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 39
                                                        }
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 1170,
                                                  "end": 1194,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 52
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 1174,
                                                      "end": 1193,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 51
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 1174,
                                                        "end": 1176,
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 34
                                                          },
                                                          "identifierName": "_b"
                                                        },
                                                        "name": "_b",
                                                        "leadingComments": null
                                                      },
                                                      "init": {
                                                        "type": "CallExpression",
                                                        "start": 1179,
                                                        "end": 1193,
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 51
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1179,
                                                          "end": 1185,
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 43
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1179,
                                                            "end": 1180,
                                                            "loc": {
                                                              "start": {
                                                                "line": 34,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 34,
                                                                "column": 38
                                                              },
                                                              "identifierName": "b"
                                                            },
                                                            "name": "b"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1181,
                                                            "end": 1185,
                                                            "loc": {
                                                              "start": {
                                                                "line": 34,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 34,
                                                                "column": 43
                                                              },
                                                              "identifierName": "copy"
                                                            },
                                                            "name": "copy"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 1186,
                                                            "end": 1188,
                                                            "loc": {
                                                              "start": {
                                                                "line": 34,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 34,
                                                                "column": 46
                                                              },
                                                              "identifierName": "o1"
                                                            },
                                                            "name": "o1"
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 1190,
                                                            "end": 1192,
                                                            "loc": {
                                                              "start": {
                                                                "line": 34,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 34,
                                                                "column": 50
                                                              },
                                                              "identifierName": "o2"
                                                            },
                                                            "name": "o2"
                                                          }
                                                        ]
                                                      },
                                                      "leadingComments": null
                                                    }
                                                  ],
                                                  "kind": "var",
                                                  "leadingComments": [
                                                    {
                                                      "type": "CommentLine",
                                                      "value": "b.reset()",
                                                      "start": 1130,
                                                      "end": 1141,
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 39
                                                        }
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1223,
                                                  "end": 1380,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 30
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 1223,
                                                    "end": 1379,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 29
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1223,
                                                      "end": 1236,
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 41
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1223,
                                                        "end": 1230,
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 35
                                                          },
                                                          "identifierName": "console"
                                                        },
                                                        "name": "console"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1231,
                                                        "end": 1236,
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 41
                                                          },
                                                          "identifierName": "error"
                                                        },
                                                        "name": "error"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "TemplateLiteral",
                                                        "start": 1270,
                                                        "end": 1305,
                                                        "loc": {
                                                          "start": {
                                                            "line": 36,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 36,
                                                            "column": 67
                                                          }
                                                        },
                                                        "expressions": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 1273,
                                                            "end": 1292,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 54
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 1273,
                                                              "end": 1277,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 39
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1278,
                                                              "end": 1292,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 54
                                                                },
                                                                "identifierName": "operation_name"
                                                              },
                                                              "name": "operation_name"
                                                            },
                                                            "computed": false
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 1296,
                                                            "end": 1301,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 63
                                                              },
                                                              "identifierName": "field"
                                                            },
                                                            "name": "field"
                                                          }
                                                        ],
                                                        "quasis": [
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1271,
                                                            "end": 1271,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 33
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": "",
                                                              "cooked": ""
                                                            },
                                                            "tail": false
                                                          },
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1293,
                                                            "end": 1294,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 56
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": ".",
                                                              "cooked": "."
                                                            },
                                                            "tail": false
                                                          },
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1302,
                                                            "end": 1304,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 64
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 66
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": "\\t",
                                                              "cooked": "\t"
                                                            },
                                                            "tail": true
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 1339,
                                                        "end": 1349,
                                                        "loc": {
                                                          "start": {
                                                            "line": 37,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 37,
                                                            "column": 42
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1339,
                                                          "end": 1347,
                                                          "loc": {
                                                            "start": {
                                                              "line": 37,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 37,
                                                              "column": 40
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1339,
                                                            "end": 1341,
                                                            "loc": {
                                                              "start": {
                                                                "line": 37,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 37,
                                                                "column": 34
                                                              },
                                                              "identifierName": "_b"
                                                            },
                                                            "name": "_b"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1342,
                                                            "end": 1347,
                                                            "loc": {
                                                              "start": {
                                                                "line": 37,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 37,
                                                                "column": 40
                                                              },
                                                              "identifierName": "toHex"
                                                            },
                                                            "name": "toHex"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1449,
                                      "end": 1488,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 59
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1449,
                                        "end": 1487,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 58
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1449,
                                          "end": 1462,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1449,
                                            "end": 1455,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 26
                                              },
                                              "identifierName": "object"
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1456,
                                            "end": 1461,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 32
                                              },
                                              "identifierName": "field"
                                            },
                                            "name": "field"
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1465,
                                          "end": 1487,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 58
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1465,
                                            "end": 1484,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 55
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1465,
                                              "end": 1469,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 40
                                                },
                                                "identifierName": "type"
                                              },
                                              "name": "type"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1470,
                                              "end": 1484,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 55
                                                },
                                                "identifierName": "fromByteBuffer"
                                              },
                                              "name": "fromByteBuffer"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1485,
                                              "end": 1486,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 57
                                                },
                                                "identifierName": "b"
                                              },
                                              "name": "b"
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "handler": {
                                  "type": "CatchClause",
                                  "start": 1507,
                                  "end": 1889,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 17
                                    }
                                  },
                                  "param": {
                                    "type": "Identifier",
                                    "start": 1514,
                                    "end": 1515,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 26
                                      },
                                      "identifierName": "e"
                                    },
                                    "name": "e"
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1517,
                                    "end": 1889,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 1539,
                                        "end": 1842,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 1543,
                                          "end": 1564,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1543,
                                            "end": 1553,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 34
                                              },
                                              "identifierName": "Serializer"
                                            },
                                            "name": "Serializer"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1554,
                                            "end": 1564,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 45
                                              },
                                              "identifierName": "printDebug"
                                            },
                                            "name": "printDebug"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 1566,
                                          "end": 1842,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1592,
                                              "end": 1780,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 26
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 1592,
                                                "end": 1779,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 25
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1592,
                                                  "end": 1605,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 37
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1592,
                                                    "end": 1599,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 31
                                                      },
                                                      "identifierName": "console"
                                                    },
                                                    "name": "console"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1600,
                                                    "end": 1605,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 37
                                                      },
                                                      "identifierName": "error"
                                                    },
                                                    "name": "error"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "TemplateLiteral",
                                                    "start": 1635,
                                                    "end": 1753,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 48
                                                      }
                                                    },
                                                    "expressions": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 1685,
                                                        "end": 1704,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 51
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 1685,
                                                          "end": 1689,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 36
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1690,
                                                          "end": 1704,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 51
                                                            },
                                                            "identifierName": "operation_name"
                                                          },
                                                          "name": "operation_name"
                                                        },
                                                        "computed": false
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 1737,
                                                        "end": 1742,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 37
                                                          },
                                                          "identifierName": "field"
                                                        },
                                                        "name": "field"
                                                      }
                                                    ],
                                                    "quasis": [
                                                      {
                                                        "type": "TemplateElement",
                                                        "start": 1636,
                                                        "end": 1650,
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 43
                                                          }
                                                        },
                                                        "value": {
                                                          "raw": "Error reading ",
                                                          "cooked": "Error reading "
                                                        },
                                                        "tail": false
                                                      },
                                                      {
                                                        "type": "TemplateElement",
                                                        "start": 1734,
                                                        "end": 1735,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 30
                                                          }
                                                        },
                                                        "value": {
                                                          "raw": ".",
                                                          "cooked": "."
                                                        },
                                                        "tail": false
                                                      },
                                                      {
                                                        "type": "TemplateElement",
                                                        "start": 1743,
                                                        "end": 1752,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 47
                                                          }
                                                        },
                                                        "value": {
                                                          "raw": " in data:",
                                                          "cooked": " in data:"
                                                        },
                                                        "tail": true
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1805,
                                              "end": 1820,
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 39
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 1805,
                                                "end": 1819,
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 38
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1805,
                                                  "end": 1817,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1805,
                                                    "end": 1806,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 25
                                                      },
                                                      "identifierName": "b"
                                                    },
                                                    "name": "b"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1807,
                                                    "end": 1817,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 36
                                                      },
                                                      "identifierName": "printDebug"
                                                    },
                                                    "name": "printDebug"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ThrowStatement",
                                        "start": 1863,
                                        "end": 1871,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 28
                                          }
                                        },
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 1869,
                                          "end": 1870,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 27
                                            },
                                            "identifierName": "e"
                                          },
                                          "name": "e"
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                },
                                "guardedHandlers": [],
                                "finalizer": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "handler": {
                      "type": "CatchClause",
                      "start": 1914,
                      "end": 2003,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 10
                        },
                        "end": {
                          "line": 56,
                          "column": 9
                        }
                      },
                      "param": {
                        "type": "Identifier",
                        "start": 1921,
                        "end": 1926,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 17
                          },
                          "end": {
                            "line": 54,
                            "column": 22
                          },
                          "identifierName": "error"
                        },
                        "name": "error"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 1928,
                        "end": 2003,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 24
                          },
                          "end": {
                            "line": 56,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1942,
                            "end": 1993,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 12
                              },
                              "end": {
                                "line": 55,
                                "column": 63
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1942,
                              "end": 1992,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 12
                                },
                                "end": {
                                  "line": 55,
                                  "column": 62
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1942,
                                "end": 1950,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1942,
                                  "end": 1944,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 14
                                    },
                                    "identifierName": "EC"
                                  },
                                  "name": "EC"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1945,
                                  "end": 1950,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 20
                                    },
                                    "identifierName": "throw"
                                  },
                                  "name": "throw"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 1951,
                                  "end": 1984,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 54
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1951,
                                    "end": 1976,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 46
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1951,
                                      "end": 1970,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1951,
                                        "end": 1955,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1956,
                                        "end": 1970,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 40
                                          },
                                          "identifierName": "operation_name"
                                        },
                                        "name": "operation_name"
                                      },
                                      "computed": false
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 1973,
                                      "end": 1976,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 46
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ".",
                                        "raw": "\".\""
                                      },
                                      "value": "."
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1979,
                                    "end": 1984,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 54
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "start": 1986,
                                  "end": 1991,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 61
                                    },
                                    "identifierName": "error"
                                  },
                                  "name": "error"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    "guardedHandlers": [],
                    "finalizer": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 2013,
                    "end": 2027,
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 8
                      },
                      "end": {
                        "line": 58,
                        "column": 22
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 2020,
                      "end": 2026,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 15
                        },
                        "end": {
                          "line": 58,
                          "column": 21
                        },
                        "identifierName": "object"
                      },
                      "name": "object"
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 2039,
              "end": 2923,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 89,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2039,
                "end": 2055,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 20
                  },
                  "identifierName": "appendByteBuffer"
                },
                "name": "appendByteBuffer"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2056,
                  "end": 2057,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 21
                    },
                    "end": {
                      "line": 61,
                      "column": 22
                    },
                    "identifierName": "b"
                  },
                  "name": "b"
                },
                {
                  "type": "Identifier",
                  "start": 2059,
                  "end": 2065,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 24
                    },
                    "end": {
                      "line": 61,
                      "column": 30
                    },
                    "identifierName": "object"
                  },
                  "name": "object"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2067,
                "end": 2923,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 32
                  },
                  "end": {
                    "line": 89,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 2077,
                    "end": 2094,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 8
                      },
                      "end": {
                        "line": 62,
                        "column": 25
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2081,
                        "end": 2093,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 12
                          },
                          "end": {
                            "line": 62,
                            "column": 24
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2081,
                          "end": 2086,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 12
                            },
                            "end": {
                              "line": 62,
                              "column": 17
                            },
                            "identifierName": "field"
                          },
                          "name": "field"
                        },
                        "init": {
                          "type": "NullLiteral",
                          "start": 2089,
                          "end": 2093,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 20
                            },
                            "end": {
                              "line": 62,
                              "column": 24
                            }
                          }
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "TryStatement",
                    "start": 2103,
                    "end": 2901,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 8
                      },
                      "end": {
                        "line": 87,
                        "column": 9
                      }
                    },
                    "block": {
                      "type": "BlockStatement",
                      "start": 2107,
                      "end": 2373,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 12
                        },
                        "end": {
                          "line": 70,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 2121,
                          "end": 2146,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 12
                            },
                            "end": {
                              "line": 64,
                              "column": 37
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 2125,
                              "end": 2145,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 16
                                },
                                "end": {
                                  "line": 64,
                                  "column": 36
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 2125,
                                "end": 2133,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 24
                                  },
                                  "identifierName": "iterable"
                                },
                                "name": "iterable"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 2136,
                                "end": 2145,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2136,
                                  "end": 2140,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 31
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2141,
                                  "end": 2145,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 36
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ForStatement",
                          "start": 2159,
                          "end": 2363,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 12
                            },
                            "end": {
                              "line": 69,
                              "column": 13
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 2164,
                            "end": 2180,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 17
                              },
                              "end": {
                                "line": 65,
                                "column": 33
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 2168,
                                "end": 2173,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 26
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 2168,
                                  "end": 2169,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 22
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 2172,
                                  "end": 2173,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 26
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 2175,
                                "end": 2180,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 33
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 2175,
                                  "end": 2180,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 33
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "init": null
                              }
                            ],
                            "kind": "var"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 2182,
                            "end": 2201,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 35
                              },
                              "end": {
                                "line": 65,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 2182,
                              "end": 2183,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 35
                                },
                                "end": {
                                  "line": 65,
                                  "column": 36
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "MemberExpression",
                              "start": 2186,
                              "end": 2201,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 39
                                },
                                "end": {
                                  "line": 65,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2186,
                                "end": 2194,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 47
                                  },
                                  "identifierName": "iterable"
                                },
                                "name": "iterable"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2195,
                                "end": 2201,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 54
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 2203,
                            "end": 2206,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 56
                              },
                              "end": {
                                "line": 65,
                                "column": 59
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 2203,
                              "end": 2204,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 56
                                },
                                "end": {
                                  "line": 65,
                                  "column": 57
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 2208,
                            "end": 2363,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 61
                              },
                              "end": {
                                "line": 69,
                                "column": 13
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 2226,
                                "end": 2246,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 36
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 2226,
                                  "end": 2245,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 35
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 2226,
                                    "end": 2231,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 21
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 2234,
                                    "end": 2245,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2234,
                                      "end": 2242,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 32
                                        },
                                        "identifierName": "iterable"
                                      },
                                      "name": "iterable"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2243,
                                      "end": 2244,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 34
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 2263,
                                "end": 2292,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 45
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 2267,
                                    "end": 2291,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 44
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 2267,
                                      "end": 2271,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 24
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 2274,
                                      "end": 2291,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2274,
                                        "end": 2284,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2274,
                                          "end": 2278,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2279,
                                          "end": 2284,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 37
                                            },
                                            "identifierName": "types"
                                          },
                                          "name": "types"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2285,
                                        "end": 2290,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 43
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 2309,
                                "end": 2349,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 56
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 2309,
                                  "end": 2348,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 55
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2309,
                                    "end": 2330,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2309,
                                      "end": 2313,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 20
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2314,
                                      "end": 2330,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 37
                                        },
                                        "identifierName": "appendByteBuffer"
                                      },
                                      "name": "appendByteBuffer"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 2331,
                                      "end": 2332,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 39
                                        },
                                        "identifierName": "b"
                                      },
                                      "name": "b"
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 2334,
                                      "end": 2347,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 54
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2334,
                                        "end": 2340,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 47
                                          },
                                          "identifierName": "object"
                                        },
                                        "name": "object"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2341,
                                        "end": 2346,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 53
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "handler": {
                      "type": "CatchClause",
                      "start": 2374,
                      "end": 2901,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 10
                        },
                        "end": {
                          "line": 87,
                          "column": 9
                        }
                      },
                      "param": {
                        "type": "Identifier",
                        "start": 2381,
                        "end": 2386,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 17
                          },
                          "end": {
                            "line": 70,
                            "column": 22
                          },
                          "identifierName": "error"
                        },
                        "name": "error"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 2388,
                        "end": 2901,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 24
                          },
                          "end": {
                            "line": 87,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "TryStatement",
                            "start": 2402,
                            "end": 2891,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 12
                              },
                              "end": {
                                "line": 86,
                                "column": 13
                              }
                            },
                            "block": {
                              "type": "BlockStatement",
                              "start": 2406,
                              "end": 2683,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 16
                                },
                                "end": {
                                  "line": 80,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2424,
                                  "end": 2669,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 18
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2424,
                                    "end": 2668,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 17
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2424,
                                      "end": 2432,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2424,
                                        "end": 2426,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 18
                                          },
                                          "identifierName": "EC"
                                        },
                                        "name": "EC"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2427,
                                        "end": 2432,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 24
                                          },
                                          "identifierName": "throw"
                                        },
                                        "name": "throw"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 2454,
                                        "end": 2623,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 53
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 2454,
                                          "end": 2567,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 29
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 2454,
                                            "end": 2535,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 29
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 2454,
                                              "end": 2503,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 27
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2454,
                                                "end": 2473,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2454,
                                                  "end": 2458,
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 24
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2459,
                                                  "end": 2473,
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 39
                                                    },
                                                    "identifierName": "operation_name"
                                                  },
                                                  "name": "operation_name"
                                                },
                                                "computed": false
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 2500,
                                                "end": 2503,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 27
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": ".",
                                                  "raw": "\".\""
                                                },
                                                "value": "."
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 2530,
                                              "end": 2535,
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 29
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 2562,
                                            "end": 2567,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 29
                                              }
                                            },
                                            "extra": {
                                              "rawValue": " = ",
                                              "raw": "\" = \""
                                            },
                                            "value": " = "
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 2594,
                                          "end": 2623,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 53
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2594,
                                            "end": 2608,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2594,
                                              "end": 2598,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 28
                                                },
                                                "identifierName": "JSON"
                                              },
                                              "name": "JSON"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2599,
                                              "end": 2608,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 38
                                                },
                                                "identifierName": "stringify"
                                              },
                                              "name": "stringify"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 2609,
                                              "end": 2622,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2609,
                                                "end": 2615,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 45
                                                  },
                                                  "identifierName": "object"
                                                },
                                                "name": "object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2616,
                                                "end": 2621,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 51
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": true
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2645,
                                        "end": 2650,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 25
                                          },
                                          "identifierName": "error"
                                        },
                                        "name": "error"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "handler": {
                              "type": "CatchClause",
                              "start": 2684,
                              "end": 2891,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 14
                                },
                                "end": {
                                  "line": 86,
                                  "column": 13
                                }
                              },
                              "param": {
                                "type": "Identifier",
                                "start": 2691,
                                "end": 2692,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 22
                                  },
                                  "identifierName": "e"
                                },
                                "name": "e"
                              },
                              "body": {
                                "type": "BlockStatement",
                                "start": 2694,
                                "end": 2891,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 13
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 2744,
                                    "end": 2877,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 18
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 2744,
                                      "end": 2876,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 17
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2744,
                                        "end": 2752,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2744,
                                          "end": 2746,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 18
                                            },
                                            "identifierName": "EC"
                                          },
                                          "name": "EC",
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2747,
                                          "end": 2752,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 24
                                            },
                                            "identifierName": "throw"
                                          },
                                          "name": "throw"
                                        },
                                        "computed": false,
                                        "leadingComments": null
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 2774,
                                          "end": 2831,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 77
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 2774,
                                            "end": 2815,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 61
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 2774,
                                              "end": 2807,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 53
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 2774,
                                                "end": 2799,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 45
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2774,
                                                  "end": 2793,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2774,
                                                    "end": 2778,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 24
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2779,
                                                    "end": 2793,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 39
                                                      },
                                                      "identifierName": "operation_name"
                                                    },
                                                    "name": "operation_name"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 2796,
                                                  "end": 2799,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 45
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": ".",
                                                    "raw": "\".\""
                                                  },
                                                  "value": "."
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 2802,
                                                "end": 2807,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 53
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 2810,
                                              "end": 2815,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 56
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 61
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " = ",
                                                "raw": "\" = \""
                                              },
                                              "value": " = "
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 2818,
                                            "end": 2831,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 77
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2818,
                                              "end": 2824,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 70
                                                },
                                                "identifierName": "object"
                                              },
                                              "name": "object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2825,
                                              "end": 2830,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 76
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": true
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 2853,
                                          "end": 2858,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 25
                                            },
                                            "identifierName": "error"
                                          },
                                          "name": "error"
                                        }
                                      ],
                                      "leadingComments": null
                                    },
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " circular ref",
                                        "start": 2712,
                                        "end": 2727,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ]
                                  }
                                ],
                                "directives": []
                              }
                            },
                            "guardedHandlers": [],
                            "finalizer": null
                          }
                        ],
                        "directives": []
                      }
                    },
                    "guardedHandlers": [],
                    "finalizer": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 2910,
                    "end": 2917,
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 8
                      },
                      "end": {
                        "line": 88,
                        "column": 15
                      }
                    },
                    "argument": null
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 2929,
              "end": 3624,
              "loc": {
                "start": {
                  "line": 91,
                  "column": 4
                },
                "end": {
                  "line": 110,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2929,
                "end": 2939,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 4
                  },
                  "end": {
                    "line": 91,
                    "column": 14
                  },
                  "identifierName": "fromObject"
                },
                "name": "fromObject"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2940,
                  "end": 2957,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 15
                    },
                    "end": {
                      "line": 91,
                      "column": 32
                    },
                    "identifierName": "serialized_object"
                  },
                  "name": "serialized_object"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2959,
                "end": 3624,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 34
                  },
                  "end": {
                    "line": 110,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 2969,
                    "end": 2985,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 8
                      },
                      "end": {
                        "line": 92,
                        "column": 24
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2973,
                        "end": 2984,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 12
                          },
                          "end": {
                            "line": 92,
                            "column": 23
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2973,
                          "end": 2979,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 12
                            },
                            "end": {
                              "line": 92,
                              "column": 18
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        "init": {
                          "type": "ObjectExpression",
                          "start": 2982,
                          "end": 2984,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 21
                            },
                            "end": {
                              "line": 92,
                              "column": 23
                            }
                          },
                          "properties": []
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2994,
                    "end": 3011,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 8
                      },
                      "end": {
                        "line": 93,
                        "column": 25
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2998,
                        "end": 3010,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 12
                          },
                          "end": {
                            "line": 93,
                            "column": 24
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2998,
                          "end": 3003,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 12
                            },
                            "end": {
                              "line": 93,
                              "column": 17
                            },
                            "identifierName": "field"
                          },
                          "name": "field"
                        },
                        "init": {
                          "type": "NullLiteral",
                          "start": 3006,
                          "end": 3010,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 20
                            },
                            "end": {
                              "line": 93,
                              "column": 24
                            }
                          }
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "TryStatement",
                    "start": 3020,
                    "end": 3594,
                    "loc": {
                      "start": {
                        "line": 94,
                        "column": 8
                      },
                      "end": {
                        "line": 107,
                        "column": 9
                      }
                    },
                    "block": {
                      "type": "BlockStatement",
                      "start": 3024,
                      "end": 3504,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 12
                        },
                        "end": {
                          "line": 105,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 3038,
                          "end": 3063,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 12
                            },
                            "end": {
                              "line": 95,
                              "column": 37
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 3042,
                              "end": 3062,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 16
                                },
                                "end": {
                                  "line": 95,
                                  "column": 36
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 3042,
                                "end": 3050,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 24
                                  },
                                  "identifierName": "iterable"
                                },
                                "name": "iterable"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 3053,
                                "end": 3062,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3053,
                                  "end": 3057,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 31
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3058,
                                  "end": 3062,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 36
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ForStatement",
                          "start": 3076,
                          "end": 3494,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 12
                            },
                            "end": {
                              "line": 104,
                              "column": 13
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 3081,
                            "end": 3097,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 17
                              },
                              "end": {
                                "line": 96,
                                "column": 33
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3085,
                                "end": 3090,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 26
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3085,
                                  "end": 3086,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 22
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 3089,
                                  "end": 3090,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 26
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 3092,
                                "end": 3097,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 33
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3092,
                                  "end": 3097,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 33
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "init": null
                              }
                            ],
                            "kind": "var"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 3099,
                            "end": 3118,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 35
                              },
                              "end": {
                                "line": 96,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 3099,
                              "end": 3100,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 35
                                },
                                "end": {
                                  "line": 96,
                                  "column": 36
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "MemberExpression",
                              "start": 3103,
                              "end": 3118,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 39
                                },
                                "end": {
                                  "line": 96,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3103,
                                "end": 3111,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 47
                                  },
                                  "identifierName": "iterable"
                                },
                                "name": "iterable"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3112,
                                "end": 3118,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 54
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 3120,
                            "end": 3123,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 56
                              },
                              "end": {
                                "line": 96,
                                "column": 59
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 3120,
                              "end": 3121,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 56
                                },
                                "end": {
                                  "line": 96,
                                  "column": 57
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 3125,
                            "end": 3494,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 61
                              },
                              "end": {
                                "line": 104,
                                "column": 13
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 3143,
                                "end": 3163,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 36
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 3143,
                                  "end": 3162,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 35
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3143,
                                    "end": 3148,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 21
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 3151,
                                    "end": 3162,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3151,
                                      "end": 3159,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 32
                                        },
                                        "identifierName": "iterable"
                                      },
                                      "name": "iterable"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3160,
                                      "end": 3161,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 34
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3180,
                                "end": 3209,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 45
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3184,
                                    "end": 3208,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 44
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3184,
                                      "end": 3188,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 24
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 3191,
                                      "end": 3208,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3191,
                                        "end": 3201,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3191,
                                          "end": 3195,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3196,
                                          "end": 3201,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 37
                                            },
                                            "identifierName": "types"
                                          },
                                          "name": "types"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3202,
                                        "end": 3207,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 43
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3226,
                                "end": 3263,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 53
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3230,
                                    "end": 3262,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 52
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3230,
                                      "end": 3235,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 25
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 3238,
                                      "end": 3262,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 52
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3238,
                                        "end": 3255,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 45
                                          },
                                          "identifierName": "serialized_object"
                                        },
                                        "name": "serialized_object"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3256,
                                        "end": 3261,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 51
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "kind": "var",
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": "DEBUG value = value.resolve if value.resolve",
                                    "start": 3280,
                                    "end": 3326,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 62
                                      }
                                    }
                                  },
                                  {
                                    "type": "CommentLine",
                                    "value": "DEBUG console.log('... value',field,value)",
                                    "start": 3343,
                                    "end": 3387,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 60
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3404,
                                "end": 3440,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 52
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3408,
                                    "end": 3439,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 51
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3408,
                                      "end": 3414,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 26
                                        },
                                        "identifierName": "object"
                                      },
                                      "name": "object",
                                      "leadingComments": null
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 3417,
                                      "end": 3439,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 51
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3417,
                                        "end": 3432,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3417,
                                          "end": 3421,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 33
                                            },
                                            "identifierName": "type"
                                          },
                                          "name": "type"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3422,
                                          "end": 3432,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 44
                                            },
                                            "identifierName": "fromObject"
                                          },
                                          "name": "fromObject"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 3433,
                                          "end": 3438,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 50
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        }
                                      ]
                                    },
                                    "leadingComments": null
                                  }
                                ],
                                "kind": "var",
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": "DEBUG value = value.resolve if value.resolve",
                                    "start": 3280,
                                    "end": 3326,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 62
                                      }
                                    }
                                  },
                                  {
                                    "type": "CommentLine",
                                    "value": "DEBUG console.log('... value',field,value)",
                                    "start": 3343,
                                    "end": 3387,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 60
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 3457,
                                "end": 3480,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 39
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 3457,
                                  "end": 3479,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 38
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 3457,
                                    "end": 3470,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3457,
                                      "end": 3463,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 22
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3464,
                                      "end": 3469,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 28
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    "computed": true
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 3473,
                                    "end": 3479,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 38
                                      },
                                      "identifierName": "object"
                                    },
                                    "name": "object"
                                  }
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "handler": {
                      "type": "CatchClause",
                      "start": 3505,
                      "end": 3594,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 10
                        },
                        "end": {
                          "line": 107,
                          "column": 9
                        }
                      },
                      "param": {
                        "type": "Identifier",
                        "start": 3512,
                        "end": 3517,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 17
                          },
                          "end": {
                            "line": 105,
                            "column": 22
                          },
                          "identifierName": "error"
                        },
                        "name": "error"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3519,
                        "end": 3594,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 24
                          },
                          "end": {
                            "line": 107,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3533,
                            "end": 3584,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 12
                              },
                              "end": {
                                "line": 106,
                                "column": 63
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3533,
                              "end": 3583,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 12
                                },
                                "end": {
                                  "line": 106,
                                  "column": 62
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3533,
                                "end": 3541,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3533,
                                  "end": 3535,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 14
                                    },
                                    "identifierName": "EC"
                                  },
                                  "name": "EC"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3536,
                                  "end": 3541,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 20
                                    },
                                    "identifierName": "throw"
                                  },
                                  "name": "throw"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 3542,
                                  "end": 3575,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 54
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 3542,
                                    "end": 3567,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 46
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3542,
                                      "end": 3561,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3542,
                                        "end": 3546,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3547,
                                        "end": 3561,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 40
                                          },
                                          "identifierName": "operation_name"
                                        },
                                        "name": "operation_name"
                                      },
                                      "computed": false
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 3564,
                                      "end": 3567,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 46
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ".",
                                        "raw": "\".\""
                                      },
                                      "value": "."
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 3570,
                                    "end": 3575,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 54
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "start": 3577,
                                  "end": 3582,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 61
                                    },
                                    "identifierName": "error"
                                  },
                                  "name": "error"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    "guardedHandlers": [],
                    "finalizer": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 3604,
                    "end": 3618,
                    "loc": {
                      "start": {
                        "line": 109,
                        "column": 8
                      },
                      "end": {
                        "line": 109,
                        "column": 22
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 3611,
                      "end": 3617,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 15
                        },
                        "end": {
                          "line": 109,
                          "column": 21
                        },
                        "identifierName": "result"
                      },
                      "name": "result"
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n        @arg {boolean} [debug.use_default = false] - more template friendly\n        @arg {boolean} [debug.annotate = false] - add user-friendly information\n    ",
                  "start": 3630,
                  "end": 3796,
                  "loc": {
                    "start": {
                      "line": 112,
                      "column": 4
                    },
                    "end": {
                      "line": 115,
                      "column": 6
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 3801,
              "end": 5322,
              "loc": {
                "start": {
                  "line": 116,
                  "column": 4
                },
                "end": {
                  "line": 158,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3801,
                "end": 3809,
                "loc": {
                  "start": {
                    "line": 116,
                    "column": 4
                  },
                  "end": {
                    "line": 116,
                    "column": 12
                  },
                  "identifierName": "toObject"
                },
                "name": "toObject",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "AssignmentPattern",
                  "start": 3819,
                  "end": 3841,
                  "loc": {
                    "start": {
                      "line": 117,
                      "column": 8
                    },
                    "end": {
                      "line": 117,
                      "column": 30
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 3819,
                    "end": 3836,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 8
                      },
                      "end": {
                        "line": 117,
                        "column": 25
                      },
                      "identifierName": "serialized_object"
                    },
                    "name": "serialized_object"
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "start": 3839,
                    "end": 3841,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 28
                      },
                      "end": {
                        "line": 117,
                        "column": 30
                      }
                    },
                    "properties": []
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "start": 3851,
                  "end": 3896,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 8
                    },
                    "end": {
                      "line": 118,
                      "column": 53
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 3851,
                    "end": 3856,
                    "loc": {
                      "start": {
                        "line": 118,
                        "column": 8
                      },
                      "end": {
                        "line": 118,
                        "column": 13
                      },
                      "identifierName": "debug"
                    },
                    "name": "debug"
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "start": 3859,
                    "end": 3896,
                    "loc": {
                      "start": {
                        "line": 118,
                        "column": 16
                      },
                      "end": {
                        "line": 118,
                        "column": 53
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 3860,
                        "end": 3878,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 17
                          },
                          "end": {
                            "line": 118,
                            "column": 35
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3860,
                          "end": 3871,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 17
                            },
                            "end": {
                              "line": 118,
                              "column": 28
                            },
                            "identifierName": "use_default"
                          },
                          "name": "use_default"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 3873,
                          "end": 3878,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 30
                            },
                            "end": {
                              "line": 118,
                              "column": 35
                            }
                          },
                          "value": false
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 3880,
                        "end": 3895,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 37
                          },
                          "end": {
                            "line": 118,
                            "column": 52
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 3880,
                          "end": 3888,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 37
                            },
                            "end": {
                              "line": 118,
                              "column": 45
                            },
                            "identifierName": "annotate"
                          },
                          "name": "annotate"
                        },
                        "value": {
                          "type": "BooleanLiteral",
                          "start": 3890,
                          "end": 3895,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 47
                            },
                            "end": {
                              "line": 118,
                              "column": 52
                            }
                          },
                          "value": false
                        }
                      }
                    ]
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 3903,
                "end": 5322,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 6
                  },
                  "end": {
                    "line": 158,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 3913,
                    "end": 3929,
                    "loc": {
                      "start": {
                        "line": 120,
                        "column": 8
                      },
                      "end": {
                        "line": 120,
                        "column": 24
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 3917,
                        "end": 3928,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 12
                          },
                          "end": {
                            "line": 120,
                            "column": 23
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 3917,
                          "end": 3923,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 12
                            },
                            "end": {
                              "line": 120,
                              "column": 18
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        "init": {
                          "type": "ObjectExpression",
                          "start": 3926,
                          "end": 3928,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 21
                            },
                            "end": {
                              "line": 120,
                              "column": 23
                            }
                          },
                          "properties": []
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 3938,
                    "end": 3955,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 8
                      },
                      "end": {
                        "line": 121,
                        "column": 25
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 3942,
                        "end": 3954,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 12
                          },
                          "end": {
                            "line": 121,
                            "column": 24
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 3942,
                          "end": 3947,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 12
                            },
                            "end": {
                              "line": 121,
                              "column": 17
                            },
                            "identifierName": "field"
                          },
                          "name": "field"
                        },
                        "init": {
                          "type": "NullLiteral",
                          "start": 3950,
                          "end": 3954,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 20
                            },
                            "end": {
                              "line": 121,
                              "column": 24
                            }
                          }
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "TryStatement",
                    "start": 3964,
                    "end": 5292,
                    "loc": {
                      "start": {
                        "line": 122,
                        "column": 8
                      },
                      "end": {
                        "line": 155,
                        "column": 9
                      }
                    },
                    "block": {
                      "type": "BlockStatement",
                      "start": 3968,
                      "end": 5202,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 12
                        },
                        "end": {
                          "line": 153,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "IfStatement",
                          "start": 3982,
                          "end": 4013,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 12
                            },
                            "end": {
                              "line": 123,
                              "column": 43
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 3986,
                            "end": 3997,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 16
                              },
                              "end": {
                                "line": 123,
                                "column": 27
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 3987,
                              "end": 3997,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 17
                                },
                                "end": {
                                  "line": 123,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3987,
                                "end": 3991,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 21
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3992,
                                "end": 3997,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 27
                                  },
                                  "identifierName": "types"
                                },
                                "name": "types"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "consequent": {
                            "type": "ReturnStatement",
                            "start": 3999,
                            "end": 4013,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 29
                              },
                              "end": {
                                "line": 123,
                                "column": 43
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 4006,
                              "end": 4012,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 36
                                },
                                "end": {
                                  "line": 123,
                                  "column": 42
                                },
                                "identifierName": "result"
                              },
                              "name": "result"
                            }
                          },
                          "alternate": null
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 4027,
                          "end": 4052,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 12
                            },
                            "end": {
                              "line": 125,
                              "column": 37
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 4031,
                              "end": 4051,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 16
                                },
                                "end": {
                                  "line": 125,
                                  "column": 36
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 4031,
                                "end": 4039,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 24
                                  },
                                  "identifierName": "iterable"
                                },
                                "name": "iterable"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 4042,
                                "end": 4051,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4042,
                                  "end": 4046,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 31
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4047,
                                  "end": 4051,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 36
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "ForStatement",
                          "start": 4065,
                          "end": 5192,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 12
                            },
                            "end": {
                              "line": 152,
                              "column": 13
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 4070,
                            "end": 4086,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 17
                              },
                              "end": {
                                "line": 126,
                                "column": 33
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 4074,
                                "end": 4079,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 26
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 4074,
                                  "end": 4075,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 22
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 4078,
                                  "end": 4079,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 26
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 4081,
                                "end": 4086,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 33
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 4081,
                                  "end": 4086,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 33
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "init": null
                              }
                            ],
                            "kind": "var"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 4088,
                            "end": 4107,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 35
                              },
                              "end": {
                                "line": 126,
                                "column": 54
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 4088,
                              "end": 4089,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 35
                                },
                                "end": {
                                  "line": 126,
                                  "column": 36
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "operator": "<",
                            "right": {
                              "type": "MemberExpression",
                              "start": 4092,
                              "end": 4107,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 39
                                },
                                "end": {
                                  "line": 126,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4092,
                                "end": 4100,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 47
                                  },
                                  "identifierName": "iterable"
                                },
                                "name": "iterable"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4101,
                                "end": 4107,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 54
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 4109,
                            "end": 4112,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 56
                              },
                              "end": {
                                "line": 126,
                                "column": 59
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 4109,
                              "end": 4110,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 56
                                },
                                "end": {
                                  "line": 126,
                                  "column": 57
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 4114,
                            "end": 5192,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 61
                              },
                              "end": {
                                "line": 152,
                                "column": 13
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 4132,
                                "end": 4152,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 36
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 4132,
                                  "end": 4151,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 35
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 4132,
                                    "end": 4137,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 21
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 4140,
                                    "end": 4151,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 35
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4140,
                                      "end": 4148,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 32
                                        },
                                        "identifierName": "iterable"
                                      },
                                      "name": "iterable"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4149,
                                      "end": 4150,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 34
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 4169,
                                "end": 4198,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 45
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 4173,
                                    "end": 4197,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 44
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 4173,
                                      "end": 4177,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 24
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 4180,
                                      "end": 4197,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4180,
                                        "end": 4190,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4180,
                                          "end": 4184,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4185,
                                          "end": 4190,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 37
                                            },
                                            "identifierName": "types"
                                          },
                                          "name": "types"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4191,
                                        "end": 4196,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 43
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 4215,
                                "end": 4486,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 18
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 4219,
                                    "end": 4485,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 17
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 4219,
                                      "end": 4225,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 26
                                        },
                                        "identifierName": "object"
                                      },
                                      "name": "object"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 4228,
                                      "end": 4485,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 17
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4228,
                                        "end": 4241,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 42
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4228,
                                          "end": 4232,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 33
                                            },
                                            "identifierName": "type"
                                          },
                                          "name": "type"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4233,
                                          "end": 4241,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 42
                                            },
                                            "identifierName": "toObject"
                                          },
                                          "name": "toObject"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ConditionalExpression",
                                          "start": 4263,
                                          "end": 4440,
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 35
                                            }
                                          },
                                          "test": {
                                            "type": "LogicalExpression",
                                            "start": 4263,
                                            "end": 4353,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 46
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 4263,
                                              "end": 4303,
                                              "loc": {
                                                "start": {
                                                  "line": 130,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 130,
                                                  "column": 60
                                                }
                                              },
                                              "left": {
                                                "type": "UnaryExpression",
                                                "start": 4263,
                                                "end": 4287,
                                                "loc": {
                                                  "start": {
                                                    "line": 130,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 44
                                                  }
                                                },
                                                "operator": "typeof",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "Identifier",
                                                  "start": 4270,
                                                  "end": 4287,
                                                  "loc": {
                                                    "start": {
                                                      "line": 130,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 130,
                                                      "column": 44
                                                    },
                                                    "identifierName": "serialized_object"
                                                  },
                                                  "name": "serialized_object"
                                                },
                                                "extra": {
                                                  "parenthesizedArgument": false
                                                }
                                              },
                                              "operator": "!==",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 4292,
                                                "end": 4303,
                                                "loc": {
                                                  "start": {
                                                    "line": 130,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 60
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "undefined",
                                                  "raw": "\"undefined\""
                                                },
                                                "value": "undefined"
                                              }
                                            },
                                            "operator": "&&",
                                            "right": {
                                              "type": "BinaryExpression",
                                              "start": 4327,
                                              "end": 4353,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 46
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 4327,
                                                "end": 4344,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 37
                                                  },
                                                  "identifierName": "serialized_object"
                                                },
                                                "name": "serialized_object"
                                              },
                                              "operator": "!==",
                                              "right": {
                                                "type": "NullLiteral",
                                                "start": 4349,
                                                "end": 4353,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 46
                                                  }
                                                }
                                              }
                                            }
                                          },
                                          "consequent": {
                                            "type": "MemberExpression",
                                            "start": 4380,
                                            "end": 4404,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 50
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4380,
                                              "end": 4397,
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 132,
                                                  "column": 43
                                                },
                                                "identifierName": "serialized_object"
                                              },
                                              "name": "serialized_object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4398,
                                              "end": 4403,
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 132,
                                                  "column": 49
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": true
                                          },
                                          "alternate": {
                                            "type": "Identifier",
                                            "start": 4431,
                                            "end": 4440,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 35
                                              },
                                              "identifierName": "undefined"
                                            },
                                            "name": "undefined"
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 4462,
                                          "end": 4467,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 25
                                            },
                                            "identifierName": "debug"
                                          },
                                          "name": "debug"
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 4503,
                                "end": 4526,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 39
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 4503,
                                  "end": 4525,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 38
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 4503,
                                    "end": 4516,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 29
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4503,
                                      "end": 4509,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 22
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4510,
                                      "end": 4515,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 28
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    "computed": true
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 4519,
                                    "end": 4525,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 38
                                      },
                                      "identifierName": "object"
                                    },
                                    "name": "object"
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 4543,
                                "end": 5178,
                                "loc": {
                                  "start": {
                                    "line": 137,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 17
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 4547,
                                  "end": 4555,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 28
                                    },
                                    "identifierName": "HEX_DUMP"
                                  },
                                  "name": "HEX_DUMP"
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 4557,
                                  "end": 5178,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 17
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 4579,
                                      "end": 4727,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 22
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 4583,
                                          "end": 4726,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 21
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 4583,
                                            "end": 4584,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 25
                                              },
                                              "identifierName": "b"
                                            },
                                            "name": "b"
                                          },
                                          "init": {
                                            "type": "NewExpression",
                                            "start": 4587,
                                            "end": 4726,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 21
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 4591,
                                              "end": 4601,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 42
                                                },
                                                "identifierName": "ByteBuffer"
                                              },
                                              "name": "ByteBuffer"
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4627,
                                                "end": 4654,
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 51
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4627,
                                                  "end": 4637,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 34
                                                    },
                                                    "identifierName": "ByteBuffer"
                                                  },
                                                  "name": "ByteBuffer"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4638,
                                                  "end": 4654,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 51
                                                    },
                                                    "identifierName": "DEFAULT_CAPACITY"
                                                  },
                                                  "name": "DEFAULT_CAPACITY"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 4680,
                                                "end": 4704,
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 48
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4680,
                                                  "end": 4690,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 34
                                                    },
                                                    "identifierName": "ByteBuffer"
                                                  },
                                                  "name": "ByteBuffer"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4691,
                                                  "end": 4704,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 48
                                                    },
                                                    "identifierName": "LITTLE_ENDIAN"
                                                  },
                                                  "name": "LITTLE_ENDIAN"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "var"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4748,
                                      "end": 5034,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 22
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 4748,
                                        "end": 5033,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 21
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4748,
                                          "end": 4769,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4748,
                                            "end": 4752,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 24
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4753,
                                            "end": 4769,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 41
                                              },
                                              "identifierName": "appendByteBuffer"
                                            },
                                            "name": "appendByteBuffer"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4795,
                                            "end": 4796,
                                            "loc": {
                                              "start": {
                                                "line": 143,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 143,
                                                "column": 25
                                              },
                                              "identifierName": "b"
                                            },
                                            "name": "b"
                                          },
                                          {
                                            "type": "ConditionalExpression",
                                            "start": 4822,
                                            "end": 5011,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 39
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 4822,
                                              "end": 4916,
                                              "loc": {
                                                "start": {
                                                  "line": 144,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 145,
                                                  "column": 50
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 4822,
                                                "end": 4862,
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 64
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 4822,
                                                  "end": 4846,
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 48
                                                    }
                                                  },
                                                  "operator": "typeof",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "start": 4829,
                                                    "end": 4846,
                                                    "loc": {
                                                      "start": {
                                                        "line": 144,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 144,
                                                        "column": 48
                                                      },
                                                      "identifierName": "serialized_object"
                                                    },
                                                    "name": "serialized_object"
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  }
                                                },
                                                "operator": "!==",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 4851,
                                                  "end": 4862,
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 64
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "undefined",
                                                    "raw": "\"undefined\""
                                                  },
                                                  "value": "undefined"
                                                }
                                              },
                                              "operator": "&&",
                                              "right": {
                                                "type": "BinaryExpression",
                                                "start": 4890,
                                                "end": 4916,
                                                "loc": {
                                                  "start": {
                                                    "line": 145,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 145,
                                                    "column": 50
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4890,
                                                  "end": 4907,
                                                  "loc": {
                                                    "start": {
                                                      "line": 145,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 145,
                                                      "column": 41
                                                    },
                                                    "identifierName": "serialized_object"
                                                  },
                                                  "name": "serialized_object"
                                                },
                                                "operator": "!==",
                                                "right": {
                                                  "type": "NullLiteral",
                                                  "start": 4912,
                                                  "end": 4916,
                                                  "loc": {
                                                    "start": {
                                                      "line": 145,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 145,
                                                      "column": 50
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "MemberExpression",
                                              "start": 4947,
                                              "end": 4971,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 54
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4947,
                                                "end": 4964,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 47
                                                  },
                                                  "identifierName": "serialized_object"
                                                },
                                                "name": "serialized_object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4965,
                                                "end": 4970,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 53
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": true
                                            },
                                            "alternate": {
                                              "type": "Identifier",
                                              "start": 5002,
                                              "end": 5011,
                                              "loc": {
                                                "start": {
                                                  "line": 147,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 39
                                                },
                                                "identifierName": "undefined"
                                              },
                                              "name": "undefined"
                                            }
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 5055,
                                      "end": 5079,
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 149,
                                          "column": 44
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 5055,
                                        "end": 5078,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 43
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 5055,
                                          "end": 5056,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 21
                                            },
                                            "identifierName": "b"
                                          },
                                          "name": "b"
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 5059,
                                          "end": 5078,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 43
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5059,
                                            "end": 5065,
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5059,
                                              "end": 5060,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 25
                                                },
                                                "identifierName": "b"
                                              },
                                              "name": "b"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5061,
                                              "end": 5065,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 30
                                                },
                                                "identifierName": "copy"
                                              },
                                              "name": "copy"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "NumericLiteral",
                                              "start": 5066,
                                              "end": 5067,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 32
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "start": 5069,
                                              "end": 5077,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 42
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5069,
                                                "end": 5070,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 35
                                                  },
                                                  "identifierName": "b"
                                                },
                                                "name": "b"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5071,
                                                "end": 5077,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 42
                                                  },
                                                  "identifierName": "offset"
                                                },
                                                "name": "offset"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 5100,
                                      "end": 5160,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 80
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 5100,
                                        "end": 5159,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5100,
                                          "end": 5113,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5100,
                                            "end": 5107,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 27
                                              },
                                              "identifierName": "console"
                                            },
                                            "name": "console"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5108,
                                            "end": 5113,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 33
                                              },
                                              "identifierName": "error"
                                            },
                                            "name": "error"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5114,
                                            "end": 5147,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 67
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 5114,
                                              "end": 5139,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 59
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 5114,
                                                "end": 5133,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 53
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5114,
                                                  "end": 5118,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5119,
                                                  "end": 5133,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 53
                                                    },
                                                    "identifierName": "operation_name"
                                                  },
                                                  "name": "operation_name"
                                                },
                                                "computed": false
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 5136,
                                                "end": 5139,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 59
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": ".",
                                                  "raw": "\".\""
                                                },
                                                "value": "."
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 5142,
                                              "end": 5147,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 67
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            }
                                          },
                                          {
                                            "type": "CallExpression",
                                            "start": 5149,
                                            "end": 5158,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5149,
                                              "end": 5156,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 76
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5149,
                                                "end": 5150,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 70
                                                  },
                                                  "identifierName": "b"
                                                },
                                                "name": "b"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5151,
                                                "end": 5156,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 76
                                                  },
                                                  "identifierName": "toHex"
                                                },
                                                "name": "toHex"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "handler": {
                      "type": "CatchClause",
                      "start": 5203,
                      "end": 5292,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 10
                        },
                        "end": {
                          "line": 155,
                          "column": 9
                        }
                      },
                      "param": {
                        "type": "Identifier",
                        "start": 5210,
                        "end": 5215,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 17
                          },
                          "end": {
                            "line": 153,
                            "column": 22
                          },
                          "identifierName": "error"
                        },
                        "name": "error"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 5217,
                        "end": 5292,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 24
                          },
                          "end": {
                            "line": 155,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5231,
                            "end": 5282,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 12
                              },
                              "end": {
                                "line": 154,
                                "column": 63
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 5231,
                              "end": 5281,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 12
                                },
                                "end": {
                                  "line": 154,
                                  "column": 62
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5231,
                                "end": 5239,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5231,
                                  "end": 5233,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 14
                                    },
                                    "identifierName": "EC"
                                  },
                                  "name": "EC"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5234,
                                  "end": 5239,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 20
                                    },
                                    "identifierName": "throw"
                                  },
                                  "name": "throw"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 5240,
                                  "end": 5273,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 54
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 5240,
                                    "end": 5265,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 46
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5240,
                                      "end": 5259,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5240,
                                        "end": 5244,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5245,
                                        "end": 5259,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 40
                                          },
                                          "identifierName": "operation_name"
                                        },
                                        "name": "operation_name"
                                      },
                                      "computed": false
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 5262,
                                      "end": 5265,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 46
                                        }
                                      },
                                      "extra": {
                                        "rawValue": ".",
                                        "raw": "\".\""
                                      },
                                      "value": "."
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 5268,
                                    "end": 5273,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 54
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "start": 5275,
                                  "end": 5280,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 61
                                    },
                                    "identifierName": "error"
                                  },
                                  "name": "error"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    "guardedHandlers": [],
                    "finalizer": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 5302,
                    "end": 5316,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 8
                      },
                      "end": {
                        "line": 157,
                        "column": 22
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 5309,
                      "end": 5315,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 15
                        },
                        "end": {
                          "line": 157,
                          "column": 21
                        },
                        "identifierName": "result"
                      },
                      "name": "result"
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n        @arg {boolean} [debug.use_default = false] - more template friendly\n        @arg {boolean} [debug.annotate = false] - add user-friendly information\n    ",
                  "start": 3630,
                  "end": 3796,
                  "loc": {
                    "start": {
                      "line": 112,
                      "column": 4
                    },
                    "end": {
                      "line": 115,
                      "column": 6
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "* Sort by the first element in a operation ",
                  "start": 5328,
                  "end": 5375,
                  "loc": {
                    "start": {
                      "line": 160,
                      "column": 4
                    },
                    "end": {
                      "line": 160,
                      "column": 51
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 5380,
              "end": 6160,
              "loc": {
                "start": {
                  "line": 161,
                  "column": 4
                },
                "end": {
                  "line": 182,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5380,
                "end": 5387,
                "loc": {
                  "start": {
                    "line": 161,
                    "column": 4
                  },
                  "end": {
                    "line": 161,
                    "column": 11
                  },
                  "identifierName": "compare"
                },
                "name": "compare",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5388,
                  "end": 5389,
                  "loc": {
                    "start": {
                      "line": 161,
                      "column": 12
                    },
                    "end": {
                      "line": 161,
                      "column": 13
                    },
                    "identifierName": "a"
                  },
                  "name": "a"
                },
                {
                  "type": "Identifier",
                  "start": 5391,
                  "end": 5392,
                  "loc": {
                    "start": {
                      "line": 161,
                      "column": 15
                    },
                    "end": {
                      "line": 161,
                      "column": 16
                    },
                    "identifierName": "b"
                  },
                  "name": "b"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 5394,
                "end": 6160,
                "loc": {
                  "start": {
                    "line": 161,
                    "column": 18
                  },
                  "end": {
                    "line": 182,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 5404,
                    "end": 5433,
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 8
                      },
                      "end": {
                        "line": 162,
                        "column": 37
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5408,
                        "end": 5432,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 12
                          },
                          "end": {
                            "line": 162,
                            "column": 36
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5408,
                          "end": 5417,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 12
                            },
                            "end": {
                              "line": 162,
                              "column": 21
                            },
                            "identifierName": "first_key"
                          },
                          "name": "first_key"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 5420,
                          "end": 5432,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 24
                            },
                            "end": {
                              "line": 162,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5420,
                            "end": 5429,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 24
                              },
                              "end": {
                                "line": 162,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5420,
                              "end": 5424,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 24
                                },
                                "end": {
                                  "line": 162,
                                  "column": 28
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5425,
                              "end": 5429,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 29
                                },
                                "end": {
                                  "line": 162,
                                  "column": 33
                                },
                                "identifierName": "keys"
                              },
                              "name": "keys"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "NumericLiteral",
                            "start": 5430,
                            "end": 5431,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 34
                              },
                              "end": {
                                "line": 162,
                                "column": 35
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          "computed": true
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 5442,
                    "end": 5481,
                    "loc": {
                      "start": {
                        "line": 163,
                        "column": 8
                      },
                      "end": {
                        "line": 163,
                        "column": 47
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5446,
                        "end": 5480,
                        "loc": {
                          "start": {
                            "line": 163,
                            "column": 12
                          },
                          "end": {
                            "line": 163,
                            "column": 46
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5446,
                          "end": 5456,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 12
                            },
                            "end": {
                              "line": 163,
                              "column": 22
                            },
                            "identifierName": "first_type"
                          },
                          "name": "first_type"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 5459,
                          "end": 5480,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 25
                            },
                            "end": {
                              "line": 163,
                              "column": 46
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5459,
                            "end": 5469,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 25
                              },
                              "end": {
                                "line": 163,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5459,
                              "end": 5463,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 25
                                },
                                "end": {
                                  "line": 163,
                                  "column": 29
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5464,
                              "end": 5469,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 30
                                },
                                "end": {
                                  "line": 163,
                                  "column": 35
                                },
                                "identifierName": "types"
                              },
                              "name": "types"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5470,
                            "end": 5479,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 36
                              },
                              "end": {
                                "line": 163,
                                "column": 45
                              },
                              "identifierName": "first_key"
                            },
                            "name": "first_key"
                          },
                          "computed": true
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 5491,
                    "end": 5515,
                    "loc": {
                      "start": {
                        "line": 165,
                        "column": 8
                      },
                      "end": {
                        "line": 165,
                        "column": 32
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5495,
                        "end": 5514,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 12
                          },
                          "end": {
                            "line": 165,
                            "column": 31
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5495,
                          "end": 5499,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 12
                            },
                            "end": {
                              "line": 165,
                              "column": 16
                            },
                            "identifierName": "valA"
                          },
                          "name": "valA"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 5502,
                          "end": 5514,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 19
                            },
                            "end": {
                              "line": 165,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5502,
                            "end": 5503,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 19
                              },
                              "end": {
                                "line": 165,
                                "column": 20
                              },
                              "identifierName": "a"
                            },
                            "name": "a"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5504,
                            "end": 5513,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 21
                              },
                              "end": {
                                "line": 165,
                                "column": 30
                              },
                              "identifierName": "first_key"
                            },
                            "name": "first_key"
                          },
                          "computed": true
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 5524,
                    "end": 5548,
                    "loc": {
                      "start": {
                        "line": 166,
                        "column": 8
                      },
                      "end": {
                        "line": 166,
                        "column": 32
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5528,
                        "end": 5547,
                        "loc": {
                          "start": {
                            "line": 166,
                            "column": 12
                          },
                          "end": {
                            "line": 166,
                            "column": 31
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5528,
                          "end": 5532,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 12
                            },
                            "end": {
                              "line": 166,
                              "column": 16
                            },
                            "identifierName": "valB"
                          },
                          "name": "valB"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 5535,
                          "end": 5547,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 19
                            },
                            "end": {
                              "line": 166,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5535,
                            "end": 5536,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 19
                              },
                              "end": {
                                "line": 166,
                                "column": 20
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5537,
                            "end": 5546,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 21
                              },
                              "end": {
                                "line": 166,
                                "column": 30
                              },
                              "identifierName": "first_key"
                            },
                            "name": "first_key"
                          },
                          "computed": true
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 5558,
                    "end": 5620,
                    "loc": {
                      "start": {
                        "line": 168,
                        "column": 8
                      },
                      "end": {
                        "line": 168,
                        "column": 70
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 5562,
                      "end": 5580,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 12
                        },
                        "end": {
                          "line": 168,
                          "column": 30
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5562,
                        "end": 5572,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 12
                          },
                          "end": {
                            "line": 168,
                            "column": 22
                          },
                          "identifierName": "first_type"
                        },
                        "name": "first_type"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5573,
                        "end": 5580,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 23
                          },
                          "end": {
                            "line": 168,
                            "column": 30
                          },
                          "identifierName": "compare"
                        },
                        "name": "compare"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "ReturnStatement",
                      "start": 5582,
                      "end": 5620,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 32
                        },
                        "end": {
                          "line": 168,
                          "column": 70
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 5589,
                        "end": 5619,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 39
                          },
                          "end": {
                            "line": 168,
                            "column": 69
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5589,
                          "end": 5607,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 39
                            },
                            "end": {
                              "line": 168,
                              "column": 57
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5589,
                            "end": 5599,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 39
                              },
                              "end": {
                                "line": 168,
                                "column": 49
                              },
                              "identifierName": "first_type"
                            },
                            "name": "first_type"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5600,
                            "end": 5607,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 50
                              },
                              "end": {
                                "line": 168,
                                "column": 57
                              },
                              "identifierName": "compare"
                            },
                            "name": "compare"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5608,
                            "end": 5612,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 58
                              },
                              "end": {
                                "line": 168,
                                "column": 62
                              },
                              "identifierName": "valA"
                            },
                            "name": "valA"
                          },
                          {
                            "type": "Identifier",
                            "start": 5614,
                            "end": 5618,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 64
                              },
                              "end": {
                                "line": 168,
                                "column": 68
                              },
                              "identifierName": "valB"
                            },
                            "name": "valB"
                          }
                        ]
                      }
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 5630,
                    "end": 5719,
                    "loc": {
                      "start": {
                        "line": 170,
                        "column": 8
                      },
                      "end": {
                        "line": 171,
                        "column": 31
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 5634,
                      "end": 5686,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 12
                        },
                        "end": {
                          "line": 170,
                          "column": 64
                        }
                      },
                      "left": {
                        "type": "BinaryExpression",
                        "start": 5634,
                        "end": 5658,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 12
                          },
                          "end": {
                            "line": 170,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 5634,
                          "end": 5645,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 12
                            },
                            "end": {
                              "line": 170,
                              "column": 23
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 5641,
                            "end": 5645,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 19
                              },
                              "end": {
                                "line": 170,
                                "column": 23
                              },
                              "identifierName": "valA"
                            },
                            "name": "valA"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 5650,
                          "end": 5658,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 28
                            },
                            "end": {
                              "line": 170,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": "number",
                            "raw": "\"number\""
                          },
                          "value": "number"
                        }
                      },
                      "operator": "&&",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 5662,
                        "end": 5686,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 40
                          },
                          "end": {
                            "line": 170,
                            "column": 64
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 5662,
                          "end": 5673,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 40
                            },
                            "end": {
                              "line": 170,
                              "column": 51
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 5669,
                            "end": 5673,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 47
                              },
                              "end": {
                                "line": 170,
                                "column": 51
                              },
                              "identifierName": "valB"
                            },
                            "name": "valB"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 5678,
                          "end": 5686,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 56
                            },
                            "end": {
                              "line": 170,
                              "column": 64
                            }
                          },
                          "extra": {
                            "rawValue": "number",
                            "raw": "\"number\""
                          },
                          "value": "number"
                        }
                      }
                    },
                    "consequent": {
                      "type": "ReturnStatement",
                      "start": 5700,
                      "end": 5719,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 12
                        },
                        "end": {
                          "line": 171,
                          "column": 31
                        }
                      },
                      "argument": {
                        "type": "BinaryExpression",
                        "start": 5707,
                        "end": 5718,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 19
                          },
                          "end": {
                            "line": 171,
                            "column": 30
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 5707,
                          "end": 5711,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 19
                            },
                            "end": {
                              "line": 171,
                              "column": 23
                            },
                            "identifierName": "valA"
                          },
                          "name": "valA"
                        },
                        "operator": "-",
                        "right": {
                          "type": "Identifier",
                          "start": 5714,
                          "end": 5718,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 26
                            },
                            "end": {
                              "line": 171,
                              "column": 30
                            },
                            "identifierName": "valB"
                          },
                          "name": "valB"
                        }
                      }
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 5729,
                    "end": 5742,
                    "loc": {
                      "start": {
                        "line": 173,
                        "column": 8
                      },
                      "end": {
                        "line": 173,
                        "column": 21
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 5733,
                        "end": 5741,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 12
                          },
                          "end": {
                            "line": 173,
                            "column": 20
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 5733,
                          "end": 5741,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 12
                            },
                            "end": {
                              "line": 173,
                              "column": 20
                            },
                            "identifierName": "encoding"
                          },
                          "name": "encoding"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 5751,
                    "end": 6010,
                    "loc": {
                      "start": {
                        "line": 174,
                        "column": 8
                      },
                      "end": {
                        "line": 177,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "LogicalExpression",
                      "start": 5755,
                      "end": 5801,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 12
                        },
                        "end": {
                          "line": 174,
                          "column": 58
                        }
                      },
                      "left": {
                        "type": "CallExpression",
                        "start": 5755,
                        "end": 5776,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 12
                          },
                          "end": {
                            "line": 174,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5755,
                          "end": 5770,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 12
                            },
                            "end": {
                              "line": 174,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5755,
                            "end": 5761,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 12
                              },
                              "end": {
                                "line": 174,
                                "column": 18
                              },
                              "identifierName": "Buffer"
                            },
                            "name": "Buffer"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5762,
                            "end": 5770,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 19
                              },
                              "end": {
                                "line": 174,
                                "column": 27
                              },
                              "identifierName": "isBuffer"
                            },
                            "name": "isBuffer"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5771,
                            "end": 5775,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 28
                              },
                              "end": {
                                "line": 174,
                                "column": 32
                              },
                              "identifierName": "valA"
                            },
                            "name": "valA"
                          }
                        ]
                      },
                      "operator": "&&",
                      "right": {
                        "type": "CallExpression",
                        "start": 5780,
                        "end": 5801,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 37
                          },
                          "end": {
                            "line": 174,
                            "column": 58
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5780,
                          "end": 5795,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 37
                            },
                            "end": {
                              "line": 174,
                              "column": 52
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5780,
                            "end": 5786,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 37
                              },
                              "end": {
                                "line": 174,
                                "column": 43
                              },
                              "identifierName": "Buffer"
                            },
                            "name": "Buffer"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5787,
                            "end": 5795,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 44
                              },
                              "end": {
                                "line": 174,
                                "column": 52
                              },
                              "identifierName": "isBuffer"
                            },
                            "name": "isBuffer"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5796,
                            "end": 5800,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 53
                              },
                              "end": {
                                "line": 174,
                                "column": 57
                              },
                              "identifierName": "valB"
                            },
                            "name": "valB"
                          }
                        ]
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 5803,
                      "end": 6010,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 60
                        },
                        "end": {
                          "line": 177,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 5983,
                          "end": 6000,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 12
                            },
                            "end": {
                              "line": 176,
                              "column": 29
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 5983,
                            "end": 5999,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 12
                              },
                              "end": {
                                "line": 176,
                                "column": 28
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 5983,
                              "end": 5991,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 12
                                },
                                "end": {
                                  "line": 176,
                                  "column": 20
                                },
                                "identifierName": "encoding"
                              },
                              "name": "encoding",
                              "leadingComments": null
                            },
                            "right": {
                              "type": "StringLiteral",
                              "start": 5994,
                              "end": 5999,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 23
                                },
                                "end": {
                                  "line": 176,
                                  "column": 28
                                }
                              },
                              "extra": {
                                "rawValue": "hex",
                                "raw": "\"hex\""
                              },
                              "value": "hex"
                            },
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " A binary string compare does not work.  If localeCompare is well supported that could replace HEX.  Performanance is very good so comparing HEX works.",
                              "start": 5817,
                              "end": 5970,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 12
                                },
                                "end": {
                                  "line": 175,
                                  "column": 165
                                }
                              }
                            }
                          ]
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6020,
                    "end": 6055,
                    "loc": {
                      "start": {
                        "line": 179,
                        "column": 8
                      },
                      "end": {
                        "line": 179,
                        "column": 43
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6024,
                        "end": 6054,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 12
                          },
                          "end": {
                            "line": 179,
                            "column": 42
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6024,
                          "end": 6028,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 12
                            },
                            "end": {
                              "line": 179,
                              "column": 16
                            },
                            "identifierName": "strA"
                          },
                          "name": "strA"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 6031,
                          "end": 6054,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 19
                            },
                            "end": {
                              "line": 179,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6031,
                            "end": 6044,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 19
                              },
                              "end": {
                                "line": 179,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6031,
                              "end": 6035,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 19
                                },
                                "end": {
                                  "line": 179,
                                  "column": 23
                                },
                                "identifierName": "valA"
                              },
                              "name": "valA"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6036,
                              "end": 6044,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 24
                                },
                                "end": {
                                  "line": 179,
                                  "column": 32
                                },
                                "identifierName": "toString"
                              },
                              "name": "toString"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6045,
                              "end": 6053,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 33
                                },
                                "end": {
                                  "line": 179,
                                  "column": 41
                                },
                                "identifierName": "encoding"
                              },
                              "name": "encoding"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 6064,
                    "end": 6099,
                    "loc": {
                      "start": {
                        "line": 180,
                        "column": 8
                      },
                      "end": {
                        "line": 180,
                        "column": 43
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6068,
                        "end": 6098,
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 12
                          },
                          "end": {
                            "line": 180,
                            "column": 42
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6068,
                          "end": 6072,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 12
                            },
                            "end": {
                              "line": 180,
                              "column": 16
                            },
                            "identifierName": "strB"
                          },
                          "name": "strB"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 6075,
                          "end": 6098,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 19
                            },
                            "end": {
                              "line": 180,
                              "column": 42
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6075,
                            "end": 6088,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 19
                              },
                              "end": {
                                "line": 180,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6075,
                              "end": 6079,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 19
                                },
                                "end": {
                                  "line": 180,
                                  "column": 23
                                },
                                "identifierName": "valB"
                              },
                              "name": "valB"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6080,
                              "end": 6088,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 24
                                },
                                "end": {
                                  "line": 180,
                                  "column": 32
                                },
                                "identifierName": "toString"
                              },
                              "name": "toString"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6089,
                              "end": 6097,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 33
                                },
                                "end": {
                                  "line": 180,
                                  "column": 41
                                },
                                "identifierName": "encoding"
                              },
                              "name": "encoding"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6108,
                    "end": 6154,
                    "loc": {
                      "start": {
                        "line": 181,
                        "column": 8
                      },
                      "end": {
                        "line": 181,
                        "column": 54
                      }
                    },
                    "argument": {
                      "type": "ConditionalExpression",
                      "start": 6115,
                      "end": 6153,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 15
                        },
                        "end": {
                          "line": 181,
                          "column": 53
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 6115,
                        "end": 6126,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 15
                          },
                          "end": {
                            "line": 181,
                            "column": 26
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 6115,
                          "end": 6119,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 15
                            },
                            "end": {
                              "line": 181,
                              "column": 19
                            },
                            "identifierName": "strA"
                          },
                          "name": "strA"
                        },
                        "operator": ">",
                        "right": {
                          "type": "Identifier",
                          "start": 6122,
                          "end": 6126,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 22
                            },
                            "end": {
                              "line": 181,
                              "column": 26
                            },
                            "identifierName": "strB"
                          },
                          "name": "strB"
                        }
                      },
                      "consequent": {
                        "type": "NumericLiteral",
                        "start": 6129,
                        "end": 6130,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 29
                          },
                          "end": {
                            "line": 181,
                            "column": 30
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      },
                      "alternate": {
                        "type": "ConditionalExpression",
                        "start": 6133,
                        "end": 6153,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 33
                          },
                          "end": {
                            "line": 181,
                            "column": 53
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 6133,
                          "end": 6144,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 33
                            },
                            "end": {
                              "line": 181,
                              "column": 44
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 6133,
                            "end": 6137,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 33
                              },
                              "end": {
                                "line": 181,
                                "column": 37
                              },
                              "identifierName": "strA"
                            },
                            "name": "strA"
                          },
                          "operator": "<",
                          "right": {
                            "type": "Identifier",
                            "start": 6140,
                            "end": 6144,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 40
                              },
                              "end": {
                                "line": 181,
                                "column": 44
                              },
                              "identifierName": "strB"
                            },
                            "name": "strB"
                          }
                        },
                        "consequent": {
                          "type": "UnaryExpression",
                          "start": 6147,
                          "end": 6149,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 47
                            },
                            "end": {
                              "line": 181,
                              "column": 49
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "NumericLiteral",
                            "start": 6148,
                            "end": 6149,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 48
                              },
                              "end": {
                                "line": 181,
                                "column": 49
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "alternate": {
                          "type": "NumericLiteral",
                          "start": 6152,
                          "end": 6153,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 52
                            },
                            "end": {
                              "line": 181,
                              "column": 53
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      }
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "* Sort by the first element in a operation ",
                  "start": 5328,
                  "end": 5375,
                  "loc": {
                    "start": {
                      "line": 160,
                      "column": 4
                    },
                    "end": {
                      "line": 160,
                      "column": 51
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " <helper_functions>",
                  "start": 6166,
                  "end": 6187,
                  "loc": {
                    "start": {
                      "line": 184,
                      "column": 4
                    },
                    "end": {
                      "line": 184,
                      "column": 25
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 6193,
              "end": 6319,
              "loc": {
                "start": {
                  "line": 186,
                  "column": 4
                },
                "end": {
                  "line": 189,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6193,
                "end": 6200,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 4
                  },
                  "end": {
                    "line": 186,
                    "column": 11
                  },
                  "identifierName": "fromHex"
                },
                "name": "fromHex",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6201,
                  "end": 6204,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 12
                    },
                    "end": {
                      "line": 186,
                      "column": 15
                    },
                    "identifierName": "hex"
                  },
                  "name": "hex"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6206,
                "end": 6319,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 17
                  },
                  "end": {
                    "line": 189,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 6216,
                    "end": 6274,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 8
                      },
                      "end": {
                        "line": 187,
                        "column": 66
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6220,
                        "end": 6273,
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 12
                          },
                          "end": {
                            "line": 187,
                            "column": 65
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6220,
                          "end": 6221,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 12
                            },
                            "end": {
                              "line": 187,
                              "column": 13
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 6224,
                          "end": 6273,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 16
                            },
                            "end": {
                              "line": 187,
                              "column": 65
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6224,
                            "end": 6242,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 16
                              },
                              "end": {
                                "line": 187,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6224,
                              "end": 6234,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 16
                                },
                                "end": {
                                  "line": 187,
                                  "column": 26
                                },
                                "identifierName": "ByteBuffer"
                              },
                              "name": "ByteBuffer"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6235,
                              "end": 6242,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 27
                                },
                                "end": {
                                  "line": 187,
                                  "column": 34
                                },
                                "identifierName": "fromHex"
                              },
                              "name": "fromHex"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6243,
                              "end": 6246,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 35
                                },
                                "end": {
                                  "line": 187,
                                  "column": 38
                                },
                                "identifierName": "hex"
                              },
                              "name": "hex"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 6248,
                              "end": 6272,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 40
                                },
                                "end": {
                                  "line": 187,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6248,
                                "end": 6258,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 50
                                  },
                                  "identifierName": "ByteBuffer"
                                },
                                "name": "ByteBuffer"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6259,
                                "end": 6272,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 64
                                  },
                                  "identifierName": "LITTLE_ENDIAN"
                                },
                                "name": "LITTLE_ENDIAN"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6283,
                    "end": 6313,
                    "loc": {
                      "start": {
                        "line": 188,
                        "column": 8
                      },
                      "end": {
                        "line": 188,
                        "column": 38
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6290,
                      "end": 6312,
                      "loc": {
                        "start": {
                          "line": 188,
                          "column": 15
                        },
                        "end": {
                          "line": 188,
                          "column": 37
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6290,
                        "end": 6309,
                        "loc": {
                          "start": {
                            "line": 188,
                            "column": 15
                          },
                          "end": {
                            "line": 188,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6290,
                          "end": 6294,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 15
                            },
                            "end": {
                              "line": 188,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6295,
                          "end": 6309,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 20
                            },
                            "end": {
                              "line": 188,
                              "column": 34
                            },
                            "identifierName": "fromByteBuffer"
                          },
                          "name": "fromByteBuffer"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 6310,
                          "end": 6311,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 35
                            },
                            "end": {
                              "line": 188,
                              "column": 36
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " <helper_functions>",
                  "start": 6166,
                  "end": 6187,
                  "loc": {
                    "start": {
                      "line": 184,
                      "column": 4
                    },
                    "end": {
                      "line": 184,
                      "column": 25
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 6325,
              "end": 6516,
              "loc": {
                "start": {
                  "line": 191,
                  "column": 4
                },
                "end": {
                  "line": 197,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6325,
                "end": 6335,
                "loc": {
                  "start": {
                    "line": 191,
                    "column": 4
                  },
                  "end": {
                    "line": 191,
                    "column": 14
                  },
                  "identifierName": "fromBuffer"
                },
                "name": "fromBuffer"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6336,
                  "end": 6342,
                  "loc": {
                    "start": {
                      "line": 191,
                      "column": 15
                    },
                    "end": {
                      "line": 191,
                      "column": 21
                    },
                    "identifierName": "buffer"
                  },
                  "name": "buffer"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6344,
                "end": 6516,
                "loc": {
                  "start": {
                    "line": 191,
                    "column": 23
                  },
                  "end": {
                    "line": 197,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 6354,
                    "end": 6471,
                    "loc": {
                      "start": {
                        "line": 192,
                        "column": 8
                      },
                      "end": {
                        "line": 195,
                        "column": 10
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6358,
                        "end": 6470,
                        "loc": {
                          "start": {
                            "line": 192,
                            "column": 12
                          },
                          "end": {
                            "line": 195,
                            "column": 9
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6358,
                          "end": 6359,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 12
                            },
                            "end": {
                              "line": 192,
                              "column": 13
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 6362,
                          "end": 6470,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 16
                            },
                            "end": {
                              "line": 195,
                              "column": 9
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6362,
                            "end": 6383,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 16
                              },
                              "end": {
                                "line": 192,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6362,
                              "end": 6372,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 16
                                },
                                "end": {
                                  "line": 192,
                                  "column": 26
                                },
                                "identifierName": "ByteBuffer"
                              },
                              "name": "ByteBuffer"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6373,
                              "end": 6383,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 27
                                },
                                "end": {
                                  "line": 192,
                                  "column": 37
                                },
                                "identifierName": "fromBinary"
                              },
                              "name": "fromBinary"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 6397,
                              "end": 6422,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 12
                                },
                                "end": {
                                  "line": 193,
                                  "column": 37
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6397,
                                "end": 6412,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6397,
                                  "end": 6403,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 18
                                    },
                                    "identifierName": "buffer"
                                  },
                                  "name": "buffer"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6404,
                                  "end": 6412,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 27
                                    },
                                    "identifierName": "toString"
                                  },
                                  "name": "toString"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 6413,
                                  "end": 6421,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 36
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "binary",
                                    "raw": "\"binary\""
                                  },
                                  "value": "binary"
                                }
                              ]
                            },
                            {
                              "type": "MemberExpression",
                              "start": 6436,
                              "end": 6460,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 12
                                },
                                "end": {
                                  "line": 194,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6436,
                                "end": 6446,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 22
                                  },
                                  "identifierName": "ByteBuffer"
                                },
                                "name": "ByteBuffer"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6447,
                                "end": 6460,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 36
                                  },
                                  "identifierName": "LITTLE_ENDIAN"
                                },
                                "name": "LITTLE_ENDIAN"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6480,
                    "end": 6510,
                    "loc": {
                      "start": {
                        "line": 196,
                        "column": 8
                      },
                      "end": {
                        "line": 196,
                        "column": 38
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6487,
                      "end": 6509,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 15
                        },
                        "end": {
                          "line": 196,
                          "column": 37
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6487,
                        "end": 6506,
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 15
                          },
                          "end": {
                            "line": 196,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6487,
                          "end": 6491,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 15
                            },
                            "end": {
                              "line": 196,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6492,
                          "end": 6506,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 20
                            },
                            "end": {
                              "line": 196,
                              "column": 34
                            },
                            "identifierName": "fromByteBuffer"
                          },
                          "name": "fromByteBuffer"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 6507,
                          "end": 6508,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 35
                            },
                            "end": {
                              "line": 196,
                              "column": 36
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 6522,
              "end": 6668,
              "loc": {
                "start": {
                  "line": 199,
                  "column": 4
                },
                "end": {
                  "line": 203,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6522,
                "end": 6527,
                "loc": {
                  "start": {
                    "line": 199,
                    "column": 4
                  },
                  "end": {
                    "line": 199,
                    "column": 9
                  },
                  "identifierName": "toHex"
                },
                "name": "toHex"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6528,
                  "end": 6534,
                  "loc": {
                    "start": {
                      "line": 199,
                      "column": 10
                    },
                    "end": {
                      "line": 199,
                      "column": 16
                    },
                    "identifierName": "object"
                  },
                  "name": "object"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6536,
                "end": 6668,
                "loc": {
                  "start": {
                    "line": 199,
                    "column": 18
                  },
                  "end": {
                    "line": 203,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 6602,
                    "end": 6636,
                    "loc": {
                      "start": {
                        "line": 201,
                        "column": 8
                      },
                      "end": {
                        "line": 201,
                        "column": 42
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6606,
                        "end": 6635,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 12
                          },
                          "end": {
                            "line": 201,
                            "column": 41
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6606,
                          "end": 6607,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 12
                            },
                            "end": {
                              "line": 201,
                              "column": 13
                            },
                            "identifierName": "b"
                          },
                          "name": "b",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 6610,
                          "end": 6635,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 16
                            },
                            "end": {
                              "line": 201,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6610,
                            "end": 6627,
                            "loc": {
                              "start": {
                                "line": 201,
                                "column": 16
                              },
                              "end": {
                                "line": 201,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6610,
                              "end": 6614,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 16
                                },
                                "end": {
                                  "line": 201,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6615,
                              "end": 6627,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 21
                                },
                                "end": {
                                  "line": 201,
                                  "column": 33
                                },
                                "identifierName": "toByteBuffer"
                              },
                              "name": "toByteBuffer"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6628,
                              "end": 6634,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 34
                                },
                                "end": {
                                  "line": 201,
                                  "column": 40
                                },
                                "identifierName": "object"
                              },
                              "name": "object"
                            }
                          ]
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "var",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " return this.toBuffer(object).toString(\"hex\")",
                        "start": 6546,
                        "end": 6593,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 8
                          },
                          "end": {
                            "line": 200,
                            "column": 55
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6645,
                    "end": 6662,
                    "loc": {
                      "start": {
                        "line": 202,
                        "column": 8
                      },
                      "end": {
                        "line": 202,
                        "column": 25
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6652,
                      "end": 6661,
                      "loc": {
                        "start": {
                          "line": 202,
                          "column": 15
                        },
                        "end": {
                          "line": 202,
                          "column": 24
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6652,
                        "end": 6659,
                        "loc": {
                          "start": {
                            "line": 202,
                            "column": 15
                          },
                          "end": {
                            "line": 202,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6652,
                          "end": 6653,
                          "loc": {
                            "start": {
                              "line": 202,
                              "column": 15
                            },
                            "end": {
                              "line": 202,
                              "column": 16
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6654,
                          "end": 6659,
                          "loc": {
                            "start": {
                              "line": 202,
                              "column": 17
                            },
                            "end": {
                              "line": 202,
                              "column": 22
                            },
                            "identifierName": "toHex"
                          },
                          "name": "toHex"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 6674,
              "end": 6901,
              "loc": {
                "start": {
                  "line": 205,
                  "column": 4
                },
                "end": {
                  "line": 212,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6674,
                "end": 6686,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 4
                  },
                  "end": {
                    "line": 205,
                    "column": 16
                  },
                  "identifierName": "toByteBuffer"
                },
                "name": "toByteBuffer"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6687,
                  "end": 6693,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 17
                    },
                    "end": {
                      "line": 205,
                      "column": 23
                    },
                    "identifierName": "object"
                  },
                  "name": "object"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6695,
                "end": 6901,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 25
                  },
                  "end": {
                    "line": 212,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 6705,
                    "end": 6817,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 8
                      },
                      "end": {
                        "line": 209,
                        "column": 10
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 6709,
                        "end": 6816,
                        "loc": {
                          "start": {
                            "line": 206,
                            "column": 12
                          },
                          "end": {
                            "line": 209,
                            "column": 9
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 6709,
                          "end": 6710,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 12
                            },
                            "end": {
                              "line": 206,
                              "column": 13
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        },
                        "init": {
                          "type": "NewExpression",
                          "start": 6713,
                          "end": 6816,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 16
                            },
                            "end": {
                              "line": 209,
                              "column": 9
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 6717,
                            "end": 6727,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 20
                              },
                              "end": {
                                "line": 206,
                                "column": 30
                              },
                              "identifierName": "ByteBuffer"
                            },
                            "name": "ByteBuffer"
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 6741,
                              "end": 6768,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 12
                                },
                                "end": {
                                  "line": 207,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6741,
                                "end": 6751,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 22
                                  },
                                  "identifierName": "ByteBuffer"
                                },
                                "name": "ByteBuffer"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6752,
                                "end": 6768,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 39
                                  },
                                  "identifierName": "DEFAULT_CAPACITY"
                                },
                                "name": "DEFAULT_CAPACITY"
                              },
                              "computed": false
                            },
                            {
                              "type": "MemberExpression",
                              "start": 6782,
                              "end": 6806,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 12
                                },
                                "end": {
                                  "line": 208,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6782,
                                "end": 6792,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 22
                                  },
                                  "identifierName": "ByteBuffer"
                                },
                                "name": "ByteBuffer"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6793,
                                "end": 6806,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 36
                                  },
                                  "identifierName": "LITTLE_ENDIAN"
                                },
                                "name": "LITTLE_ENDIAN"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "var"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 6826,
                    "end": 6859,
                    "loc": {
                      "start": {
                        "line": 210,
                        "column": 8
                      },
                      "end": {
                        "line": 210,
                        "column": 41
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 6826,
                      "end": 6858,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 8
                        },
                        "end": {
                          "line": 210,
                          "column": 40
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6826,
                        "end": 6847,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 8
                          },
                          "end": {
                            "line": 210,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6826,
                          "end": 6830,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 8
                            },
                            "end": {
                              "line": 210,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6831,
                          "end": 6847,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 13
                            },
                            "end": {
                              "line": 210,
                              "column": 29
                            },
                            "identifierName": "appendByteBuffer"
                          },
                          "name": "appendByteBuffer"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 6848,
                          "end": 6849,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 30
                            },
                            "end": {
                              "line": 210,
                              "column": 31
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        },
                        {
                          "type": "Identifier",
                          "start": 6851,
                          "end": 6857,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 33
                            },
                            "end": {
                              "line": 210,
                              "column": 39
                            },
                            "identifierName": "object"
                          },
                          "name": "object"
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6868,
                    "end": 6895,
                    "loc": {
                      "start": {
                        "line": 211,
                        "column": 8
                      },
                      "end": {
                        "line": 211,
                        "column": 35
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6875,
                      "end": 6894,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 15
                        },
                        "end": {
                          "line": 211,
                          "column": 34
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6875,
                        "end": 6881,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 15
                          },
                          "end": {
                            "line": 211,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6875,
                          "end": 6876,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 15
                            },
                            "end": {
                              "line": 211,
                              "column": 16
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6877,
                          "end": 6881,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 17
                            },
                            "end": {
                              "line": 211,
                              "column": 21
                            },
                            "identifierName": "copy"
                          },
                          "name": "copy"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "NumericLiteral",
                          "start": 6882,
                          "end": 6883,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 22
                            },
                            "end": {
                              "line": 211,
                              "column": 23
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        },
                        {
                          "type": "MemberExpression",
                          "start": 6885,
                          "end": 6893,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 25
                            },
                            "end": {
                              "line": 211,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6885,
                            "end": 6886,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 25
                              },
                              "end": {
                                "line": 211,
                                "column": 26
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6887,
                            "end": 6893,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 27
                              },
                              "end": {
                                "line": 211,
                                "column": 33
                              },
                              "identifierName": "offset"
                            },
                            "name": "offset"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 6907,
              "end": 7007,
              "loc": {
                "start": {
                  "line": 214,
                  "column": 4
                },
                "end": {
                  "line": 216,
                  "column": 5
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6907,
                "end": 6915,
                "loc": {
                  "start": {
                    "line": 214,
                    "column": 4
                  },
                  "end": {
                    "line": 214,
                    "column": 12
                  },
                  "identifierName": "toBuffer"
                },
                "name": "toBuffer"
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 6916,
                  "end": 6922,
                  "loc": {
                    "start": {
                      "line": 214,
                      "column": 13
                    },
                    "end": {
                      "line": 214,
                      "column": 19
                    },
                    "identifierName": "object"
                  },
                  "name": "object"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 6924,
                "end": 7007,
                "loc": {
                  "start": {
                    "line": 214,
                    "column": 21
                  },
                  "end": {
                    "line": 216,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 6934,
                    "end": 7001,
                    "loc": {
                      "start": {
                        "line": 215,
                        "column": 8
                      },
                      "end": {
                        "line": 215,
                        "column": 75
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6941,
                      "end": 7000,
                      "loc": {
                        "start": {
                          "line": 215,
                          "column": 15
                        },
                        "end": {
                          "line": 215,
                          "column": 74
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6941,
                        "end": 6952,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 15
                          },
                          "end": {
                            "line": 215,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6941,
                          "end": 6947,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 15
                            },
                            "end": {
                              "line": 215,
                              "column": 21
                            },
                            "identifierName": "Buffer"
                          },
                          "name": "Buffer"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6948,
                          "end": 6952,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 22
                            },
                            "end": {
                              "line": 215,
                              "column": 26
                            },
                            "identifierName": "from"
                          },
                          "name": "from"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "CallExpression",
                          "start": 6953,
                          "end": 6989,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 27
                            },
                            "end": {
                              "line": 215,
                              "column": 63
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6953,
                            "end": 6987,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 27
                              },
                              "end": {
                                "line": 215,
                                "column": 61
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 6953,
                              "end": 6978,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 27
                                },
                                "end": {
                                  "line": 215,
                                  "column": 52
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6953,
                                "end": 6970,
                                "loc": {
                                  "start": {
                                    "line": 215,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 215,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6953,
                                  "end": 6957,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 31
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6958,
                                  "end": 6970,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 44
                                    },
                                    "identifierName": "toByteBuffer"
                                  },
                                  "name": "toByteBuffer"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6971,
                                  "end": 6977,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 51
                                    },
                                    "identifierName": "object"
                                  },
                                  "name": "object"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6979,
                              "end": 6987,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 53
                                },
                                "end": {
                                  "line": 215,
                                  "column": 61
                                },
                                "identifierName": "toBinary"
                              },
                              "name": "toBinary"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        {
                          "type": "StringLiteral",
                          "start": 6991,
                          "end": 6999,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 65
                            },
                            "end": {
                              "line": 215,
                              "column": 73
                            }
                          },
                          "extra": {
                            "rawValue": "binary",
                            "raw": "\"binary\""
                          },
                          "value": "binary"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 7011,
        "end": 7037,
        "loc": {
          "start": {
            "line": 219,
            "column": 0
          },
          "end": {
            "line": 219,
            "column": 26
          }
        },
        "declaration": {
          "type": "Identifier",
          "start": 7026,
          "end": 7036,
          "loc": {
            "start": {
              "line": 219,
              "column": 15
            },
            "end": {
              "line": 219,
              "column": 25
            },
            "identifierName": "Serializer"
          },
          "name": "Serializer"
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 7011,
        "end": 7037,
        "loc": {
          "start": {
            "line": 219,
            "column": 0
          },
          "end": {
            "line": 219,
            "column": 26
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 193,
          "end": 7009,
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 217,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 199,
            "end": 209,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 16
              },
              "identifierName": "Serializer"
            },
            "name": "Serializer"
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 210,
            "end": 7009,
            "loc": {
              "start": {
                "line": 7,
                "column": 17
              },
              "end": {
                "line": 217,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 216,
                "end": 432,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4
                  },
                  "end": {
                    "line": 14,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 216,
                  "end": 227,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4
                    },
                    "end": {
                      "line": 8,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 228,
                    "end": 242,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 16
                      },
                      "end": {
                        "line": 8,
                        "column": 30
                      },
                      "identifierName": "operation_name"
                    },
                    "name": "operation_name"
                  },
                  {
                    "type": "Identifier",
                    "start": 244,
                    "end": 249,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 32
                      },
                      "end": {
                        "line": 8,
                        "column": 37
                      },
                      "identifierName": "types"
                    },
                    "name": "types"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 251,
                  "end": 432,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 39
                    },
                    "end": {
                      "line": 14,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 261,
                      "end": 298,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 261,
                        "end": 297,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 261,
                          "end": 280,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 261,
                            "end": 265,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 266,
                            "end": 280,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 27
                              },
                              "identifierName": "operation_name"
                            },
                            "name": "operation_name"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 283,
                          "end": 297,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 30
                            },
                            "end": {
                              "line": 9,
                              "column": 44
                            },
                            "identifierName": "operation_name"
                          },
                          "name": "operation_name"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 307,
                      "end": 326,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 307,
                        "end": 325,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 307,
                          "end": 317,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 307,
                            "end": 311,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 312,
                            "end": 317,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 18
                              },
                              "identifierName": "types"
                            },
                            "name": "types"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 320,
                          "end": 325,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 21
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 335,
                      "end": 387,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 60
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 339,
                        "end": 349,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 12
                          },
                          "end": {
                            "line": 11,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 339,
                          "end": 343,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 12
                            },
                            "end": {
                              "line": 11,
                              "column": 16
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 344,
                          "end": 349,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 17
                            },
                            "end": {
                              "line": 11,
                              "column": 22
                            },
                            "identifierName": "types"
                          },
                          "name": "types"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 351,
                        "end": 387,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 24
                          },
                          "end": {
                            "line": 11,
                            "column": 60
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 351,
                          "end": 386,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 24
                            },
                            "end": {
                              "line": 11,
                              "column": 59
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 351,
                            "end": 360,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 24
                              },
                              "end": {
                                "line": 11,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 351,
                              "end": 355,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 24
                                },
                                "end": {
                                  "line": 11,
                                  "column": 28
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 356,
                              "end": 360,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 29
                                },
                                "end": {
                                  "line": 11,
                                  "column": 33
                                },
                                "identifierName": "keys"
                              },
                              "name": "keys"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 363,
                            "end": 386,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 36
                              },
                              "end": {
                                "line": 11,
                                "column": 59
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 363,
                              "end": 374,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 36
                                },
                                "end": {
                                  "line": 11,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 363,
                                "end": 369,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 42
                                  },
                                  "identifierName": "Object"
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 370,
                                "end": 374,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 47
                                  },
                                  "identifierName": "keys"
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 375,
                                "end": 385,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 375,
                                  "end": 379,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 52
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 380,
                                  "end": 385,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 58
                                    },
                                    "identifierName": "types"
                                  },
                                  "name": "types"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 397,
                      "end": 426,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 397,
                        "end": 425,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 397,
                          "end": 418,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 397,
                            "end": 407,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 18
                              },
                              "identifierName": "Serializer"
                            },
                            "name": "Serializer"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 408,
                            "end": 418,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 19
                              },
                              "end": {
                                "line": 13,
                                "column": 29
                              },
                              "identifierName": "printDebug"
                            },
                            "name": "printDebug"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 421,
                          "end": 425,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 32
                            },
                            "end": {
                              "line": 13,
                              "column": 36
                            }
                          },
                          "value": true
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 438,
                "end": 2033,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 4
                  },
                  "end": {
                    "line": 59,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 438,
                  "end": 452,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 4
                    },
                    "end": {
                      "line": 16,
                      "column": 18
                    },
                    "identifierName": "fromByteBuffer"
                  },
                  "name": "fromByteBuffer"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 453,
                    "end": 454,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 19
                      },
                      "end": {
                        "line": 16,
                        "column": 20
                      },
                      "identifierName": "b"
                    },
                    "name": "b"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 456,
                  "end": 2033,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 22
                    },
                    "end": {
                      "line": 59,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 466,
                      "end": 482,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 470,
                          "end": 481,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 12
                            },
                            "end": {
                              "line": 17,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 470,
                            "end": 476,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 12
                              },
                              "end": {
                                "line": 17,
                                "column": 18
                              },
                              "identifierName": "object"
                            },
                            "name": "object"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 479,
                            "end": 481,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 21
                              },
                              "end": {
                                "line": 17,
                                "column": 23
                              }
                            },
                            "properties": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 491,
                      "end": 508,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 25
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 495,
                          "end": 507,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 12
                            },
                            "end": {
                              "line": 18,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 495,
                            "end": 500,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 12
                              },
                              "end": {
                                "line": 18,
                                "column": 17
                              },
                              "identifierName": "field"
                            },
                            "name": "field"
                          },
                          "init": {
                            "type": "NullLiteral",
                            "start": 503,
                            "end": 507,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 20
                              },
                              "end": {
                                "line": 18,
                                "column": 24
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "TryStatement",
                      "start": 517,
                      "end": 2003,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 56,
                          "column": 9
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 521,
                        "end": 1913,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 12
                          },
                          "end": {
                            "line": 54,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 535,
                            "end": 560,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 12
                              },
                              "end": {
                                "line": 20,
                                "column": 37
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 539,
                                "end": 559,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 36
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 539,
                                  "end": 547,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 24
                                    },
                                    "identifierName": "iterable"
                                  },
                                  "name": "iterable"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 550,
                                  "end": 559,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 550,
                                    "end": 554,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 555,
                                    "end": 559,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 36
                                      },
                                      "identifierName": "keys"
                                    },
                                    "name": "keys"
                                  },
                                  "computed": false
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "ForStatement",
                            "start": 573,
                            "end": 1903,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 12
                              },
                              "end": {
                                "line": 53,
                                "column": 13
                              }
                            },
                            "init": {
                              "type": "VariableDeclaration",
                              "start": 578,
                              "end": 594,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 17
                                },
                                "end": {
                                  "line": 21,
                                  "column": 33
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 582,
                                  "end": 587,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 26
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 582,
                                    "end": 583,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 22
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "init": {
                                    "type": "NumericLiteral",
                                    "start": 586,
                                    "end": 587,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 26
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "start": 589,
                                  "end": 594,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 33
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 589,
                                    "end": 594,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 33
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "var"
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 596,
                              "end": 615,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 35
                                },
                                "end": {
                                  "line": 21,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 596,
                                "end": 597,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 36
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "MemberExpression",
                                "start": 600,
                                "end": 615,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 600,
                                  "end": 608,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 47
                                    },
                                    "identifierName": "iterable"
                                  },
                                  "name": "iterable"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 609,
                                  "end": 615,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 54
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 617,
                              "end": 620,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 56
                                },
                                "end": {
                                  "line": 21,
                                  "column": 59
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 617,
                                "end": 618,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 57
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 622,
                              "end": 1903,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 61
                                },
                                "end": {
                                  "line": 53,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 640,
                                  "end": 660,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 640,
                                    "end": 659,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 640,
                                      "end": 645,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 21
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 648,
                                      "end": 659,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 648,
                                        "end": 656,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 32
                                          },
                                          "identifierName": "iterable"
                                        },
                                        "name": "iterable"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 657,
                                        "end": 658,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 34
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 677,
                                  "end": 706,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 45
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 681,
                                      "end": 705,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 44
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 681,
                                        "end": 685,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 24
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 688,
                                        "end": 705,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 688,
                                          "end": 698,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 688,
                                            "end": 692,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 693,
                                            "end": 698,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 37
                                              },
                                              "identifierName": "types"
                                            },
                                            "name": "types"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 699,
                                          "end": 704,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 43
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "TryStatement",
                                  "start": 723,
                                  "end": 1889,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 17
                                    }
                                  },
                                  "block": {
                                    "type": "BlockStatement",
                                    "start": 727,
                                    "end": 1506,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 749,
                                        "end": 1428,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "Identifier",
                                          "start": 753,
                                          "end": 761,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 32
                                            },
                                            "identifierName": "HEX_DUMP"
                                          },
                                          "name": "HEX_DUMP"
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 763,
                                          "end": 1428,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 789,
                                              "end": 1406,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 25
                                                }
                                              },
                                              "test": {
                                                "type": "MemberExpression",
                                                "start": 793,
                                                "end": 812,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 47
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 793,
                                                  "end": 797,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 32
                                                    },
                                                    "identifierName": "type"
                                                  },
                                                  "name": "type"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 798,
                                                  "end": 812,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 47
                                                    },
                                                    "identifierName": "operation_name"
                                                  },
                                                  "name": "operation_name"
                                                },
                                                "computed": false
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 814,
                                                "end": 905,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 25
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 844,
                                                    "end": 879,
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 63
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 844,
                                                      "end": 878,
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 62
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 844,
                                                        "end": 857,
                                                        "loc": {
                                                          "start": {
                                                            "line": 27,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 27,
                                                            "column": 41
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 844,
                                                          "end": 851,
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 35
                                                            },
                                                            "identifierName": "console"
                                                          },
                                                          "name": "console"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 852,
                                                          "end": 857,
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 41
                                                            },
                                                            "identifierName": "error"
                                                          },
                                                          "name": "error"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 858,
                                                          "end": 877,
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 61
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 858,
                                                            "end": 862,
                                                            "loc": {
                                                              "start": {
                                                                "line": 27,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 46
                                                              },
                                                              "identifierName": "type"
                                                            },
                                                            "name": "type"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 863,
                                                            "end": 877,
                                                            "loc": {
                                                              "start": {
                                                                "line": 27,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 61
                                                              },
                                                              "identifierName": "operation_name"
                                                            },
                                                            "name": "operation_name"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": {
                                                "type": "BlockStatement",
                                                "start": 911,
                                                "end": 1406,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 25
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 941,
                                                    "end": 959,
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 46
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 945,
                                                        "end": 958,
                                                        "loc": {
                                                          "start": {
                                                            "line": 29,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 29,
                                                            "column": 45
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 945,
                                                          "end": 947,
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 34
                                                            },
                                                            "identifierName": "o1"
                                                          },
                                                          "name": "o1"
                                                        },
                                                        "init": {
                                                          "type": "MemberExpression",
                                                          "start": 950,
                                                          "end": 958,
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 45
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 950,
                                                            "end": 951,
                                                            "loc": {
                                                              "start": {
                                                                "line": 29,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 29,
                                                                "column": 38
                                                              },
                                                              "identifierName": "b"
                                                            },
                                                            "name": "b"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 952,
                                                            "end": 958,
                                                            "loc": {
                                                              "start": {
                                                                "line": 29,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 29,
                                                                "column": 45
                                                              },
                                                              "identifierName": "offset"
                                                            },
                                                            "name": "offset"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 988,
                                                    "end": 1011,
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 51
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 988,
                                                      "end": 1010,
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 50
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 988,
                                                        "end": 1007,
                                                        "loc": {
                                                          "start": {
                                                            "line": 30,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 47
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 988,
                                                          "end": 992,
                                                          "loc": {
                                                            "start": {
                                                              "line": 30,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 30,
                                                              "column": 32
                                                            },
                                                            "identifierName": "type"
                                                          },
                                                          "name": "type"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 993,
                                                          "end": 1007,
                                                          "loc": {
                                                            "start": {
                                                              "line": 30,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 30,
                                                              "column": 47
                                                            },
                                                            "identifierName": "fromByteBuffer"
                                                          },
                                                          "name": "fromByteBuffer"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1008,
                                                          "end": 1009,
                                                          "loc": {
                                                            "start": {
                                                              "line": 30,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 30,
                                                              "column": 49
                                                            },
                                                            "identifierName": "b"
                                                          },
                                                          "name": "b"
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 1040,
                                                    "end": 1058,
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 46
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 1044,
                                                        "end": 1057,
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 45
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 1044,
                                                          "end": 1046,
                                                          "loc": {
                                                            "start": {
                                                              "line": 31,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 31,
                                                              "column": 34
                                                            },
                                                            "identifierName": "o2"
                                                          },
                                                          "name": "o2"
                                                        },
                                                        "init": {
                                                          "type": "MemberExpression",
                                                          "start": 1049,
                                                          "end": 1057,
                                                          "loc": {
                                                            "start": {
                                                              "line": 31,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 31,
                                                              "column": 45
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1049,
                                                            "end": 1050,
                                                            "loc": {
                                                              "start": {
                                                                "line": 31,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 31,
                                                                "column": 38
                                                              },
                                                              "identifierName": "b"
                                                            },
                                                            "name": "b"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1051,
                                                            "end": 1057,
                                                            "loc": {
                                                              "start": {
                                                                "line": 31,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 31,
                                                                "column": 45
                                                              },
                                                              "identifierName": "offset"
                                                            },
                                                            "name": "offset"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var"
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1087,
                                                    "end": 1101,
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 42
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 1087,
                                                      "end": 1100,
                                                      "loc": {
                                                        "start": {
                                                          "line": 32,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 32,
                                                          "column": 41
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 1087,
                                                        "end": 1095,
                                                        "loc": {
                                                          "start": {
                                                            "line": 32,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 32,
                                                            "column": 36
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1087,
                                                          "end": 1088,
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 29
                                                            },
                                                            "identifierName": "b"
                                                          },
                                                          "name": "b"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1089,
                                                          "end": 1095,
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 36
                                                            },
                                                            "identifierName": "offset"
                                                          },
                                                          "name": "offset"
                                                        },
                                                        "computed": false
                                                      },
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 1098,
                                                        "end": 1100,
                                                        "loc": {
                                                          "start": {
                                                            "line": 32,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 32,
                                                            "column": 41
                                                          },
                                                          "identifierName": "o1"
                                                        },
                                                        "name": "o1"
                                                      }
                                                    },
                                                    "trailingComments": [
                                                      {
                                                        "type": "CommentLine",
                                                        "value": "b.reset()",
                                                        "start": 1130,
                                                        "end": 1141,
                                                        "loc": {
                                                          "start": {
                                                            "line": 33,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 33,
                                                            "column": 39
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 1170,
                                                    "end": 1194,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 52
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 1174,
                                                        "end": 1193,
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 51
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 1174,
                                                          "end": 1176,
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 34
                                                            },
                                                            "identifierName": "_b"
                                                          },
                                                          "name": "_b",
                                                          "leadingComments": null
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "start": 1179,
                                                          "end": 1193,
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 51
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1179,
                                                            "end": 1185,
                                                            "loc": {
                                                              "start": {
                                                                "line": 34,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 34,
                                                                "column": 43
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1179,
                                                              "end": 1180,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 34,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 34,
                                                                  "column": 38
                                                                },
                                                                "identifierName": "b"
                                                              },
                                                              "name": "b"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1181,
                                                              "end": 1185,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 34,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 34,
                                                                  "column": 43
                                                                },
                                                                "identifierName": "copy"
                                                              },
                                                              "name": "copy"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 1186,
                                                              "end": 1188,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 34,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 34,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "o1"
                                                              },
                                                              "name": "o1"
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 1190,
                                                              "end": 1192,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 34,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 34,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "o2"
                                                              },
                                                              "name": "o2"
                                                            }
                                                          ]
                                                        },
                                                        "leadingComments": null
                                                      }
                                                    ],
                                                    "kind": "var",
                                                    "leadingComments": [
                                                      {
                                                        "type": "CommentLine",
                                                        "value": "b.reset()",
                                                        "start": 1130,
                                                        "end": 1141,
                                                        "loc": {
                                                          "start": {
                                                            "line": 33,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 33,
                                                            "column": 39
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1223,
                                                    "end": 1380,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 30
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 1223,
                                                      "end": 1379,
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 38,
                                                          "column": 29
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1223,
                                                        "end": 1236,
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 41
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1223,
                                                          "end": 1230,
                                                          "loc": {
                                                            "start": {
                                                              "line": 35,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 35,
                                                              "column": 35
                                                            },
                                                            "identifierName": "console"
                                                          },
                                                          "name": "console"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1231,
                                                          "end": 1236,
                                                          "loc": {
                                                            "start": {
                                                              "line": 35,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 35,
                                                              "column": 41
                                                            },
                                                            "identifierName": "error"
                                                          },
                                                          "name": "error"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "TemplateLiteral",
                                                          "start": 1270,
                                                          "end": 1305,
                                                          "loc": {
                                                            "start": {
                                                              "line": 36,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 36,
                                                              "column": 67
                                                            }
                                                          },
                                                          "expressions": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 1273,
                                                              "end": 1292,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 54
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 1273,
                                                                "end": 1277,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 36,
                                                                    "column": 35
                                                                  },
                                                                  "end": {
                                                                    "line": 36,
                                                                    "column": 39
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1278,
                                                                "end": 1292,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 36,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 36,
                                                                    "column": 54
                                                                  },
                                                                  "identifierName": "operation_name"
                                                                },
                                                                "name": "operation_name"
                                                              },
                                                              "computed": false
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 1296,
                                                              "end": 1301,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 58
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 63
                                                                },
                                                                "identifierName": "field"
                                                              },
                                                              "name": "field"
                                                            }
                                                          ],
                                                          "quasis": [
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 1271,
                                                              "end": 1271,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 33
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": "",
                                                                "cooked": ""
                                                              },
                                                              "tail": false
                                                            },
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 1293,
                                                              "end": 1294,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 55
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 56
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": ".",
                                                                "cooked": "."
                                                              },
                                                              "tail": false
                                                            },
                                                            {
                                                              "type": "TemplateElement",
                                                              "start": 1302,
                                                              "end": 1304,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 64
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 66
                                                                }
                                                              },
                                                              "value": {
                                                                "raw": "\\t",
                                                                "cooked": "\t"
                                                              },
                                                              "tail": true
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 1339,
                                                          "end": 1349,
                                                          "loc": {
                                                            "start": {
                                                              "line": 37,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 37,
                                                              "column": 42
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1339,
                                                            "end": 1347,
                                                            "loc": {
                                                              "start": {
                                                                "line": 37,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 37,
                                                                "column": 40
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1339,
                                                              "end": 1341,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 37,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 37,
                                                                  "column": 34
                                                                },
                                                                "identifierName": "_b"
                                                              },
                                                              "name": "_b"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1342,
                                                              "end": 1347,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 37,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 37,
                                                                  "column": 40
                                                                },
                                                                "identifierName": "toHex"
                                                              },
                                                              "name": "toHex"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1449,
                                        "end": 1488,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 59
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1449,
                                          "end": 1487,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 58
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 1449,
                                            "end": 1462,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1449,
                                              "end": 1455,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 26
                                                },
                                                "identifierName": "object"
                                              },
                                              "name": "object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1456,
                                              "end": 1461,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 32
                                                },
                                                "identifierName": "field"
                                              },
                                              "name": "field"
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 1465,
                                            "end": 1487,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 58
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1465,
                                              "end": 1484,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 55
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1465,
                                                "end": 1469,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 40
                                                  },
                                                  "identifierName": "type"
                                                },
                                                "name": "type"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1470,
                                                "end": 1484,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 55
                                                  },
                                                  "identifierName": "fromByteBuffer"
                                                },
                                                "name": "fromByteBuffer"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1485,
                                                "end": 1486,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 57
                                                  },
                                                  "identifierName": "b"
                                                },
                                                "name": "b"
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "handler": {
                                    "type": "CatchClause",
                                    "start": 1507,
                                    "end": 1889,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 17
                                      }
                                    },
                                    "param": {
                                      "type": "Identifier",
                                      "start": 1514,
                                      "end": 1515,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 26
                                        },
                                        "identifierName": "e"
                                      },
                                      "name": "e"
                                    },
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 1517,
                                      "end": 1889,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 1539,
                                          "end": 1842,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 21
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 1543,
                                            "end": 1564,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1543,
                                              "end": 1553,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 34
                                                },
                                                "identifierName": "Serializer"
                                              },
                                              "name": "Serializer"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1554,
                                              "end": 1564,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 45
                                                },
                                                "identifierName": "printDebug"
                                              },
                                              "name": "printDebug"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 1566,
                                            "end": 1842,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 21
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1592,
                                                "end": 1780,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 48,
                                                    "column": 26
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 1592,
                                                  "end": 1779,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 25
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1592,
                                                    "end": 1605,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1592,
                                                      "end": 1599,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 31
                                                        },
                                                        "identifierName": "console"
                                                      },
                                                      "name": "console"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1600,
                                                      "end": 1605,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 37
                                                        },
                                                        "identifierName": "error"
                                                      },
                                                      "name": "error"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "TemplateLiteral",
                                                      "start": 1635,
                                                      "end": 1753,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 48
                                                        }
                                                      },
                                                      "expressions": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 1685,
                                                          "end": 1704,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 51
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 1685,
                                                            "end": 1689,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 36
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1690,
                                                            "end": 1704,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 51
                                                              },
                                                              "identifierName": "operation_name"
                                                            },
                                                            "name": "operation_name"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1737,
                                                          "end": 1742,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 37
                                                            },
                                                            "identifierName": "field"
                                                          },
                                                          "name": "field"
                                                        }
                                                      ],
                                                      "quasis": [
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 1636,
                                                          "end": 1650,
                                                          "loc": {
                                                            "start": {
                                                              "line": 45,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 45,
                                                              "column": 43
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": "Error reading ",
                                                            "cooked": "Error reading "
                                                          },
                                                          "tail": false
                                                        },
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 1734,
                                                          "end": 1735,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 30
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": ".",
                                                            "cooked": "."
                                                          },
                                                          "tail": false
                                                        },
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 1743,
                                                          "end": 1752,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 47
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": " in data:",
                                                            "cooked": " in data:"
                                                          },
                                                          "tail": true
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 1805,
                                                "end": 1820,
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 39
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 1805,
                                                  "end": 1819,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 38
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 1805,
                                                    "end": 1817,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1805,
                                                      "end": 1806,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 25
                                                        },
                                                        "identifierName": "b"
                                                      },
                                                      "name": "b"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1807,
                                                      "end": 1817,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 36
                                                        },
                                                        "identifierName": "printDebug"
                                                      },
                                                      "name": "printDebug"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "ThrowStatement",
                                          "start": 1863,
                                          "end": 1871,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 28
                                            }
                                          },
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 1869,
                                            "end": 1870,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 27
                                              },
                                              "identifierName": "e"
                                            },
                                            "name": "e"
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  },
                                  "guardedHandlers": [],
                                  "finalizer": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 1914,
                        "end": 2003,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 10
                          },
                          "end": {
                            "line": 56,
                            "column": 9
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 1921,
                          "end": 1926,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 17
                            },
                            "end": {
                              "line": 54,
                              "column": 22
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 1928,
                          "end": 2003,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 24
                            },
                            "end": {
                              "line": 56,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 1942,
                              "end": 1993,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 12
                                },
                                "end": {
                                  "line": 55,
                                  "column": 63
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1942,
                                "end": 1992,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1942,
                                  "end": 1950,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1942,
                                    "end": 1944,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 14
                                      },
                                      "identifierName": "EC"
                                    },
                                    "name": "EC"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1945,
                                    "end": 1950,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 20
                                      },
                                      "identifierName": "throw"
                                    },
                                    "name": "throw"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 1951,
                                    "end": 1984,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 54
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 1951,
                                      "end": 1976,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 46
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 1951,
                                        "end": 1970,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1951,
                                          "end": 1955,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 25
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1956,
                                          "end": 1970,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 40
                                            },
                                            "identifierName": "operation_name"
                                          },
                                          "name": "operation_name"
                                        },
                                        "computed": false
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 1973,
                                        "end": 1976,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 46
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ".",
                                          "raw": "\".\""
                                        },
                                        "value": "."
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 1979,
                                      "end": 1984,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 54
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1986,
                                    "end": 1991,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 61
                                      },
                                      "identifierName": "error"
                                    },
                                    "name": "error"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2013,
                      "end": 2027,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 8
                        },
                        "end": {
                          "line": 58,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 2020,
                        "end": 2026,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 15
                          },
                          "end": {
                            "line": 58,
                            "column": 21
                          },
                          "identifierName": "object"
                        },
                        "name": "object"
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2039,
                "end": 2923,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 89,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2039,
                  "end": 2055,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 4
                    },
                    "end": {
                      "line": 61,
                      "column": 20
                    },
                    "identifierName": "appendByteBuffer"
                  },
                  "name": "appendByteBuffer"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2056,
                    "end": 2057,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 21
                      },
                      "end": {
                        "line": 61,
                        "column": 22
                      },
                      "identifierName": "b"
                    },
                    "name": "b"
                  },
                  {
                    "type": "Identifier",
                    "start": 2059,
                    "end": 2065,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 24
                      },
                      "end": {
                        "line": 61,
                        "column": 30
                      },
                      "identifierName": "object"
                    },
                    "name": "object"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2067,
                  "end": 2923,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 32
                    },
                    "end": {
                      "line": 89,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2077,
                      "end": 2094,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 62,
                          "column": 25
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2081,
                          "end": 2093,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 12
                            },
                            "end": {
                              "line": 62,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2081,
                            "end": 2086,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 12
                              },
                              "end": {
                                "line": 62,
                                "column": 17
                              },
                              "identifierName": "field"
                            },
                            "name": "field"
                          },
                          "init": {
                            "type": "NullLiteral",
                            "start": 2089,
                            "end": 2093,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 20
                              },
                              "end": {
                                "line": 62,
                                "column": 24
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "TryStatement",
                      "start": 2103,
                      "end": 2901,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 9
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 2107,
                        "end": 2373,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 12
                          },
                          "end": {
                            "line": 70,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 2121,
                            "end": 2146,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 12
                              },
                              "end": {
                                "line": 64,
                                "column": 37
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 2125,
                                "end": 2145,
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 36
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 2125,
                                  "end": 2133,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 24
                                    },
                                    "identifierName": "iterable"
                                  },
                                  "name": "iterable"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 2136,
                                  "end": 2145,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2136,
                                    "end": 2140,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2141,
                                    "end": 2145,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 36
                                      },
                                      "identifierName": "keys"
                                    },
                                    "name": "keys"
                                  },
                                  "computed": false
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "ForStatement",
                            "start": 2159,
                            "end": 2363,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 12
                              },
                              "end": {
                                "line": 69,
                                "column": 13
                              }
                            },
                            "init": {
                              "type": "VariableDeclaration",
                              "start": 2164,
                              "end": 2180,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 17
                                },
                                "end": {
                                  "line": 65,
                                  "column": 33
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2168,
                                  "end": 2173,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 26
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2168,
                                    "end": 2169,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 22
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "init": {
                                    "type": "NumericLiteral",
                                    "start": 2172,
                                    "end": 2173,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 26
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2175,
                                  "end": 2180,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 33
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2175,
                                    "end": 2180,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 33
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "var"
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 2182,
                              "end": 2201,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 35
                                },
                                "end": {
                                  "line": 65,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 2182,
                                "end": 2183,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 36
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "MemberExpression",
                                "start": 2186,
                                "end": 2201,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2186,
                                  "end": 2194,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 47
                                    },
                                    "identifierName": "iterable"
                                  },
                                  "name": "iterable"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2195,
                                  "end": 2201,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 54
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 2203,
                              "end": 2206,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 56
                                },
                                "end": {
                                  "line": 65,
                                  "column": 59
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 2203,
                                "end": 2204,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 57
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2208,
                              "end": 2363,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 61
                                },
                                "end": {
                                  "line": 69,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2226,
                                  "end": 2246,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2226,
                                    "end": 2245,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2226,
                                      "end": 2231,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 21
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2234,
                                      "end": 2245,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2234,
                                        "end": 2242,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 32
                                          },
                                          "identifierName": "iterable"
                                        },
                                        "name": "iterable"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2243,
                                        "end": 2244,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 34
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2263,
                                  "end": 2292,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 45
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2267,
                                      "end": 2291,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 44
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2267,
                                        "end": 2271,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 24
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 2274,
                                        "end": 2291,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2274,
                                          "end": 2284,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2274,
                                            "end": 2278,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2279,
                                            "end": 2284,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 37
                                              },
                                              "identifierName": "types"
                                            },
                                            "name": "types"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2285,
                                          "end": 2290,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 43
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2309,
                                  "end": 2349,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 56
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2309,
                                    "end": 2348,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 55
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2309,
                                      "end": 2330,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2309,
                                        "end": 2313,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 20
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2314,
                                        "end": 2330,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 37
                                          },
                                          "identifierName": "appendByteBuffer"
                                        },
                                        "name": "appendByteBuffer"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2331,
                                        "end": 2332,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 39
                                          },
                                          "identifierName": "b"
                                        },
                                        "name": "b"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 2334,
                                        "end": 2347,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2334,
                                          "end": 2340,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 47
                                            },
                                            "identifierName": "object"
                                          },
                                          "name": "object"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2341,
                                          "end": 2346,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 53
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "computed": true
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 2374,
                        "end": 2901,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 10
                          },
                          "end": {
                            "line": 87,
                            "column": 9
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 2381,
                          "end": 2386,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 17
                            },
                            "end": {
                              "line": 70,
                              "column": 22
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 2388,
                          "end": 2901,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 24
                            },
                            "end": {
                              "line": 87,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "TryStatement",
                              "start": 2402,
                              "end": 2891,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 12
                                },
                                "end": {
                                  "line": 86,
                                  "column": 13
                                }
                              },
                              "block": {
                                "type": "BlockStatement",
                                "start": 2406,
                                "end": 2683,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 13
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 2424,
                                    "end": 2669,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 18
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 2424,
                                      "end": 2668,
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 17
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2424,
                                        "end": 2432,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2424,
                                          "end": 2426,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 18
                                            },
                                            "identifierName": "EC"
                                          },
                                          "name": "EC"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2427,
                                          "end": 2432,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 24
                                            },
                                            "identifierName": "throw"
                                          },
                                          "name": "throw"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 2454,
                                          "end": 2623,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 53
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 2454,
                                            "end": 2567,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 29
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 2454,
                                              "end": 2535,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 29
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 2454,
                                                "end": 2503,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 27
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2454,
                                                  "end": 2473,
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2454,
                                                    "end": 2458,
                                                    "loc": {
                                                      "start": {
                                                        "line": 73,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 73,
                                                        "column": 24
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2459,
                                                    "end": 2473,
                                                    "loc": {
                                                      "start": {
                                                        "line": 73,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 73,
                                                        "column": 39
                                                      },
                                                      "identifierName": "operation_name"
                                                    },
                                                    "name": "operation_name"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 2500,
                                                  "end": 2503,
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 27
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": ".",
                                                    "raw": "\".\""
                                                  },
                                                  "value": "."
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 2530,
                                                "end": 2535,
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 29
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "StringLiteral",
                                              "start": 2562,
                                              "end": 2567,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 29
                                                }
                                              },
                                              "extra": {
                                                "rawValue": " = ",
                                                "raw": "\" = \""
                                              },
                                              "value": " = "
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 2594,
                                            "end": 2623,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 53
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2594,
                                              "end": 2608,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2594,
                                                "end": 2598,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 28
                                                  },
                                                  "identifierName": "JSON"
                                                },
                                                "name": "JSON"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2599,
                                                "end": 2608,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 38
                                                  },
                                                  "identifierName": "stringify"
                                                },
                                                "name": "stringify"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 2609,
                                                "end": 2622,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2609,
                                                  "end": 2615,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 45
                                                    },
                                                    "identifierName": "object"
                                                  },
                                                  "name": "object"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2616,
                                                  "end": 2621,
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 51
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                },
                                                "computed": true
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 2645,
                                          "end": 2650,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 25
                                            },
                                            "identifierName": "error"
                                          },
                                          "name": "error"
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              },
                              "handler": {
                                "type": "CatchClause",
                                "start": 2684,
                                "end": 2891,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 13
                                  }
                                },
                                "param": {
                                  "type": "Identifier",
                                  "start": 2691,
                                  "end": 2692,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 22
                                    },
                                    "identifierName": "e"
                                  },
                                  "name": "e"
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 2694,
                                  "end": 2891,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2744,
                                      "end": 2877,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 18
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 2744,
                                        "end": 2876,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 85,
                                            "column": 17
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2744,
                                          "end": 2752,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 24
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2744,
                                            "end": 2746,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 18
                                              },
                                              "identifierName": "EC"
                                            },
                                            "name": "EC",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2747,
                                            "end": 2752,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 24
                                              },
                                              "identifierName": "throw"
                                            },
                                            "name": "throw"
                                          },
                                          "computed": false,
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 2774,
                                            "end": 2831,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 77
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 2774,
                                              "end": 2815,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 61
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 2774,
                                                "end": 2807,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 53
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 2774,
                                                  "end": 2799,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 45
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2774,
                                                    "end": 2793,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 39
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2774,
                                                      "end": 2778,
                                                      "loc": {
                                                        "start": {
                                                          "line": 83,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 83,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2779,
                                                      "end": 2793,
                                                      "loc": {
                                                        "start": {
                                                          "line": 83,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 83,
                                                          "column": 39
                                                        },
                                                        "identifierName": "operation_name"
                                                      },
                                                      "name": "operation_name"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 2796,
                                                    "end": 2799,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 45
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": ".",
                                                      "raw": "\".\""
                                                    },
                                                    "value": "."
                                                  }
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "Identifier",
                                                  "start": 2802,
                                                  "end": 2807,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 53
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "StringLiteral",
                                                "start": 2810,
                                                "end": 2815,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 61
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": " = ",
                                                  "raw": "\" = \""
                                                },
                                                "value": " = "
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 2818,
                                              "end": 2831,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 77
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2818,
                                                "end": 2824,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 70
                                                  },
                                                  "identifierName": "object"
                                                },
                                                "name": "object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2825,
                                                "end": 2830,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 76
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": true
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 2853,
                                            "end": 2858,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 25
                                              },
                                              "identifierName": "error"
                                            },
                                            "name": "error"
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " circular ref",
                                          "start": 2712,
                                          "end": 2727,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 31
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  ],
                                  "directives": []
                                }
                              },
                              "guardedHandlers": [],
                              "finalizer": null
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2910,
                      "end": 2917,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 8
                        },
                        "end": {
                          "line": 88,
                          "column": 15
                        }
                      },
                      "argument": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2929,
                "end": 3624,
                "loc": {
                  "start": {
                    "line": 91,
                    "column": 4
                  },
                  "end": {
                    "line": 110,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2929,
                  "end": 2939,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 4
                    },
                    "end": {
                      "line": 91,
                      "column": 14
                    },
                    "identifierName": "fromObject"
                  },
                  "name": "fromObject"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2940,
                    "end": 2957,
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 15
                      },
                      "end": {
                        "line": 91,
                        "column": 32
                      },
                      "identifierName": "serialized_object"
                    },
                    "name": "serialized_object"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2959,
                  "end": 3624,
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 34
                    },
                    "end": {
                      "line": 110,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2969,
                      "end": 2985,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 8
                        },
                        "end": {
                          "line": 92,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2973,
                          "end": 2984,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 12
                            },
                            "end": {
                              "line": 92,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2973,
                            "end": 2979,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 12
                              },
                              "end": {
                                "line": 92,
                                "column": 18
                              },
                              "identifierName": "result"
                            },
                            "name": "result"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 2982,
                            "end": 2984,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 21
                              },
                              "end": {
                                "line": 92,
                                "column": 23
                              }
                            },
                            "properties": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2994,
                      "end": 3011,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 8
                        },
                        "end": {
                          "line": 93,
                          "column": 25
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2998,
                          "end": 3010,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 12
                            },
                            "end": {
                              "line": 93,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2998,
                            "end": 3003,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 12
                              },
                              "end": {
                                "line": 93,
                                "column": 17
                              },
                              "identifierName": "field"
                            },
                            "name": "field"
                          },
                          "init": {
                            "type": "NullLiteral",
                            "start": 3006,
                            "end": 3010,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 20
                              },
                              "end": {
                                "line": 93,
                                "column": 24
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "TryStatement",
                      "start": 3020,
                      "end": 3594,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 8
                        },
                        "end": {
                          "line": 107,
                          "column": 9
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 3024,
                        "end": 3504,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 12
                          },
                          "end": {
                            "line": 105,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3038,
                            "end": 3063,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 12
                              },
                              "end": {
                                "line": 95,
                                "column": 37
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3042,
                                "end": 3062,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 36
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3042,
                                  "end": 3050,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 24
                                    },
                                    "identifierName": "iterable"
                                  },
                                  "name": "iterable"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 3053,
                                  "end": 3062,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 3053,
                                    "end": 3057,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3058,
                                    "end": 3062,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 36
                                      },
                                      "identifierName": "keys"
                                    },
                                    "name": "keys"
                                  },
                                  "computed": false
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "ForStatement",
                            "start": 3076,
                            "end": 3494,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 12
                              },
                              "end": {
                                "line": 104,
                                "column": 13
                              }
                            },
                            "init": {
                              "type": "VariableDeclaration",
                              "start": 3081,
                              "end": 3097,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 17
                                },
                                "end": {
                                  "line": 96,
                                  "column": 33
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3085,
                                  "end": 3090,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 26
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3085,
                                    "end": 3086,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 22
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "init": {
                                    "type": "NumericLiteral",
                                    "start": 3089,
                                    "end": 3090,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 26
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3092,
                                  "end": 3097,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 33
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3092,
                                    "end": 3097,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 33
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "var"
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 3099,
                              "end": 3118,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 35
                                },
                                "end": {
                                  "line": 96,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 3099,
                                "end": 3100,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 36
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "MemberExpression",
                                "start": 3103,
                                "end": 3118,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3103,
                                  "end": 3111,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 47
                                    },
                                    "identifierName": "iterable"
                                  },
                                  "name": "iterable"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3112,
                                  "end": 3118,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 54
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 3120,
                              "end": 3123,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 56
                                },
                                "end": {
                                  "line": 96,
                                  "column": 59
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 3120,
                                "end": 3121,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 57
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 3125,
                              "end": 3494,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 61
                                },
                                "end": {
                                  "line": 104,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3143,
                                  "end": 3163,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3143,
                                    "end": 3162,
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3143,
                                      "end": 3148,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 21
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3151,
                                      "end": 3162,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3151,
                                        "end": 3159,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 32
                                          },
                                          "identifierName": "iterable"
                                        },
                                        "name": "iterable"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3160,
                                        "end": 3161,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 34
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3180,
                                  "end": 3209,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 45
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3184,
                                      "end": 3208,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 44
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3184,
                                        "end": 3188,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 24
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3191,
                                        "end": 3208,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3191,
                                          "end": 3201,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3191,
                                            "end": 3195,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3196,
                                            "end": 3201,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 37
                                              },
                                              "identifierName": "types"
                                            },
                                            "name": "types"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3202,
                                          "end": 3207,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 43
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3226,
                                  "end": 3263,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 53
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3230,
                                      "end": 3262,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 52
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3230,
                                        "end": 3235,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 25
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3238,
                                        "end": 3262,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3238,
                                          "end": 3255,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 45
                                            },
                                            "identifierName": "serialized_object"
                                          },
                                          "name": "serialized_object"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3256,
                                          "end": 3261,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 51
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "var",
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "DEBUG value = value.resolve if value.resolve",
                                      "start": 3280,
                                      "end": 3326,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 62
                                        }
                                      }
                                    },
                                    {
                                      "type": "CommentLine",
                                      "value": "DEBUG console.log('... value',field,value)",
                                      "start": 3343,
                                      "end": 3387,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 60
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3404,
                                  "end": 3440,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 52
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3408,
                                      "end": 3439,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 51
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3408,
                                        "end": 3414,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 26
                                          },
                                          "identifierName": "object"
                                        },
                                        "name": "object",
                                        "leadingComments": null
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3417,
                                        "end": 3439,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3417,
                                          "end": 3432,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 44
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3417,
                                            "end": 3421,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 33
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3422,
                                            "end": 3432,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 44
                                              },
                                              "identifierName": "fromObject"
                                            },
                                            "name": "fromObject"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 3433,
                                            "end": 3438,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 50
                                              },
                                              "identifierName": "value"
                                            },
                                            "name": "value"
                                          }
                                        ]
                                      },
                                      "leadingComments": null
                                    }
                                  ],
                                  "kind": "var",
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": "DEBUG value = value.resolve if value.resolve",
                                      "start": 3280,
                                      "end": 3326,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 62
                                        }
                                      }
                                    },
                                    {
                                      "type": "CommentLine",
                                      "value": "DEBUG console.log('... value',field,value)",
                                      "start": 3343,
                                      "end": 3387,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 60
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3457,
                                  "end": 3480,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3457,
                                    "end": 3479,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3457,
                                      "end": 3470,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3457,
                                        "end": 3463,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 22
                                          },
                                          "identifierName": "result"
                                        },
                                        "name": "result"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3464,
                                        "end": 3469,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 28
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 3473,
                                      "end": 3479,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 38
                                        },
                                        "identifierName": "object"
                                      },
                                      "name": "object"
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 3505,
                        "end": 3594,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 10
                          },
                          "end": {
                            "line": 107,
                            "column": 9
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 3512,
                          "end": 3517,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 17
                            },
                            "end": {
                              "line": 105,
                              "column": 22
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 3519,
                          "end": 3594,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 24
                            },
                            "end": {
                              "line": 107,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 3533,
                              "end": 3584,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 12
                                },
                                "end": {
                                  "line": 106,
                                  "column": 63
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3533,
                                "end": 3583,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3533,
                                  "end": 3541,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3533,
                                    "end": 3535,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 14
                                      },
                                      "identifierName": "EC"
                                    },
                                    "name": "EC"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3536,
                                    "end": 3541,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 20
                                      },
                                      "identifierName": "throw"
                                    },
                                    "name": "throw"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 3542,
                                    "end": 3575,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 54
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 3542,
                                      "end": 3567,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 46
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3542,
                                        "end": 3561,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3542,
                                          "end": 3546,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 25
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3547,
                                          "end": 3561,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 40
                                            },
                                            "identifierName": "operation_name"
                                          },
                                          "name": "operation_name"
                                        },
                                        "computed": false
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 3564,
                                        "end": 3567,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 46
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ".",
                                          "raw": "\".\""
                                        },
                                        "value": "."
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 3570,
                                      "end": 3575,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 54
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3577,
                                    "end": 3582,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 61
                                      },
                                      "identifierName": "error"
                                    },
                                    "name": "error"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3604,
                      "end": 3618,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 8
                        },
                        "end": {
                          "line": 109,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3611,
                        "end": 3617,
                        "loc": {
                          "start": {
                            "line": 109,
                            "column": 15
                          },
                          "end": {
                            "line": 109,
                            "column": 21
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n        @arg {boolean} [debug.use_default = false] - more template friendly\n        @arg {boolean} [debug.annotate = false] - add user-friendly information\n    ",
                    "start": 3630,
                    "end": 3796,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 4
                      },
                      "end": {
                        "line": 115,
                        "column": 6
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3801,
                "end": 5322,
                "loc": {
                  "start": {
                    "line": 116,
                    "column": 4
                  },
                  "end": {
                    "line": 158,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3801,
                  "end": 3809,
                  "loc": {
                    "start": {
                      "line": 116,
                      "column": 4
                    },
                    "end": {
                      "line": 116,
                      "column": 12
                    },
                    "identifierName": "toObject"
                  },
                  "name": "toObject",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 3819,
                    "end": 3841,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 8
                      },
                      "end": {
                        "line": 117,
                        "column": 30
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 3819,
                      "end": 3836,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 8
                        },
                        "end": {
                          "line": 117,
                          "column": 25
                        },
                        "identifierName": "serialized_object"
                      },
                      "name": "serialized_object"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 3839,
                      "end": 3841,
                      "loc": {
                        "start": {
                          "line": 117,
                          "column": 28
                        },
                        "end": {
                          "line": 117,
                          "column": 30
                        }
                      },
                      "properties": []
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 3851,
                    "end": 3896,
                    "loc": {
                      "start": {
                        "line": 118,
                        "column": 8
                      },
                      "end": {
                        "line": 118,
                        "column": 53
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 3851,
                      "end": 3856,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 8
                        },
                        "end": {
                          "line": 118,
                          "column": 13
                        },
                        "identifierName": "debug"
                      },
                      "name": "debug"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 3859,
                      "end": 3896,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 16
                        },
                        "end": {
                          "line": 118,
                          "column": 53
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 3860,
                          "end": 3878,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 17
                            },
                            "end": {
                              "line": 118,
                              "column": 35
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3860,
                            "end": 3871,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 17
                              },
                              "end": {
                                "line": 118,
                                "column": 28
                              },
                              "identifierName": "use_default"
                            },
                            "name": "use_default"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 3873,
                            "end": 3878,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 30
                              },
                              "end": {
                                "line": 118,
                                "column": 35
                              }
                            },
                            "value": false
                          }
                        },
                        {
                          "type": "ObjectProperty",
                          "start": 3880,
                          "end": 3895,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 37
                            },
                            "end": {
                              "line": 118,
                              "column": 52
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 3880,
                            "end": 3888,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 37
                              },
                              "end": {
                                "line": 118,
                                "column": 45
                              },
                              "identifierName": "annotate"
                            },
                            "name": "annotate"
                          },
                          "value": {
                            "type": "BooleanLiteral",
                            "start": 3890,
                            "end": 3895,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 47
                              },
                              "end": {
                                "line": 118,
                                "column": 52
                              }
                            },
                            "value": false
                          }
                        }
                      ]
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3903,
                  "end": 5322,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 6
                    },
                    "end": {
                      "line": 158,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3913,
                      "end": 3929,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 24
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3917,
                          "end": 3928,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 12
                            },
                            "end": {
                              "line": 120,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3917,
                            "end": 3923,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 12
                              },
                              "end": {
                                "line": 120,
                                "column": 18
                              },
                              "identifierName": "result"
                            },
                            "name": "result"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 3926,
                            "end": 3928,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 21
                              },
                              "end": {
                                "line": 120,
                                "column": 23
                              }
                            },
                            "properties": []
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3938,
                      "end": 3955,
                      "loc": {
                        "start": {
                          "line": 121,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 25
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3942,
                          "end": 3954,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 12
                            },
                            "end": {
                              "line": 121,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3942,
                            "end": 3947,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 12
                              },
                              "end": {
                                "line": 121,
                                "column": 17
                              },
                              "identifierName": "field"
                            },
                            "name": "field"
                          },
                          "init": {
                            "type": "NullLiteral",
                            "start": 3950,
                            "end": 3954,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 20
                              },
                              "end": {
                                "line": 121,
                                "column": 24
                              }
                            }
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "TryStatement",
                      "start": 3964,
                      "end": 5292,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 8
                        },
                        "end": {
                          "line": 155,
                          "column": 9
                        }
                      },
                      "block": {
                        "type": "BlockStatement",
                        "start": 3968,
                        "end": 5202,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 12
                          },
                          "end": {
                            "line": 153,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 3982,
                            "end": 4013,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 12
                              },
                              "end": {
                                "line": 123,
                                "column": 43
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 3986,
                              "end": 3997,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 16
                                },
                                "end": {
                                  "line": 123,
                                  "column": 27
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 3987,
                                "end": 3997,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3987,
                                  "end": 3991,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 21
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3992,
                                  "end": 3997,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 27
                                    },
                                    "identifierName": "types"
                                  },
                                  "name": "types"
                                },
                                "computed": false
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            },
                            "consequent": {
                              "type": "ReturnStatement",
                              "start": 3999,
                              "end": 4013,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 29
                                },
                                "end": {
                                  "line": 123,
                                  "column": 43
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 4006,
                                "end": 4012,
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 42
                                  },
                                  "identifierName": "result"
                                },
                                "name": "result"
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 4027,
                            "end": 4052,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 12
                              },
                              "end": {
                                "line": 125,
                                "column": 37
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 4031,
                                "end": 4051,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 36
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 4031,
                                  "end": 4039,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 24
                                    },
                                    "identifierName": "iterable"
                                  },
                                  "name": "iterable"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 4042,
                                  "end": 4051,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4042,
                                    "end": 4046,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4047,
                                    "end": 4051,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 36
                                      },
                                      "identifierName": "keys"
                                    },
                                    "name": "keys"
                                  },
                                  "computed": false
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "ForStatement",
                            "start": 4065,
                            "end": 5192,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 12
                              },
                              "end": {
                                "line": 152,
                                "column": 13
                              }
                            },
                            "init": {
                              "type": "VariableDeclaration",
                              "start": 4070,
                              "end": 4086,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 17
                                },
                                "end": {
                                  "line": 126,
                                  "column": 33
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4074,
                                  "end": 4079,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 26
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4074,
                                    "end": 4075,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 22
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "init": {
                                    "type": "NumericLiteral",
                                    "start": 4078,
                                    "end": 4079,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 26
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4081,
                                  "end": 4086,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 33
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4081,
                                    "end": 4086,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 33
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "var"
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 4088,
                              "end": 4107,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 35
                                },
                                "end": {
                                  "line": 126,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 4088,
                                "end": 4089,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 36
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "MemberExpression",
                                "start": 4092,
                                "end": 4107,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4092,
                                  "end": 4100,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 47
                                    },
                                    "identifierName": "iterable"
                                  },
                                  "name": "iterable"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4101,
                                  "end": 4107,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 54
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 4109,
                              "end": 4112,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 56
                                },
                                "end": {
                                  "line": 126,
                                  "column": 59
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 4109,
                                "end": 4110,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 57
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 4114,
                              "end": 5192,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 61
                                },
                                "end": {
                                  "line": 152,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4132,
                                  "end": 4152,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4132,
                                    "end": 4151,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 35
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 4132,
                                      "end": 4137,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 21
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4140,
                                      "end": 4151,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4140,
                                        "end": 4148,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 32
                                          },
                                          "identifierName": "iterable"
                                        },
                                        "name": "iterable"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4149,
                                        "end": 4150,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 34
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4169,
                                  "end": 4198,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 45
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4173,
                                      "end": 4197,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 44
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4173,
                                        "end": 4177,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 24
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 4180,
                                        "end": 4197,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4180,
                                          "end": 4190,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 4180,
                                            "end": 4184,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4185,
                                            "end": 4190,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 37
                                              },
                                              "identifierName": "types"
                                            },
                                            "name": "types"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4191,
                                          "end": 4196,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 43
                                            },
                                            "identifierName": "field"
                                          },
                                          "name": "field"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4215,
                                  "end": 4486,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 18
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4219,
                                      "end": 4485,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 17
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4219,
                                        "end": 4225,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 26
                                          },
                                          "identifierName": "object"
                                        },
                                        "name": "object"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4228,
                                        "end": 4485,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 17
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4228,
                                          "end": 4241,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4228,
                                            "end": 4232,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 33
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4233,
                                            "end": 4241,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 42
                                              },
                                              "identifierName": "toObject"
                                            },
                                            "name": "toObject"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ConditionalExpression",
                                            "start": 4263,
                                            "end": 4440,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 35
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 4263,
                                              "end": 4353,
                                              "loc": {
                                                "start": {
                                                  "line": 130,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 46
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 4263,
                                                "end": 4303,
                                                "loc": {
                                                  "start": {
                                                    "line": 130,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 60
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 4263,
                                                  "end": 4287,
                                                  "loc": {
                                                    "start": {
                                                      "line": 130,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 130,
                                                      "column": 44
                                                    }
                                                  },
                                                  "operator": "typeof",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "start": 4270,
                                                    "end": 4287,
                                                    "loc": {
                                                      "start": {
                                                        "line": 130,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 130,
                                                        "column": 44
                                                      },
                                                      "identifierName": "serialized_object"
                                                    },
                                                    "name": "serialized_object"
                                                  },
                                                  "extra": {
                                                    "parenthesizedArgument": false
                                                  }
                                                },
                                                "operator": "!==",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 4292,
                                                  "end": 4303,
                                                  "loc": {
                                                    "start": {
                                                      "line": 130,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 130,
                                                      "column": 60
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "undefined",
                                                    "raw": "\"undefined\""
                                                  },
                                                  "value": "undefined"
                                                }
                                              },
                                              "operator": "&&",
                                              "right": {
                                                "type": "BinaryExpression",
                                                "start": 4327,
                                                "end": 4353,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 46
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4327,
                                                  "end": 4344,
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 37
                                                    },
                                                    "identifierName": "serialized_object"
                                                  },
                                                  "name": "serialized_object"
                                                },
                                                "operator": "!==",
                                                "right": {
                                                  "type": "NullLiteral",
                                                  "start": 4349,
                                                  "end": 4353,
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 46
                                                    }
                                                  }
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "MemberExpression",
                                              "start": 4380,
                                              "end": 4404,
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 132,
                                                  "column": 50
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4380,
                                                "end": 4397,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 43
                                                  },
                                                  "identifierName": "serialized_object"
                                                },
                                                "name": "serialized_object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4398,
                                                "end": 4403,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 49
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              },
                                              "computed": true
                                            },
                                            "alternate": {
                                              "type": "Identifier",
                                              "start": 4431,
                                              "end": 4440,
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 133,
                                                  "column": 35
                                                },
                                                "identifierName": "undefined"
                                              },
                                              "name": "undefined"
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4462,
                                            "end": 4467,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 25
                                              },
                                              "identifierName": "debug"
                                            },
                                            "name": "debug"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4503,
                                  "end": 4526,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4503,
                                    "end": 4525,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4503,
                                      "end": 4516,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 29
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4503,
                                        "end": 4509,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 22
                                          },
                                          "identifierName": "result"
                                        },
                                        "name": "result"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4510,
                                        "end": 4515,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 28
                                          },
                                          "identifierName": "field"
                                        },
                                        "name": "field"
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 4519,
                                      "end": 4525,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 38
                                        },
                                        "identifierName": "object"
                                      },
                                      "name": "object"
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 4543,
                                  "end": 5178,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 4547,
                                    "end": 4555,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 137,
                                        "column": 28
                                      },
                                      "identifierName": "HEX_DUMP"
                                    },
                                    "name": "HEX_DUMP"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 4557,
                                    "end": 5178,
                                    "loc": {
                                      "start": {
                                        "line": 137,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 4579,
                                        "end": 4727,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 22
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 4583,
                                            "end": 4726,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 21
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 4583,
                                              "end": 4584,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 25
                                                },
                                                "identifierName": "b"
                                              },
                                              "name": "b"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 4587,
                                              "end": 4726,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 141,
                                                  "column": 21
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 4591,
                                                "end": 4601,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 42
                                                  },
                                                  "identifierName": "ByteBuffer"
                                                },
                                                "name": "ByteBuffer"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 4627,
                                                  "end": 4654,
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 51
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4627,
                                                    "end": 4637,
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 34
                                                      },
                                                      "identifierName": "ByteBuffer"
                                                    },
                                                    "name": "ByteBuffer"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4638,
                                                    "end": 4654,
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 51
                                                      },
                                                      "identifierName": "DEFAULT_CAPACITY"
                                                    },
                                                    "name": "DEFAULT_CAPACITY"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 4680,
                                                  "end": 4704,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 48
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4680,
                                                    "end": 4690,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 34
                                                      },
                                                      "identifierName": "ByteBuffer"
                                                    },
                                                    "name": "ByteBuffer"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4691,
                                                    "end": 4704,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 48
                                                      },
                                                      "identifierName": "LITTLE_ENDIAN"
                                                    },
                                                    "name": "LITTLE_ENDIAN"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4748,
                                        "end": 5034,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 22
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4748,
                                          "end": 5033,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 148,
                                              "column": 21
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4748,
                                            "end": 4769,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 41
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4748,
                                              "end": 4752,
                                              "loc": {
                                                "start": {
                                                  "line": 142,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 142,
                                                  "column": 24
                                                },
                                                "identifierName": "type"
                                              },
                                              "name": "type"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4753,
                                              "end": 4769,
                                              "loc": {
                                                "start": {
                                                  "line": 142,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 142,
                                                  "column": 41
                                                },
                                                "identifierName": "appendByteBuffer"
                                              },
                                              "name": "appendByteBuffer"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 4795,
                                              "end": 4796,
                                              "loc": {
                                                "start": {
                                                  "line": 143,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 143,
                                                  "column": 25
                                                },
                                                "identifierName": "b"
                                              },
                                              "name": "b"
                                            },
                                            {
                                              "type": "ConditionalExpression",
                                              "start": 4822,
                                              "end": 5011,
                                              "loc": {
                                                "start": {
                                                  "line": 144,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 39
                                                }
                                              },
                                              "test": {
                                                "type": "LogicalExpression",
                                                "start": 4822,
                                                "end": 4916,
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 145,
                                                    "column": 50
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 4822,
                                                  "end": 4862,
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 64
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "UnaryExpression",
                                                    "start": 4822,
                                                    "end": 4846,
                                                    "loc": {
                                                      "start": {
                                                        "line": 144,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 144,
                                                        "column": 48
                                                      }
                                                    },
                                                    "operator": "typeof",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 4829,
                                                      "end": 4846,
                                                      "loc": {
                                                        "start": {
                                                          "line": 144,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 144,
                                                          "column": 48
                                                        },
                                                        "identifierName": "serialized_object"
                                                      },
                                                      "name": "serialized_object"
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  },
                                                  "operator": "!==",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 4851,
                                                    "end": 4862,
                                                    "loc": {
                                                      "start": {
                                                        "line": 144,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 144,
                                                        "column": 64
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "undefined",
                                                      "raw": "\"undefined\""
                                                    },
                                                    "value": "undefined"
                                                  }
                                                },
                                                "operator": "&&",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 4890,
                                                  "end": 4916,
                                                  "loc": {
                                                    "start": {
                                                      "line": 145,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 145,
                                                      "column": 50
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 4890,
                                                    "end": 4907,
                                                    "loc": {
                                                      "start": {
                                                        "line": 145,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 145,
                                                        "column": 41
                                                      },
                                                      "identifierName": "serialized_object"
                                                    },
                                                    "name": "serialized_object"
                                                  },
                                                  "operator": "!==",
                                                  "right": {
                                                    "type": "NullLiteral",
                                                    "start": 4912,
                                                    "end": 4916,
                                                    "loc": {
                                                      "start": {
                                                        "line": 145,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 145,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "MemberExpression",
                                                "start": 4947,
                                                "end": 4971,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 54
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4947,
                                                  "end": 4964,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 47
                                                    },
                                                    "identifierName": "serialized_object"
                                                  },
                                                  "name": "serialized_object"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4965,
                                                  "end": 4970,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 53
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                },
                                                "computed": true
                                              },
                                              "alternate": {
                                                "type": "Identifier",
                                                "start": 5002,
                                                "end": 5011,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 39
                                                  },
                                                  "identifierName": "undefined"
                                                },
                                                "name": "undefined"
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5055,
                                        "end": 5079,
                                        "loc": {
                                          "start": {
                                            "line": 149,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 149,
                                            "column": 44
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5055,
                                          "end": 5078,
                                          "loc": {
                                            "start": {
                                              "line": 149,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 43
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 5055,
                                            "end": 5056,
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 21
                                              },
                                              "identifierName": "b"
                                            },
                                            "name": "b"
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 5059,
                                            "end": 5078,
                                            "loc": {
                                              "start": {
                                                "line": 149,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5059,
                                              "end": 5065,
                                              "loc": {
                                                "start": {
                                                  "line": 149,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 149,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5059,
                                                "end": 5060,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 25
                                                  },
                                                  "identifierName": "b"
                                                },
                                                "name": "b"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5061,
                                                "end": 5065,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 30
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "NumericLiteral",
                                                "start": 5066,
                                                "end": 5067,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 32
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 0,
                                                  "raw": "0"
                                                },
                                                "value": 0
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 5069,
                                                "end": 5077,
                                                "loc": {
                                                  "start": {
                                                    "line": 149,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 42
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5069,
                                                  "end": 5070,
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 35
                                                    },
                                                    "identifierName": "b"
                                                  },
                                                  "name": "b"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5071,
                                                  "end": 5077,
                                                  "loc": {
                                                    "start": {
                                                      "line": 149,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 42
                                                    },
                                                    "identifierName": "offset"
                                                  },
                                                  "name": "offset"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5100,
                                        "end": 5160,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 80
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 5100,
                                          "end": 5159,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 79
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5100,
                                            "end": 5113,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5100,
                                              "end": 5107,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 27
                                                },
                                                "identifierName": "console"
                                              },
                                              "name": "console"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5108,
                                              "end": 5113,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 33
                                                },
                                                "identifierName": "error"
                                              },
                                              "name": "error"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "BinaryExpression",
                                              "start": 5114,
                                              "end": 5147,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 67
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 5114,
                                                "end": 5139,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 59
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 5114,
                                                  "end": 5133,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 53
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 5114,
                                                    "end": 5118,
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5119,
                                                    "end": 5133,
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 53
                                                      },
                                                      "identifierName": "operation_name"
                                                    },
                                                    "name": "operation_name"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "StringLiteral",
                                                  "start": 5136,
                                                  "end": 5139,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 56
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 59
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": ".",
                                                    "raw": "\".\""
                                                  },
                                                  "value": "."
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 5142,
                                                "end": 5147,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 67
                                                  },
                                                  "identifierName": "field"
                                                },
                                                "name": "field"
                                              }
                                            },
                                            {
                                              "type": "CallExpression",
                                              "start": 5149,
                                              "end": 5158,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 78
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5149,
                                                "end": 5156,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5149,
                                                  "end": 5150,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 70
                                                    },
                                                    "identifierName": "b"
                                                  },
                                                  "name": "b"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5151,
                                                  "end": 5156,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 76
                                                    },
                                                    "identifierName": "toHex"
                                                  },
                                                  "name": "toHex"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "handler": {
                        "type": "CatchClause",
                        "start": 5203,
                        "end": 5292,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 10
                          },
                          "end": {
                            "line": 155,
                            "column": 9
                          }
                        },
                        "param": {
                          "type": "Identifier",
                          "start": 5210,
                          "end": 5215,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 17
                            },
                            "end": {
                              "line": 153,
                              "column": 22
                            },
                            "identifierName": "error"
                          },
                          "name": "error"
                        },
                        "body": {
                          "type": "BlockStatement",
                          "start": 5217,
                          "end": 5292,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 24
                            },
                            "end": {
                              "line": 155,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5231,
                              "end": 5282,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 12
                                },
                                "end": {
                                  "line": 154,
                                  "column": 63
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5231,
                                "end": 5281,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5231,
                                  "end": 5239,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 20
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5231,
                                    "end": 5233,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 14
                                      },
                                      "identifierName": "EC"
                                    },
                                    "name": "EC"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5234,
                                    "end": 5239,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 20
                                      },
                                      "identifierName": "throw"
                                    },
                                    "name": "throw"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 5240,
                                    "end": 5273,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 54
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 5240,
                                      "end": 5265,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 46
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 5240,
                                        "end": 5259,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5240,
                                          "end": 5244,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 25
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5245,
                                          "end": 5259,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 40
                                            },
                                            "identifierName": "operation_name"
                                          },
                                          "name": "operation_name"
                                        },
                                        "computed": false
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 5262,
                                        "end": 5265,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 46
                                          }
                                        },
                                        "extra": {
                                          "rawValue": ".",
                                          "raw": "\".\""
                                        },
                                        "value": "."
                                      }
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5268,
                                      "end": 5273,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 54
                                        },
                                        "identifierName": "field"
                                      },
                                      "name": "field"
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 5275,
                                    "end": 5280,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 61
                                      },
                                      "identifierName": "error"
                                    },
                                    "name": "error"
                                  }
                                ]
                              }
                            }
                          ],
                          "directives": []
                        }
                      },
                      "guardedHandlers": [],
                      "finalizer": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 5302,
                      "end": 5316,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 8
                        },
                        "end": {
                          "line": 157,
                          "column": 22
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 5309,
                        "end": 5315,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 15
                          },
                          "end": {
                            "line": 157,
                            "column": 21
                          },
                          "identifierName": "result"
                        },
                        "name": "result"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n        @arg {boolean} [debug.use_default = false] - more template friendly\n        @arg {boolean} [debug.annotate = false] - add user-friendly information\n    ",
                    "start": 3630,
                    "end": 3796,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 4
                      },
                      "end": {
                        "line": 115,
                        "column": 6
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "* Sort by the first element in a operation ",
                    "start": 5328,
                    "end": 5375,
                    "loc": {
                      "start": {
                        "line": 160,
                        "column": 4
                      },
                      "end": {
                        "line": 160,
                        "column": 51
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5380,
                "end": 6160,
                "loc": {
                  "start": {
                    "line": 161,
                    "column": 4
                  },
                  "end": {
                    "line": 182,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5380,
                  "end": 5387,
                  "loc": {
                    "start": {
                      "line": 161,
                      "column": 4
                    },
                    "end": {
                      "line": 161,
                      "column": 11
                    },
                    "identifierName": "compare"
                  },
                  "name": "compare",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5388,
                    "end": 5389,
                    "loc": {
                      "start": {
                        "line": 161,
                        "column": 12
                      },
                      "end": {
                        "line": 161,
                        "column": 13
                      },
                      "identifierName": "a"
                    },
                    "name": "a"
                  },
                  {
                    "type": "Identifier",
                    "start": 5391,
                    "end": 5392,
                    "loc": {
                      "start": {
                        "line": 161,
                        "column": 15
                      },
                      "end": {
                        "line": 161,
                        "column": 16
                      },
                      "identifierName": "b"
                    },
                    "name": "b"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5394,
                  "end": 6160,
                  "loc": {
                    "start": {
                      "line": 161,
                      "column": 18
                    },
                    "end": {
                      "line": 182,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5404,
                      "end": 5433,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 8
                        },
                        "end": {
                          "line": 162,
                          "column": 37
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5408,
                          "end": 5432,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 12
                            },
                            "end": {
                              "line": 162,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5408,
                            "end": 5417,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 12
                              },
                              "end": {
                                "line": 162,
                                "column": 21
                              },
                              "identifierName": "first_key"
                            },
                            "name": "first_key"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 5420,
                            "end": 5432,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 24
                              },
                              "end": {
                                "line": 162,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5420,
                              "end": 5429,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 24
                                },
                                "end": {
                                  "line": 162,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5420,
                                "end": 5424,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5425,
                                "end": 5429,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 33
                                  },
                                  "identifierName": "keys"
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "NumericLiteral",
                              "start": 5430,
                              "end": 5431,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 34
                                },
                                "end": {
                                  "line": 162,
                                  "column": 35
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5442,
                      "end": 5481,
                      "loc": {
                        "start": {
                          "line": 163,
                          "column": 8
                        },
                        "end": {
                          "line": 163,
                          "column": 47
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5446,
                          "end": 5480,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 12
                            },
                            "end": {
                              "line": 163,
                              "column": 46
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5446,
                            "end": 5456,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 12
                              },
                              "end": {
                                "line": 163,
                                "column": 22
                              },
                              "identifierName": "first_type"
                            },
                            "name": "first_type"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 5459,
                            "end": 5480,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 25
                              },
                              "end": {
                                "line": 163,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5459,
                              "end": 5469,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 25
                                },
                                "end": {
                                  "line": 163,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5459,
                                "end": 5463,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 29
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5464,
                                "end": 5469,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 35
                                  },
                                  "identifierName": "types"
                                },
                                "name": "types"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5470,
                              "end": 5479,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 36
                                },
                                "end": {
                                  "line": 163,
                                  "column": 45
                                },
                                "identifierName": "first_key"
                              },
                              "name": "first_key"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5491,
                      "end": 5515,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 8
                        },
                        "end": {
                          "line": 165,
                          "column": 32
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5495,
                          "end": 5514,
                          "loc": {
                            "start": {
                              "line": 165,
                              "column": 12
                            },
                            "end": {
                              "line": 165,
                              "column": 31
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5495,
                            "end": 5499,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 12
                              },
                              "end": {
                                "line": 165,
                                "column": 16
                              },
                              "identifierName": "valA"
                            },
                            "name": "valA"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 5502,
                            "end": 5514,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 19
                              },
                              "end": {
                                "line": 165,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5502,
                              "end": 5503,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 19
                                },
                                "end": {
                                  "line": 165,
                                  "column": 20
                                },
                                "identifierName": "a"
                              },
                              "name": "a"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5504,
                              "end": 5513,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 21
                                },
                                "end": {
                                  "line": 165,
                                  "column": 30
                                },
                                "identifierName": "first_key"
                              },
                              "name": "first_key"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5524,
                      "end": 5548,
                      "loc": {
                        "start": {
                          "line": 166,
                          "column": 8
                        },
                        "end": {
                          "line": 166,
                          "column": 32
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5528,
                          "end": 5547,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 12
                            },
                            "end": {
                              "line": 166,
                              "column": 31
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5528,
                            "end": 5532,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 12
                              },
                              "end": {
                                "line": 166,
                                "column": 16
                              },
                              "identifierName": "valB"
                            },
                            "name": "valB"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 5535,
                            "end": 5547,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 19
                              },
                              "end": {
                                "line": 166,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5535,
                              "end": 5536,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 19
                                },
                                "end": {
                                  "line": 166,
                                  "column": 20
                                },
                                "identifierName": "b"
                              },
                              "name": "b"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5537,
                              "end": 5546,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 21
                                },
                                "end": {
                                  "line": 166,
                                  "column": 30
                                },
                                "identifierName": "first_key"
                              },
                              "name": "first_key"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 5558,
                      "end": 5620,
                      "loc": {
                        "start": {
                          "line": 168,
                          "column": 8
                        },
                        "end": {
                          "line": 168,
                          "column": 70
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 5562,
                        "end": 5580,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 12
                          },
                          "end": {
                            "line": 168,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5562,
                          "end": 5572,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 12
                            },
                            "end": {
                              "line": 168,
                              "column": 22
                            },
                            "identifierName": "first_type"
                          },
                          "name": "first_type"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5573,
                          "end": 5580,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 23
                            },
                            "end": {
                              "line": 168,
                              "column": 30
                            },
                            "identifierName": "compare"
                          },
                          "name": "compare"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 5582,
                        "end": 5620,
                        "loc": {
                          "start": {
                            "line": 168,
                            "column": 32
                          },
                          "end": {
                            "line": 168,
                            "column": 70
                          }
                        },
                        "argument": {
                          "type": "CallExpression",
                          "start": 5589,
                          "end": 5619,
                          "loc": {
                            "start": {
                              "line": 168,
                              "column": 39
                            },
                            "end": {
                              "line": 168,
                              "column": 69
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5589,
                            "end": 5607,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 39
                              },
                              "end": {
                                "line": 168,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5589,
                              "end": 5599,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 39
                                },
                                "end": {
                                  "line": 168,
                                  "column": 49
                                },
                                "identifierName": "first_type"
                              },
                              "name": "first_type"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5600,
                              "end": 5607,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 50
                                },
                                "end": {
                                  "line": 168,
                                  "column": 57
                                },
                                "identifierName": "compare"
                              },
                              "name": "compare"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5608,
                              "end": 5612,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 58
                                },
                                "end": {
                                  "line": 168,
                                  "column": 62
                                },
                                "identifierName": "valA"
                              },
                              "name": "valA"
                            },
                            {
                              "type": "Identifier",
                              "start": 5614,
                              "end": 5618,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 64
                                },
                                "end": {
                                  "line": 168,
                                  "column": 68
                                },
                                "identifierName": "valB"
                              },
                              "name": "valB"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 5630,
                      "end": 5719,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 31
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 5634,
                        "end": 5686,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 12
                          },
                          "end": {
                            "line": 170,
                            "column": 64
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 5634,
                          "end": 5658,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 12
                            },
                            "end": {
                              "line": 170,
                              "column": 36
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 5634,
                            "end": 5645,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 12
                              },
                              "end": {
                                "line": 170,
                                "column": 23
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 5641,
                              "end": 5645,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 19
                                },
                                "end": {
                                  "line": 170,
                                  "column": 23
                                },
                                "identifierName": "valA"
                              },
                              "name": "valA"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 5650,
                            "end": 5658,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 28
                              },
                              "end": {
                                "line": 170,
                                "column": 36
                              }
                            },
                            "extra": {
                              "rawValue": "number",
                              "raw": "\"number\""
                            },
                            "value": "number"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 5662,
                          "end": 5686,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 40
                            },
                            "end": {
                              "line": 170,
                              "column": 64
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 5662,
                            "end": 5673,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 40
                              },
                              "end": {
                                "line": 170,
                                "column": 51
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 5669,
                              "end": 5673,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 47
                                },
                                "end": {
                                  "line": 170,
                                  "column": 51
                                },
                                "identifierName": "valB"
                              },
                              "name": "valB"
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "operator": "===",
                          "right": {
                            "type": "StringLiteral",
                            "start": 5678,
                            "end": 5686,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 56
                              },
                              "end": {
                                "line": 170,
                                "column": 64
                              }
                            },
                            "extra": {
                              "rawValue": "number",
                              "raw": "\"number\""
                            },
                            "value": "number"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 5700,
                        "end": 5719,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 12
                          },
                          "end": {
                            "line": 171,
                            "column": 31
                          }
                        },
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 5707,
                          "end": 5718,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 19
                            },
                            "end": {
                              "line": 171,
                              "column": 30
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 5707,
                            "end": 5711,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 19
                              },
                              "end": {
                                "line": 171,
                                "column": 23
                              },
                              "identifierName": "valA"
                            },
                            "name": "valA"
                          },
                          "operator": "-",
                          "right": {
                            "type": "Identifier",
                            "start": 5714,
                            "end": 5718,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 26
                              },
                              "end": {
                                "line": 171,
                                "column": 30
                              },
                              "identifierName": "valB"
                            },
                            "name": "valB"
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5729,
                      "end": 5742,
                      "loc": {
                        "start": {
                          "line": 173,
                          "column": 8
                        },
                        "end": {
                          "line": 173,
                          "column": 21
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5733,
                          "end": 5741,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 12
                            },
                            "end": {
                              "line": 173,
                              "column": 20
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5733,
                            "end": 5741,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 12
                              },
                              "end": {
                                "line": 173,
                                "column": 20
                              },
                              "identifierName": "encoding"
                            },
                            "name": "encoding"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 5751,
                      "end": 6010,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 8
                        },
                        "end": {
                          "line": 177,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 5755,
                        "end": 5801,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 12
                          },
                          "end": {
                            "line": 174,
                            "column": 58
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 5755,
                          "end": 5776,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 12
                            },
                            "end": {
                              "line": 174,
                              "column": 33
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5755,
                            "end": 5770,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 12
                              },
                              "end": {
                                "line": 174,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5755,
                              "end": 5761,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 12
                                },
                                "end": {
                                  "line": 174,
                                  "column": 18
                                },
                                "identifierName": "Buffer"
                              },
                              "name": "Buffer"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5762,
                              "end": 5770,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 19
                                },
                                "end": {
                                  "line": 174,
                                  "column": 27
                                },
                                "identifierName": "isBuffer"
                              },
                              "name": "isBuffer"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5771,
                              "end": 5775,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 28
                                },
                                "end": {
                                  "line": 174,
                                  "column": 32
                                },
                                "identifierName": "valA"
                              },
                              "name": "valA"
                            }
                          ]
                        },
                        "operator": "&&",
                        "right": {
                          "type": "CallExpression",
                          "start": 5780,
                          "end": 5801,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 37
                            },
                            "end": {
                              "line": 174,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 5780,
                            "end": 5795,
                            "loc": {
                              "start": {
                                "line": 174,
                                "column": 37
                              },
                              "end": {
                                "line": 174,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5780,
                              "end": 5786,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 37
                                },
                                "end": {
                                  "line": 174,
                                  "column": 43
                                },
                                "identifierName": "Buffer"
                              },
                              "name": "Buffer"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5787,
                              "end": 5795,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 44
                                },
                                "end": {
                                  "line": 174,
                                  "column": 52
                                },
                                "identifierName": "isBuffer"
                              },
                              "name": "isBuffer"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5796,
                              "end": 5800,
                              "loc": {
                                "start": {
                                  "line": 174,
                                  "column": 53
                                },
                                "end": {
                                  "line": 174,
                                  "column": 57
                                },
                                "identifierName": "valB"
                              },
                              "name": "valB"
                            }
                          ]
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5803,
                        "end": 6010,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 60
                          },
                          "end": {
                            "line": 177,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5983,
                            "end": 6000,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 12
                              },
                              "end": {
                                "line": 176,
                                "column": 29
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5983,
                              "end": 5999,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 12
                                },
                                "end": {
                                  "line": 176,
                                  "column": 28
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 5983,
                                "end": 5991,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 20
                                  },
                                  "identifierName": "encoding"
                                },
                                "name": "encoding",
                                "leadingComments": null
                              },
                              "right": {
                                "type": "StringLiteral",
                                "start": 5994,
                                "end": 5999,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 28
                                  }
                                },
                                "extra": {
                                  "rawValue": "hex",
                                  "raw": "\"hex\""
                                },
                                "value": "hex"
                              },
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " A binary string compare does not work.  If localeCompare is well supported that could replace HEX.  Performanance is very good so comparing HEX works.",
                                "start": 5817,
                                "end": 5970,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 165
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6020,
                      "end": 6055,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 8
                        },
                        "end": {
                          "line": 179,
                          "column": 43
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6024,
                          "end": 6054,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 12
                            },
                            "end": {
                              "line": 179,
                              "column": 42
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6024,
                            "end": 6028,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 12
                              },
                              "end": {
                                "line": 179,
                                "column": 16
                              },
                              "identifierName": "strA"
                            },
                            "name": "strA"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6031,
                            "end": 6054,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 19
                              },
                              "end": {
                                "line": 179,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6031,
                              "end": 6044,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 19
                                },
                                "end": {
                                  "line": 179,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6031,
                                "end": 6035,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 23
                                  },
                                  "identifierName": "valA"
                                },
                                "name": "valA"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6036,
                                "end": 6044,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 32
                                  },
                                  "identifierName": "toString"
                                },
                                "name": "toString"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6045,
                                "end": 6053,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 41
                                  },
                                  "identifierName": "encoding"
                                },
                                "name": "encoding"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6064,
                      "end": 6099,
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 8
                        },
                        "end": {
                          "line": 180,
                          "column": 43
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6068,
                          "end": 6098,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 12
                            },
                            "end": {
                              "line": 180,
                              "column": 42
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6068,
                            "end": 6072,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 12
                              },
                              "end": {
                                "line": 180,
                                "column": 16
                              },
                              "identifierName": "strB"
                            },
                            "name": "strB"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6075,
                            "end": 6098,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 19
                              },
                              "end": {
                                "line": 180,
                                "column": 42
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6075,
                              "end": 6088,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 19
                                },
                                "end": {
                                  "line": 180,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6075,
                                "end": 6079,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 23
                                  },
                                  "identifierName": "valB"
                                },
                                "name": "valB"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6080,
                                "end": 6088,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 32
                                  },
                                  "identifierName": "toString"
                                },
                                "name": "toString"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6089,
                                "end": 6097,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 41
                                  },
                                  "identifierName": "encoding"
                                },
                                "name": "encoding"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6108,
                      "end": 6154,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 8
                        },
                        "end": {
                          "line": 181,
                          "column": 54
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 6115,
                        "end": 6153,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 15
                          },
                          "end": {
                            "line": 181,
                            "column": 53
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 6115,
                          "end": 6126,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 15
                            },
                            "end": {
                              "line": 181,
                              "column": 26
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 6115,
                            "end": 6119,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 15
                              },
                              "end": {
                                "line": 181,
                                "column": 19
                              },
                              "identifierName": "strA"
                            },
                            "name": "strA"
                          },
                          "operator": ">",
                          "right": {
                            "type": "Identifier",
                            "start": 6122,
                            "end": 6126,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 22
                              },
                              "end": {
                                "line": 181,
                                "column": 26
                              },
                              "identifierName": "strB"
                            },
                            "name": "strB"
                          }
                        },
                        "consequent": {
                          "type": "NumericLiteral",
                          "start": 6129,
                          "end": 6130,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 29
                            },
                            "end": {
                              "line": 181,
                              "column": 30
                            }
                          },
                          "extra": {
                            "rawValue": 1,
                            "raw": "1"
                          },
                          "value": 1
                        },
                        "alternate": {
                          "type": "ConditionalExpression",
                          "start": 6133,
                          "end": 6153,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 33
                            },
                            "end": {
                              "line": 181,
                              "column": 53
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 6133,
                            "end": 6144,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 33
                              },
                              "end": {
                                "line": 181,
                                "column": 44
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 6133,
                              "end": 6137,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 33
                                },
                                "end": {
                                  "line": 181,
                                  "column": 37
                                },
                                "identifierName": "strA"
                              },
                              "name": "strA"
                            },
                            "operator": "<",
                            "right": {
                              "type": "Identifier",
                              "start": 6140,
                              "end": 6144,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 40
                                },
                                "end": {
                                  "line": 181,
                                  "column": 44
                                },
                                "identifierName": "strB"
                              },
                              "name": "strB"
                            }
                          },
                          "consequent": {
                            "type": "UnaryExpression",
                            "start": 6147,
                            "end": 6149,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 47
                              },
                              "end": {
                                "line": 181,
                                "column": 49
                              }
                            },
                            "operator": "-",
                            "prefix": true,
                            "argument": {
                              "type": "NumericLiteral",
                              "start": 6148,
                              "end": 6149,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 48
                                },
                                "end": {
                                  "line": 181,
                                  "column": 49
                                }
                              },
                              "extra": {
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "value": 1
                            },
                            "extra": {
                              "parenthesizedArgument": false
                            }
                          },
                          "alternate": {
                            "type": "NumericLiteral",
                            "start": 6152,
                            "end": 6153,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 52
                              },
                              "end": {
                                "line": 181,
                                "column": 53
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "* Sort by the first element in a operation ",
                    "start": 5328,
                    "end": 5375,
                    "loc": {
                      "start": {
                        "line": 160,
                        "column": 4
                      },
                      "end": {
                        "line": 160,
                        "column": 51
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " <helper_functions>",
                    "start": 6166,
                    "end": 6187,
                    "loc": {
                      "start": {
                        "line": 184,
                        "column": 4
                      },
                      "end": {
                        "line": 184,
                        "column": 25
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 6193,
                "end": 6319,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 4
                  },
                  "end": {
                    "line": 189,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6193,
                  "end": 6200,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 4
                    },
                    "end": {
                      "line": 186,
                      "column": 11
                    },
                    "identifierName": "fromHex"
                  },
                  "name": "fromHex",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6201,
                    "end": 6204,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 12
                      },
                      "end": {
                        "line": 186,
                        "column": 15
                      },
                      "identifierName": "hex"
                    },
                    "name": "hex"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6206,
                  "end": 6319,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 17
                    },
                    "end": {
                      "line": 189,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6216,
                      "end": 6274,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 8
                        },
                        "end": {
                          "line": 187,
                          "column": 66
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6220,
                          "end": 6273,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 12
                            },
                            "end": {
                              "line": 187,
                              "column": 65
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6220,
                            "end": 6221,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 12
                              },
                              "end": {
                                "line": 187,
                                "column": 13
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6224,
                            "end": 6273,
                            "loc": {
                              "start": {
                                "line": 187,
                                "column": 16
                              },
                              "end": {
                                "line": 187,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6224,
                              "end": 6242,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 16
                                },
                                "end": {
                                  "line": 187,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6224,
                                "end": 6234,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 26
                                  },
                                  "identifierName": "ByteBuffer"
                                },
                                "name": "ByteBuffer"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6235,
                                "end": 6242,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 34
                                  },
                                  "identifierName": "fromHex"
                                },
                                "name": "fromHex"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6243,
                                "end": 6246,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 38
                                  },
                                  "identifierName": "hex"
                                },
                                "name": "hex"
                              },
                              {
                                "type": "MemberExpression",
                                "start": 6248,
                                "end": 6272,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 64
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6248,
                                  "end": 6258,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 50
                                    },
                                    "identifierName": "ByteBuffer"
                                  },
                                  "name": "ByteBuffer"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6259,
                                  "end": 6272,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 64
                                    },
                                    "identifierName": "LITTLE_ENDIAN"
                                  },
                                  "name": "LITTLE_ENDIAN"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6283,
                      "end": 6313,
                      "loc": {
                        "start": {
                          "line": 188,
                          "column": 8
                        },
                        "end": {
                          "line": 188,
                          "column": 38
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 6290,
                        "end": 6312,
                        "loc": {
                          "start": {
                            "line": 188,
                            "column": 15
                          },
                          "end": {
                            "line": 188,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6290,
                          "end": 6309,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 15
                            },
                            "end": {
                              "line": 188,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6290,
                            "end": 6294,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 15
                              },
                              "end": {
                                "line": 188,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6295,
                            "end": 6309,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 20
                              },
                              "end": {
                                "line": 188,
                                "column": 34
                              },
                              "identifierName": "fromByteBuffer"
                            },
                            "name": "fromByteBuffer"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 6310,
                            "end": 6311,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 35
                              },
                              "end": {
                                "line": 188,
                                "column": 36
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " <helper_functions>",
                    "start": 6166,
                    "end": 6187,
                    "loc": {
                      "start": {
                        "line": 184,
                        "column": 4
                      },
                      "end": {
                        "line": 184,
                        "column": 25
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 6325,
                "end": 6516,
                "loc": {
                  "start": {
                    "line": 191,
                    "column": 4
                  },
                  "end": {
                    "line": 197,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6325,
                  "end": 6335,
                  "loc": {
                    "start": {
                      "line": 191,
                      "column": 4
                    },
                    "end": {
                      "line": 191,
                      "column": 14
                    },
                    "identifierName": "fromBuffer"
                  },
                  "name": "fromBuffer"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6336,
                    "end": 6342,
                    "loc": {
                      "start": {
                        "line": 191,
                        "column": 15
                      },
                      "end": {
                        "line": 191,
                        "column": 21
                      },
                      "identifierName": "buffer"
                    },
                    "name": "buffer"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6344,
                  "end": 6516,
                  "loc": {
                    "start": {
                      "line": 191,
                      "column": 23
                    },
                    "end": {
                      "line": 197,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6354,
                      "end": 6471,
                      "loc": {
                        "start": {
                          "line": 192,
                          "column": 8
                        },
                        "end": {
                          "line": 195,
                          "column": 10
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6358,
                          "end": 6470,
                          "loc": {
                            "start": {
                              "line": 192,
                              "column": 12
                            },
                            "end": {
                              "line": 195,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6358,
                            "end": 6359,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 12
                              },
                              "end": {
                                "line": 192,
                                "column": 13
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6362,
                            "end": 6470,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 16
                              },
                              "end": {
                                "line": 195,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6362,
                              "end": 6383,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 16
                                },
                                "end": {
                                  "line": 192,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6362,
                                "end": 6372,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 26
                                  },
                                  "identifierName": "ByteBuffer"
                                },
                                "name": "ByteBuffer"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6373,
                                "end": 6383,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 37
                                  },
                                  "identifierName": "fromBinary"
                                },
                                "name": "fromBinary"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 6397,
                                "end": 6422,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 37
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6397,
                                  "end": 6412,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6397,
                                    "end": 6403,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 18
                                      },
                                      "identifierName": "buffer"
                                    },
                                    "name": "buffer"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6404,
                                    "end": 6412,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 27
                                      },
                                      "identifierName": "toString"
                                    },
                                    "name": "toString"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 6413,
                                    "end": 6421,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 36
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "binary",
                                      "raw": "\"binary\""
                                    },
                                    "value": "binary"
                                  }
                                ]
                              },
                              {
                                "type": "MemberExpression",
                                "start": 6436,
                                "end": 6460,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6436,
                                  "end": 6446,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 22
                                    },
                                    "identifierName": "ByteBuffer"
                                  },
                                  "name": "ByteBuffer"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6447,
                                  "end": 6460,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 36
                                    },
                                    "identifierName": "LITTLE_ENDIAN"
                                  },
                                  "name": "LITTLE_ENDIAN"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6480,
                      "end": 6510,
                      "loc": {
                        "start": {
                          "line": 196,
                          "column": 8
                        },
                        "end": {
                          "line": 196,
                          "column": 38
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 6487,
                        "end": 6509,
                        "loc": {
                          "start": {
                            "line": 196,
                            "column": 15
                          },
                          "end": {
                            "line": 196,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6487,
                          "end": 6506,
                          "loc": {
                            "start": {
                              "line": 196,
                              "column": 15
                            },
                            "end": {
                              "line": 196,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6487,
                            "end": 6491,
                            "loc": {
                              "start": {
                                "line": 196,
                                "column": 15
                              },
                              "end": {
                                "line": 196,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6492,
                            "end": 6506,
                            "loc": {
                              "start": {
                                "line": 196,
                                "column": 20
                              },
                              "end": {
                                "line": 196,
                                "column": 34
                              },
                              "identifierName": "fromByteBuffer"
                            },
                            "name": "fromByteBuffer"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 6507,
                            "end": 6508,
                            "loc": {
                              "start": {
                                "line": 196,
                                "column": 35
                              },
                              "end": {
                                "line": 196,
                                "column": 36
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 6522,
                "end": 6668,
                "loc": {
                  "start": {
                    "line": 199,
                    "column": 4
                  },
                  "end": {
                    "line": 203,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6522,
                  "end": 6527,
                  "loc": {
                    "start": {
                      "line": 199,
                      "column": 4
                    },
                    "end": {
                      "line": 199,
                      "column": 9
                    },
                    "identifierName": "toHex"
                  },
                  "name": "toHex"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6528,
                    "end": 6534,
                    "loc": {
                      "start": {
                        "line": 199,
                        "column": 10
                      },
                      "end": {
                        "line": 199,
                        "column": 16
                      },
                      "identifierName": "object"
                    },
                    "name": "object"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6536,
                  "end": 6668,
                  "loc": {
                    "start": {
                      "line": 199,
                      "column": 18
                    },
                    "end": {
                      "line": 203,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6602,
                      "end": 6636,
                      "loc": {
                        "start": {
                          "line": 201,
                          "column": 8
                        },
                        "end": {
                          "line": 201,
                          "column": 42
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6606,
                          "end": 6635,
                          "loc": {
                            "start": {
                              "line": 201,
                              "column": 12
                            },
                            "end": {
                              "line": 201,
                              "column": 41
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6606,
                            "end": 6607,
                            "loc": {
                              "start": {
                                "line": 201,
                                "column": 12
                              },
                              "end": {
                                "line": 201,
                                "column": 13
                              },
                              "identifierName": "b"
                            },
                            "name": "b",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6610,
                            "end": 6635,
                            "loc": {
                              "start": {
                                "line": 201,
                                "column": 16
                              },
                              "end": {
                                "line": 201,
                                "column": 41
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6610,
                              "end": 6627,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 16
                                },
                                "end": {
                                  "line": 201,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6610,
                                "end": 6614,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6615,
                                "end": 6627,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 33
                                  },
                                  "identifierName": "toByteBuffer"
                                },
                                "name": "toByteBuffer"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6628,
                                "end": 6634,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 40
                                  },
                                  "identifierName": "object"
                                },
                                "name": "object"
                              }
                            ]
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "var",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " return this.toBuffer(object).toString(\"hex\")",
                          "start": 6546,
                          "end": 6593,
                          "loc": {
                            "start": {
                              "line": 200,
                              "column": 8
                            },
                            "end": {
                              "line": 200,
                              "column": 55
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6645,
                      "end": 6662,
                      "loc": {
                        "start": {
                          "line": 202,
                          "column": 8
                        },
                        "end": {
                          "line": 202,
                          "column": 25
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 6652,
                        "end": 6661,
                        "loc": {
                          "start": {
                            "line": 202,
                            "column": 15
                          },
                          "end": {
                            "line": 202,
                            "column": 24
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6652,
                          "end": 6659,
                          "loc": {
                            "start": {
                              "line": 202,
                              "column": 15
                            },
                            "end": {
                              "line": 202,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6652,
                            "end": 6653,
                            "loc": {
                              "start": {
                                "line": 202,
                                "column": 15
                              },
                              "end": {
                                "line": 202,
                                "column": 16
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6654,
                            "end": 6659,
                            "loc": {
                              "start": {
                                "line": 202,
                                "column": 17
                              },
                              "end": {
                                "line": 202,
                                "column": 22
                              },
                              "identifierName": "toHex"
                            },
                            "name": "toHex"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 6674,
                "end": 6901,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 4
                  },
                  "end": {
                    "line": 212,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6674,
                  "end": 6686,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 4
                    },
                    "end": {
                      "line": 205,
                      "column": 16
                    },
                    "identifierName": "toByteBuffer"
                  },
                  "name": "toByteBuffer"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6687,
                    "end": 6693,
                    "loc": {
                      "start": {
                        "line": 205,
                        "column": 17
                      },
                      "end": {
                        "line": 205,
                        "column": 23
                      },
                      "identifierName": "object"
                    },
                    "name": "object"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6695,
                  "end": 6901,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 25
                    },
                    "end": {
                      "line": 212,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6705,
                      "end": 6817,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 8
                        },
                        "end": {
                          "line": 209,
                          "column": 10
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6709,
                          "end": 6816,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 12
                            },
                            "end": {
                              "line": 209,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6709,
                            "end": 6710,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 12
                              },
                              "end": {
                                "line": 206,
                                "column": 13
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          "init": {
                            "type": "NewExpression",
                            "start": 6713,
                            "end": 6816,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 16
                              },
                              "end": {
                                "line": 209,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 6717,
                              "end": 6727,
                              "loc": {
                                "start": {
                                  "line": 206,
                                  "column": 20
                                },
                                "end": {
                                  "line": 206,
                                  "column": 30
                                },
                                "identifierName": "ByteBuffer"
                              },
                              "name": "ByteBuffer"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 6741,
                                "end": 6768,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6741,
                                  "end": 6751,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 22
                                    },
                                    "identifierName": "ByteBuffer"
                                  },
                                  "name": "ByteBuffer"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6752,
                                  "end": 6768,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 39
                                    },
                                    "identifierName": "DEFAULT_CAPACITY"
                                  },
                                  "name": "DEFAULT_CAPACITY"
                                },
                                "computed": false
                              },
                              {
                                "type": "MemberExpression",
                                "start": 6782,
                                "end": 6806,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6782,
                                  "end": 6792,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 22
                                    },
                                    "identifierName": "ByteBuffer"
                                  },
                                  "name": "ByteBuffer"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6793,
                                  "end": 6806,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 36
                                    },
                                    "identifierName": "LITTLE_ENDIAN"
                                  },
                                  "name": "LITTLE_ENDIAN"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "var"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6826,
                      "end": 6859,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 8
                        },
                        "end": {
                          "line": 210,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6826,
                        "end": 6858,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 8
                          },
                          "end": {
                            "line": 210,
                            "column": 40
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6826,
                          "end": 6847,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 8
                            },
                            "end": {
                              "line": 210,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6826,
                            "end": 6830,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 8
                              },
                              "end": {
                                "line": 210,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6831,
                            "end": 6847,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 13
                              },
                              "end": {
                                "line": 210,
                                "column": 29
                              },
                              "identifierName": "appendByteBuffer"
                            },
                            "name": "appendByteBuffer"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 6848,
                            "end": 6849,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 30
                              },
                              "end": {
                                "line": 210,
                                "column": 31
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          {
                            "type": "Identifier",
                            "start": 6851,
                            "end": 6857,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 33
                              },
                              "end": {
                                "line": 210,
                                "column": 39
                              },
                              "identifierName": "object"
                            },
                            "name": "object"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6868,
                      "end": 6895,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 8
                        },
                        "end": {
                          "line": 211,
                          "column": 35
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 6875,
                        "end": 6894,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 15
                          },
                          "end": {
                            "line": 211,
                            "column": 34
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6875,
                          "end": 6881,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 15
                            },
                            "end": {
                              "line": 211,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6875,
                            "end": 6876,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 15
                              },
                              "end": {
                                "line": 211,
                                "column": 16
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6877,
                            "end": 6881,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 17
                              },
                              "end": {
                                "line": 211,
                                "column": 21
                              },
                              "identifierName": "copy"
                            },
                            "name": "copy"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "NumericLiteral",
                            "start": 6882,
                            "end": 6883,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 22
                              },
                              "end": {
                                "line": 211,
                                "column": 23
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          {
                            "type": "MemberExpression",
                            "start": 6885,
                            "end": 6893,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 25
                              },
                              "end": {
                                "line": 211,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 6885,
                              "end": 6886,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 25
                                },
                                "end": {
                                  "line": 211,
                                  "column": 26
                                },
                                "identifierName": "b"
                              },
                              "name": "b"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6887,
                              "end": 6893,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 27
                                },
                                "end": {
                                  "line": 211,
                                  "column": 33
                                },
                                "identifierName": "offset"
                              },
                              "name": "offset"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 6907,
                "end": 7007,
                "loc": {
                  "start": {
                    "line": 214,
                    "column": 4
                  },
                  "end": {
                    "line": 216,
                    "column": 5
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6907,
                  "end": 6915,
                  "loc": {
                    "start": {
                      "line": 214,
                      "column": 4
                    },
                    "end": {
                      "line": 214,
                      "column": 12
                    },
                    "identifierName": "toBuffer"
                  },
                  "name": "toBuffer"
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6916,
                    "end": 6922,
                    "loc": {
                      "start": {
                        "line": 214,
                        "column": 13
                      },
                      "end": {
                        "line": 214,
                        "column": 19
                      },
                      "identifierName": "object"
                    },
                    "name": "object"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6924,
                  "end": 7007,
                  "loc": {
                    "start": {
                      "line": 214,
                      "column": 21
                    },
                    "end": {
                      "line": 216,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 6934,
                      "end": 7001,
                      "loc": {
                        "start": {
                          "line": 215,
                          "column": 8
                        },
                        "end": {
                          "line": 215,
                          "column": 75
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 6941,
                        "end": 7000,
                        "loc": {
                          "start": {
                            "line": 215,
                            "column": 15
                          },
                          "end": {
                            "line": 215,
                            "column": 74
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6941,
                          "end": 6952,
                          "loc": {
                            "start": {
                              "line": 215,
                              "column": 15
                            },
                            "end": {
                              "line": 215,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6941,
                            "end": 6947,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 15
                              },
                              "end": {
                                "line": 215,
                                "column": 21
                              },
                              "identifierName": "Buffer"
                            },
                            "name": "Buffer"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6948,
                            "end": 6952,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 22
                              },
                              "end": {
                                "line": 215,
                                "column": 26
                              },
                              "identifierName": "from"
                            },
                            "name": "from"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 6953,
                            "end": 6989,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 27
                              },
                              "end": {
                                "line": 215,
                                "column": 63
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6953,
                              "end": 6987,
                              "loc": {
                                "start": {
                                  "line": 215,
                                  "column": 27
                                },
                                "end": {
                                  "line": 215,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 6953,
                                "end": 6978,
                                "loc": {
                                  "start": {
                                    "line": 215,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 215,
                                    "column": 52
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6953,
                                  "end": 6970,
                                  "loc": {
                                    "start": {
                                      "line": 215,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 215,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6953,
                                    "end": 6957,
                                    "loc": {
                                      "start": {
                                        "line": 215,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 215,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6958,
                                    "end": 6970,
                                    "loc": {
                                      "start": {
                                        "line": 215,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 215,
                                        "column": 44
                                      },
                                      "identifierName": "toByteBuffer"
                                    },
                                    "name": "toByteBuffer"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6971,
                                    "end": 6977,
                                    "loc": {
                                      "start": {
                                        "line": 215,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 215,
                                        "column": 51
                                      },
                                      "identifierName": "object"
                                    },
                                    "name": "object"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6979,
                                "end": 6987,
                                "loc": {
                                  "start": {
                                    "line": 215,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 215,
                                    "column": 61
                                  },
                                  "identifierName": "toBinary"
                                },
                                "name": "toBinary"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "StringLiteral",
                            "start": 6991,
                            "end": 6999,
                            "loc": {
                              "start": {
                                "line": 215,
                                "column": 65
                              },
                              "end": {
                                "line": 215,
                                "column": 73
                              }
                            },
                            "extra": {
                              "rawValue": "binary",
                              "raw": "\"binary\""
                            },
                            "value": "binary"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "__PseudoExport__": false,
          "leadingComments": [],
          "trailingComments": []
        },
        "leadingComments": null
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": "b.reset()",
      "start": 1130,
      "end": 1141,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " circular ref",
      "start": 2712,
      "end": 2727,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 31
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "DEBUG value = value.resolve if value.resolve",
      "start": 3280,
      "end": 3326,
      "loc": {
        "start": {
          "line": 100,
          "column": 16
        },
        "end": {
          "line": 100,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "DEBUG console.log('... value',field,value)",
      "start": 3343,
      "end": 3387,
      "loc": {
        "start": {
          "line": 101,
          "column": 16
        },
        "end": {
          "line": 101,
          "column": 60
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n        @arg {boolean} [debug.use_default = false] - more template friendly\n        @arg {boolean} [debug.annotate = false] - add user-friendly information\n    ",
      "start": 3630,
      "end": 3796,
      "loc": {
        "start": {
          "line": 112,
          "column": 4
        },
        "end": {
          "line": 115,
          "column": 6
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* Sort by the first element in a operation ",
      "start": 5328,
      "end": 5375,
      "loc": {
        "start": {
          "line": 160,
          "column": 4
        },
        "end": {
          "line": 160,
          "column": 51
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " A binary string compare does not work.  If localeCompare is well supported that could replace HEX.  Performanance is very good so comparing HEX works.",
      "start": 5817,
      "end": 5970,
      "loc": {
        "start": {
          "line": 175,
          "column": 12
        },
        "end": {
          "line": 175,
          "column": 165
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " <helper_functions>",
      "start": 6166,
      "end": 6187,
      "loc": {
        "start": {
          "line": 184,
          "column": 4
        },
        "end": {
          "line": 184,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " return this.toBuffer(object).toString(\"hex\")",
      "start": 6546,
      "end": 6593,
      "loc": {
        "start": {
          "line": 200,
          "column": 8
        },
        "end": {
          "line": 200,
          "column": 55
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 7,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 18,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "bytebuffer",
      "start": 23,
      "end": 35,
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 35,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 35
        },
        "end": {
          "line": 1,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 37,
      "end": 43,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EC",
      "start": 44,
      "end": 46,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 47,
      "end": 51,
      "loc": {
        "start": {
          "line": 2,
          "column": 10
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./error_with_cause",
      "start": 52,
      "end": 72,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 72,
      "end": 73,
      "loc": {
        "start": {
          "line": 2,
          "column": 35
        },
        "end": {
          "line": 2,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 74,
      "end": 79,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 80,
      "end": 86,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 87,
      "end": 88,
      "loc": {
        "start": {
          "line": 3,
          "column": 13
        },
        "end": {
          "line": 3,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 89,
      "end": 96,
      "loc": {
        "start": {
          "line": 3,
          "column": 15
        },
        "end": {
          "line": 3,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 96,
      "end": 97,
      "loc": {
        "start": {
          "line": 3,
          "column": 22
        },
        "end": {
          "line": 3,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "safe-buffer",
      "start": 97,
      "end": 110,
      "loc": {
        "start": {
          "line": 3,
          "column": 23
        },
        "end": {
          "line": 3,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 110,
      "end": 111,
      "loc": {
        "start": {
          "line": 3,
          "column": 36
        },
        "end": {
          "line": 3,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 111,
      "end": 112,
      "loc": {
        "start": {
          "line": 3,
          "column": 37
        },
        "end": {
          "line": 3,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 112,
      "end": 118,
      "loc": {
        "start": {
          "line": 3,
          "column": 38
        },
        "end": {
          "line": 3,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 118,
      "end": 119,
      "loc": {
        "start": {
          "line": 3,
          "column": 44
        },
        "end": {
          "line": 3,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 121,
      "end": 126,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HEX_DUMP",
      "start": 127,
      "end": 135,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 136,
      "end": 137,
      "loc": {
        "start": {
          "line": 5,
          "column": 15
        },
        "end": {
          "line": 5,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "process",
      "start": 138,
      "end": 145,
      "loc": {
        "start": {
          "line": 5,
          "column": 17
        },
        "end": {
          "line": 5,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 145,
      "end": 146,
      "loc": {
        "start": {
          "line": 5,
          "column": 24
        },
        "end": {
          "line": 5,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "env",
      "start": 146,
      "end": 149,
      "loc": {
        "start": {
          "line": 5,
          "column": 25
        },
        "end": {
          "line": 5,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 149,
      "end": 150,
      "loc": {
        "start": {
          "line": 5,
          "column": 28
        },
        "end": {
          "line": 5,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "npm_config__graphene_serializer_hex_dump",
      "start": 150,
      "end": 190,
      "loc": {
        "start": {
          "line": 5,
          "column": 29
        },
        "end": {
          "line": 5,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 190,
      "end": 191,
      "loc": {
        "start": {
          "line": 5,
          "column": 69
        },
        "end": {
          "line": 5,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 193,
      "end": 198,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Serializer",
      "start": 199,
      "end": 209,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 210,
      "end": 211,
      "loc": {
        "start": {
          "line": 7,
          "column": 17
        },
        "end": {
          "line": 7,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 216,
      "end": 227,
      "loc": {
        "start": {
          "line": 8,
          "column": 4
        },
        "end": {
          "line": 8,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 227,
      "end": 228,
      "loc": {
        "start": {
          "line": 8,
          "column": 15
        },
        "end": {
          "line": 8,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 228,
      "end": 242,
      "loc": {
        "start": {
          "line": 8,
          "column": 16
        },
        "end": {
          "line": 8,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 242,
      "end": 243,
      "loc": {
        "start": {
          "line": 8,
          "column": 30
        },
        "end": {
          "line": 8,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 244,
      "end": 249,
      "loc": {
        "start": {
          "line": 8,
          "column": 32
        },
        "end": {
          "line": 8,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 249,
      "end": 250,
      "loc": {
        "start": {
          "line": 8,
          "column": 37
        },
        "end": {
          "line": 8,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 251,
      "end": 252,
      "loc": {
        "start": {
          "line": 8,
          "column": 39
        },
        "end": {
          "line": 8,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 261,
      "end": 265,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 265,
      "end": 266,
      "loc": {
        "start": {
          "line": 9,
          "column": 12
        },
        "end": {
          "line": 9,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 266,
      "end": 280,
      "loc": {
        "start": {
          "line": 9,
          "column": 13
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 281,
      "end": 282,
      "loc": {
        "start": {
          "line": 9,
          "column": 28
        },
        "end": {
          "line": 9,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 283,
      "end": 297,
      "loc": {
        "start": {
          "line": 9,
          "column": 30
        },
        "end": {
          "line": 9,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 297,
      "end": 298,
      "loc": {
        "start": {
          "line": 9,
          "column": 44
        },
        "end": {
          "line": 9,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 307,
      "end": 311,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 311,
      "end": 312,
      "loc": {
        "start": {
          "line": 10,
          "column": 12
        },
        "end": {
          "line": 10,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 312,
      "end": 317,
      "loc": {
        "start": {
          "line": 10,
          "column": 13
        },
        "end": {
          "line": 10,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 318,
      "end": 319,
      "loc": {
        "start": {
          "line": 10,
          "column": 19
        },
        "end": {
          "line": 10,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 320,
      "end": 325,
      "loc": {
        "start": {
          "line": 10,
          "column": 21
        },
        "end": {
          "line": 10,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 325,
      "end": 326,
      "loc": {
        "start": {
          "line": 10,
          "column": 26
        },
        "end": {
          "line": 10,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 335,
      "end": 337,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 338,
      "end": 339,
      "loc": {
        "start": {
          "line": 11,
          "column": 11
        },
        "end": {
          "line": 11,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 339,
      "end": 343,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 343,
      "end": 344,
      "loc": {
        "start": {
          "line": 11,
          "column": 16
        },
        "end": {
          "line": 11,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 344,
      "end": 349,
      "loc": {
        "start": {
          "line": 11,
          "column": 17
        },
        "end": {
          "line": 11,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 349,
      "end": 350,
      "loc": {
        "start": {
          "line": 11,
          "column": 22
        },
        "end": {
          "line": 11,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 351,
      "end": 355,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 355,
      "end": 356,
      "loc": {
        "start": {
          "line": 11,
          "column": 28
        },
        "end": {
          "line": 11,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 356,
      "end": 360,
      "loc": {
        "start": {
          "line": 11,
          "column": 29
        },
        "end": {
          "line": 11,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 361,
      "end": 362,
      "loc": {
        "start": {
          "line": 11,
          "column": 34
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 363,
      "end": 369,
      "loc": {
        "start": {
          "line": 11,
          "column": 36
        },
        "end": {
          "line": 11,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 369,
      "end": 370,
      "loc": {
        "start": {
          "line": 11,
          "column": 42
        },
        "end": {
          "line": 11,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 370,
      "end": 374,
      "loc": {
        "start": {
          "line": 11,
          "column": 43
        },
        "end": {
          "line": 11,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 374,
      "end": 375,
      "loc": {
        "start": {
          "line": 11,
          "column": 47
        },
        "end": {
          "line": 11,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 375,
      "end": 379,
      "loc": {
        "start": {
          "line": 11,
          "column": 48
        },
        "end": {
          "line": 11,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 379,
      "end": 380,
      "loc": {
        "start": {
          "line": 11,
          "column": 52
        },
        "end": {
          "line": 11,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 380,
      "end": 385,
      "loc": {
        "start": {
          "line": 11,
          "column": 53
        },
        "end": {
          "line": 11,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 385,
      "end": 386,
      "loc": {
        "start": {
          "line": 11,
          "column": 58
        },
        "end": {
          "line": 11,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 386,
      "end": 387,
      "loc": {
        "start": {
          "line": 11,
          "column": 59
        },
        "end": {
          "line": 11,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Serializer",
      "start": 397,
      "end": 407,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 407,
      "end": 408,
      "loc": {
        "start": {
          "line": 13,
          "column": 18
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "printDebug",
      "start": 408,
      "end": 418,
      "loc": {
        "start": {
          "line": 13,
          "column": 19
        },
        "end": {
          "line": 13,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 419,
      "end": 420,
      "loc": {
        "start": {
          "line": 13,
          "column": 30
        },
        "end": {
          "line": 13,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 421,
      "end": 425,
      "loc": {
        "start": {
          "line": 13,
          "column": 32
        },
        "end": {
          "line": 13,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 425,
      "end": 426,
      "loc": {
        "start": {
          "line": 13,
          "column": 36
        },
        "end": {
          "line": 13,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 431,
      "end": 432,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromByteBuffer",
      "start": 438,
      "end": 452,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 452,
      "end": 453,
      "loc": {
        "start": {
          "line": 16,
          "column": 18
        },
        "end": {
          "line": 16,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 453,
      "end": 454,
      "loc": {
        "start": {
          "line": 16,
          "column": 19
        },
        "end": {
          "line": 16,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 454,
      "end": 455,
      "loc": {
        "start": {
          "line": 16,
          "column": 20
        },
        "end": {
          "line": 16,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 456,
      "end": 457,
      "loc": {
        "start": {
          "line": 16,
          "column": 22
        },
        "end": {
          "line": 16,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 466,
      "end": 469,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 470,
      "end": 476,
      "loc": {
        "start": {
          "line": 17,
          "column": 12
        },
        "end": {
          "line": 17,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 477,
      "end": 478,
      "loc": {
        "start": {
          "line": 17,
          "column": 19
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 479,
      "end": 480,
      "loc": {
        "start": {
          "line": 17,
          "column": 21
        },
        "end": {
          "line": 17,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 480,
      "end": 481,
      "loc": {
        "start": {
          "line": 17,
          "column": 22
        },
        "end": {
          "line": 17,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 481,
      "end": 482,
      "loc": {
        "start": {
          "line": 17,
          "column": 23
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 491,
      "end": 494,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 495,
      "end": 500,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 501,
      "end": 502,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 503,
      "end": 507,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 507,
      "end": 508,
      "loc": {
        "start": {
          "line": 18,
          "column": 24
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 517,
      "end": 520,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 521,
      "end": 522,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 535,
      "end": 538,
      "loc": {
        "start": {
          "line": 20,
          "column": 12
        },
        "end": {
          "line": 20,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 539,
      "end": 547,
      "loc": {
        "start": {
          "line": 20,
          "column": 16
        },
        "end": {
          "line": 20,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 548,
      "end": 549,
      "loc": {
        "start": {
          "line": 20,
          "column": 25
        },
        "end": {
          "line": 20,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 550,
      "end": 554,
      "loc": {
        "start": {
          "line": 20,
          "column": 27
        },
        "end": {
          "line": 20,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 554,
      "end": 555,
      "loc": {
        "start": {
          "line": 20,
          "column": 31
        },
        "end": {
          "line": 20,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 555,
      "end": 559,
      "loc": {
        "start": {
          "line": 20,
          "column": 32
        },
        "end": {
          "line": 20,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 559,
      "end": 560,
      "loc": {
        "start": {
          "line": 20,
          "column": 36
        },
        "end": {
          "line": 20,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 573,
      "end": 576,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 577,
      "end": 578,
      "loc": {
        "start": {
          "line": 21,
          "column": 16
        },
        "end": {
          "line": 21,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 578,
      "end": 581,
      "loc": {
        "start": {
          "line": 21,
          "column": 17
        },
        "end": {
          "line": 21,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 582,
      "end": 583,
      "loc": {
        "start": {
          "line": 21,
          "column": 21
        },
        "end": {
          "line": 21,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 584,
      "end": 585,
      "loc": {
        "start": {
          "line": 21,
          "column": 23
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 586,
      "end": 587,
      "loc": {
        "start": {
          "line": 21,
          "column": 25
        },
        "end": {
          "line": 21,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 587,
      "end": 588,
      "loc": {
        "start": {
          "line": 21,
          "column": 26
        },
        "end": {
          "line": 21,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 589,
      "end": 594,
      "loc": {
        "start": {
          "line": 21,
          "column": 28
        },
        "end": {
          "line": 21,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 594,
      "end": 595,
      "loc": {
        "start": {
          "line": 21,
          "column": 33
        },
        "end": {
          "line": 21,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 596,
      "end": 597,
      "loc": {
        "start": {
          "line": 21,
          "column": 35
        },
        "end": {
          "line": 21,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 598,
      "end": 599,
      "loc": {
        "start": {
          "line": 21,
          "column": 37
        },
        "end": {
          "line": 21,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 600,
      "end": 608,
      "loc": {
        "start": {
          "line": 21,
          "column": 39
        },
        "end": {
          "line": 21,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 608,
      "end": 609,
      "loc": {
        "start": {
          "line": 21,
          "column": 47
        },
        "end": {
          "line": 21,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 609,
      "end": 615,
      "loc": {
        "start": {
          "line": 21,
          "column": 48
        },
        "end": {
          "line": 21,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 615,
      "end": 616,
      "loc": {
        "start": {
          "line": 21,
          "column": 54
        },
        "end": {
          "line": 21,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 617,
      "end": 618,
      "loc": {
        "start": {
          "line": 21,
          "column": 56
        },
        "end": {
          "line": 21,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 618,
      "end": 620,
      "loc": {
        "start": {
          "line": 21,
          "column": 57
        },
        "end": {
          "line": 21,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 620,
      "end": 621,
      "loc": {
        "start": {
          "line": 21,
          "column": 59
        },
        "end": {
          "line": 21,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 622,
      "end": 623,
      "loc": {
        "start": {
          "line": 21,
          "column": 61
        },
        "end": {
          "line": 21,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 640,
      "end": 645,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 646,
      "end": 647,
      "loc": {
        "start": {
          "line": 22,
          "column": 22
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 648,
      "end": 656,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 656,
      "end": 657,
      "loc": {
        "start": {
          "line": 22,
          "column": 32
        },
        "end": {
          "line": 22,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 657,
      "end": 658,
      "loc": {
        "start": {
          "line": 22,
          "column": 33
        },
        "end": {
          "line": 22,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 658,
      "end": 659,
      "loc": {
        "start": {
          "line": 22,
          "column": 34
        },
        "end": {
          "line": 22,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 659,
      "end": 660,
      "loc": {
        "start": {
          "line": 22,
          "column": 35
        },
        "end": {
          "line": 22,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 677,
      "end": 680,
      "loc": {
        "start": {
          "line": 23,
          "column": 16
        },
        "end": {
          "line": 23,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 681,
      "end": 685,
      "loc": {
        "start": {
          "line": 23,
          "column": 20
        },
        "end": {
          "line": 23,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 23,
          "column": 25
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 688,
      "end": 692,
      "loc": {
        "start": {
          "line": 23,
          "column": 27
        },
        "end": {
          "line": 23,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 692,
      "end": 693,
      "loc": {
        "start": {
          "line": 23,
          "column": 31
        },
        "end": {
          "line": 23,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 693,
      "end": 698,
      "loc": {
        "start": {
          "line": 23,
          "column": 32
        },
        "end": {
          "line": 23,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 698,
      "end": 699,
      "loc": {
        "start": {
          "line": 23,
          "column": 37
        },
        "end": {
          "line": 23,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 699,
      "end": 704,
      "loc": {
        "start": {
          "line": 23,
          "column": 38
        },
        "end": {
          "line": 23,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 704,
      "end": 705,
      "loc": {
        "start": {
          "line": 23,
          "column": 43
        },
        "end": {
          "line": 23,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 705,
      "end": 706,
      "loc": {
        "start": {
          "line": 23,
          "column": 44
        },
        "end": {
          "line": 23,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 723,
      "end": 726,
      "loc": {
        "start": {
          "line": 24,
          "column": 16
        },
        "end": {
          "line": 24,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 727,
      "end": 728,
      "loc": {
        "start": {
          "line": 24,
          "column": 20
        },
        "end": {
          "line": 24,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 749,
      "end": 751,
      "loc": {
        "start": {
          "line": 25,
          "column": 20
        },
        "end": {
          "line": 25,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 752,
      "end": 753,
      "loc": {
        "start": {
          "line": 25,
          "column": 23
        },
        "end": {
          "line": 25,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HEX_DUMP",
      "start": 753,
      "end": 761,
      "loc": {
        "start": {
          "line": 25,
          "column": 24
        },
        "end": {
          "line": 25,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 761,
      "end": 762,
      "loc": {
        "start": {
          "line": 25,
          "column": 32
        },
        "end": {
          "line": 25,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 763,
      "end": 764,
      "loc": {
        "start": {
          "line": 25,
          "column": 34
        },
        "end": {
          "line": 25,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 789,
      "end": 791,
      "loc": {
        "start": {
          "line": 26,
          "column": 24
        },
        "end": {
          "line": 26,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 792,
      "end": 793,
      "loc": {
        "start": {
          "line": 26,
          "column": 27
        },
        "end": {
          "line": 26,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 793,
      "end": 797,
      "loc": {
        "start": {
          "line": 26,
          "column": 28
        },
        "end": {
          "line": 26,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 797,
      "end": 798,
      "loc": {
        "start": {
          "line": 26,
          "column": 32
        },
        "end": {
          "line": 26,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 798,
      "end": 812,
      "loc": {
        "start": {
          "line": 26,
          "column": 33
        },
        "end": {
          "line": 26,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 812,
      "end": 813,
      "loc": {
        "start": {
          "line": 26,
          "column": 47
        },
        "end": {
          "line": 26,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 814,
      "end": 815,
      "loc": {
        "start": {
          "line": 26,
          "column": 49
        },
        "end": {
          "line": 26,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 844,
      "end": 851,
      "loc": {
        "start": {
          "line": 27,
          "column": 28
        },
        "end": {
          "line": 27,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 851,
      "end": 852,
      "loc": {
        "start": {
          "line": 27,
          "column": 35
        },
        "end": {
          "line": 27,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 852,
      "end": 857,
      "loc": {
        "start": {
          "line": 27,
          "column": 36
        },
        "end": {
          "line": 27,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 857,
      "end": 858,
      "loc": {
        "start": {
          "line": 27,
          "column": 41
        },
        "end": {
          "line": 27,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 858,
      "end": 862,
      "loc": {
        "start": {
          "line": 27,
          "column": 42
        },
        "end": {
          "line": 27,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 862,
      "end": 863,
      "loc": {
        "start": {
          "line": 27,
          "column": 46
        },
        "end": {
          "line": 27,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 863,
      "end": 877,
      "loc": {
        "start": {
          "line": 27,
          "column": 47
        },
        "end": {
          "line": 27,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 877,
      "end": 878,
      "loc": {
        "start": {
          "line": 27,
          "column": 61
        },
        "end": {
          "line": 27,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 878,
      "end": 879,
      "loc": {
        "start": {
          "line": 27,
          "column": 62
        },
        "end": {
          "line": 27,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 904,
      "end": 905,
      "loc": {
        "start": {
          "line": 28,
          "column": 24
        },
        "end": {
          "line": 28,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 906,
      "end": 910,
      "loc": {
        "start": {
          "line": 28,
          "column": 26
        },
        "end": {
          "line": 28,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 911,
      "end": 912,
      "loc": {
        "start": {
          "line": 28,
          "column": 31
        },
        "end": {
          "line": 28,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 941,
      "end": 944,
      "loc": {
        "start": {
          "line": 29,
          "column": 28
        },
        "end": {
          "line": 29,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o1",
      "start": 945,
      "end": 947,
      "loc": {
        "start": {
          "line": 29,
          "column": 32
        },
        "end": {
          "line": 29,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 948,
      "end": 949,
      "loc": {
        "start": {
          "line": 29,
          "column": 35
        },
        "end": {
          "line": 29,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 950,
      "end": 951,
      "loc": {
        "start": {
          "line": 29,
          "column": 37
        },
        "end": {
          "line": 29,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 951,
      "end": 952,
      "loc": {
        "start": {
          "line": 29,
          "column": 38
        },
        "end": {
          "line": 29,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 952,
      "end": 958,
      "loc": {
        "start": {
          "line": 29,
          "column": 39
        },
        "end": {
          "line": 29,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 958,
      "end": 959,
      "loc": {
        "start": {
          "line": 29,
          "column": 45
        },
        "end": {
          "line": 29,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 988,
      "end": 992,
      "loc": {
        "start": {
          "line": 30,
          "column": 28
        },
        "end": {
          "line": 30,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 992,
      "end": 993,
      "loc": {
        "start": {
          "line": 30,
          "column": 32
        },
        "end": {
          "line": 30,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromByteBuffer",
      "start": 993,
      "end": 1007,
      "loc": {
        "start": {
          "line": 30,
          "column": 33
        },
        "end": {
          "line": 30,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1007,
      "end": 1008,
      "loc": {
        "start": {
          "line": 30,
          "column": 47
        },
        "end": {
          "line": 30,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 1008,
      "end": 1009,
      "loc": {
        "start": {
          "line": 30,
          "column": 48
        },
        "end": {
          "line": 30,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1009,
      "end": 1010,
      "loc": {
        "start": {
          "line": 30,
          "column": 49
        },
        "end": {
          "line": 30,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1010,
      "end": 1011,
      "loc": {
        "start": {
          "line": 30,
          "column": 50
        },
        "end": {
          "line": 30,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1040,
      "end": 1043,
      "loc": {
        "start": {
          "line": 31,
          "column": 28
        },
        "end": {
          "line": 31,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o2",
      "start": 1044,
      "end": 1046,
      "loc": {
        "start": {
          "line": 31,
          "column": 32
        },
        "end": {
          "line": 31,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1047,
      "end": 1048,
      "loc": {
        "start": {
          "line": 31,
          "column": 35
        },
        "end": {
          "line": 31,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 1049,
      "end": 1050,
      "loc": {
        "start": {
          "line": 31,
          "column": 37
        },
        "end": {
          "line": 31,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1050,
      "end": 1051,
      "loc": {
        "start": {
          "line": 31,
          "column": 38
        },
        "end": {
          "line": 31,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 1051,
      "end": 1057,
      "loc": {
        "start": {
          "line": 31,
          "column": 39
        },
        "end": {
          "line": 31,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1057,
      "end": 1058,
      "loc": {
        "start": {
          "line": 31,
          "column": 45
        },
        "end": {
          "line": 31,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 1087,
      "end": 1088,
      "loc": {
        "start": {
          "line": 32,
          "column": 28
        },
        "end": {
          "line": 32,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1088,
      "end": 1089,
      "loc": {
        "start": {
          "line": 32,
          "column": 29
        },
        "end": {
          "line": 32,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 1089,
      "end": 1095,
      "loc": {
        "start": {
          "line": 32,
          "column": 30
        },
        "end": {
          "line": 32,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1096,
      "end": 1097,
      "loc": {
        "start": {
          "line": 32,
          "column": 37
        },
        "end": {
          "line": 32,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o1",
      "start": 1098,
      "end": 1100,
      "loc": {
        "start": {
          "line": 32,
          "column": 39
        },
        "end": {
          "line": 32,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1100,
      "end": 1101,
      "loc": {
        "start": {
          "line": 32,
          "column": 41
        },
        "end": {
          "line": 32,
          "column": 42
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "b.reset()",
      "start": 1130,
      "end": 1141,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 1170,
      "end": 1173,
      "loc": {
        "start": {
          "line": 34,
          "column": 28
        },
        "end": {
          "line": 34,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_b",
      "start": 1174,
      "end": 1176,
      "loc": {
        "start": {
          "line": 34,
          "column": 32
        },
        "end": {
          "line": 34,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1177,
      "end": 1178,
      "loc": {
        "start": {
          "line": 34,
          "column": 35
        },
        "end": {
          "line": 34,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 1179,
      "end": 1180,
      "loc": {
        "start": {
          "line": 34,
          "column": 37
        },
        "end": {
          "line": 34,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1180,
      "end": 1181,
      "loc": {
        "start": {
          "line": 34,
          "column": 38
        },
        "end": {
          "line": 34,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 1181,
      "end": 1185,
      "loc": {
        "start": {
          "line": 34,
          "column": 39
        },
        "end": {
          "line": 34,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1185,
      "end": 1186,
      "loc": {
        "start": {
          "line": 34,
          "column": 43
        },
        "end": {
          "line": 34,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o1",
      "start": 1186,
      "end": 1188,
      "loc": {
        "start": {
          "line": 34,
          "column": 44
        },
        "end": {
          "line": 34,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1188,
      "end": 1189,
      "loc": {
        "start": {
          "line": 34,
          "column": 46
        },
        "end": {
          "line": 34,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o2",
      "start": 1190,
      "end": 1192,
      "loc": {
        "start": {
          "line": 34,
          "column": 48
        },
        "end": {
          "line": 34,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1192,
      "end": 1193,
      "loc": {
        "start": {
          "line": 34,
          "column": 50
        },
        "end": {
          "line": 34,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1193,
      "end": 1194,
      "loc": {
        "start": {
          "line": 34,
          "column": 51
        },
        "end": {
          "line": 34,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 1223,
      "end": 1230,
      "loc": {
        "start": {
          "line": 35,
          "column": 28
        },
        "end": {
          "line": 35,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1230,
      "end": 1231,
      "loc": {
        "start": {
          "line": 35,
          "column": 35
        },
        "end": {
          "line": 35,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 1231,
      "end": 1236,
      "loc": {
        "start": {
          "line": 35,
          "column": 36
        },
        "end": {
          "line": 35,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1236,
      "end": 1237,
      "loc": {
        "start": {
          "line": 35,
          "column": 41
        },
        "end": {
          "line": 35,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1270,
      "end": 1271,
      "loc": {
        "start": {
          "line": 36,
          "column": 32
        },
        "end": {
          "line": 36,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1271,
      "end": 1271,
      "loc": {
        "start": {
          "line": 36,
          "column": 33
        },
        "end": {
          "line": 36,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1271,
      "end": 1273,
      "loc": {
        "start": {
          "line": 36,
          "column": 33
        },
        "end": {
          "line": 36,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1273,
      "end": 1277,
      "loc": {
        "start": {
          "line": 36,
          "column": 35
        },
        "end": {
          "line": 36,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1277,
      "end": 1278,
      "loc": {
        "start": {
          "line": 36,
          "column": 39
        },
        "end": {
          "line": 36,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 1278,
      "end": 1292,
      "loc": {
        "start": {
          "line": 36,
          "column": 40
        },
        "end": {
          "line": 36,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1292,
      "end": 1293,
      "loc": {
        "start": {
          "line": 36,
          "column": 54
        },
        "end": {
          "line": 36,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 1293,
      "end": 1294,
      "loc": {
        "start": {
          "line": 36,
          "column": 55
        },
        "end": {
          "line": 36,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1294,
      "end": 1296,
      "loc": {
        "start": {
          "line": 36,
          "column": 56
        },
        "end": {
          "line": 36,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 1296,
      "end": 1301,
      "loc": {
        "start": {
          "line": 36,
          "column": 58
        },
        "end": {
          "line": 36,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1301,
      "end": 1302,
      "loc": {
        "start": {
          "line": 36,
          "column": 63
        },
        "end": {
          "line": 36,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "\t",
      "start": 1302,
      "end": 1304,
      "loc": {
        "start": {
          "line": 36,
          "column": 64
        },
        "end": {
          "line": 36,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1304,
      "end": 1305,
      "loc": {
        "start": {
          "line": 36,
          "column": 66
        },
        "end": {
          "line": 36,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1305,
      "end": 1306,
      "loc": {
        "start": {
          "line": 36,
          "column": 67
        },
        "end": {
          "line": 36,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_b",
      "start": 1339,
      "end": 1341,
      "loc": {
        "start": {
          "line": 37,
          "column": 32
        },
        "end": {
          "line": 37,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1341,
      "end": 1342,
      "loc": {
        "start": {
          "line": 37,
          "column": 34
        },
        "end": {
          "line": 37,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toHex",
      "start": 1342,
      "end": 1347,
      "loc": {
        "start": {
          "line": 37,
          "column": 35
        },
        "end": {
          "line": 37,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1347,
      "end": 1348,
      "loc": {
        "start": {
          "line": 37,
          "column": 40
        },
        "end": {
          "line": 37,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1348,
      "end": 1349,
      "loc": {
        "start": {
          "line": 37,
          "column": 41
        },
        "end": {
          "line": 37,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 38,
          "column": 28
        },
        "end": {
          "line": 38,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1379,
      "end": 1380,
      "loc": {
        "start": {
          "line": 38,
          "column": 29
        },
        "end": {
          "line": 38,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1405,
      "end": 1406,
      "loc": {
        "start": {
          "line": 39,
          "column": 24
        },
        "end": {
          "line": 39,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1427,
      "end": 1428,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 1449,
      "end": 1455,
      "loc": {
        "start": {
          "line": 41,
          "column": 20
        },
        "end": {
          "line": 41,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1455,
      "end": 1456,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 1456,
      "end": 1461,
      "loc": {
        "start": {
          "line": 41,
          "column": 27
        },
        "end": {
          "line": 41,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1461,
      "end": 1462,
      "loc": {
        "start": {
          "line": 41,
          "column": 32
        },
        "end": {
          "line": 41,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1463,
      "end": 1464,
      "loc": {
        "start": {
          "line": 41,
          "column": 34
        },
        "end": {
          "line": 41,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1465,
      "end": 1469,
      "loc": {
        "start": {
          "line": 41,
          "column": 36
        },
        "end": {
          "line": 41,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1469,
      "end": 1470,
      "loc": {
        "start": {
          "line": 41,
          "column": 40
        },
        "end": {
          "line": 41,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromByteBuffer",
      "start": 1470,
      "end": 1484,
      "loc": {
        "start": {
          "line": 41,
          "column": 41
        },
        "end": {
          "line": 41,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1484,
      "end": 1485,
      "loc": {
        "start": {
          "line": 41,
          "column": 55
        },
        "end": {
          "line": 41,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 1485,
      "end": 1486,
      "loc": {
        "start": {
          "line": 41,
          "column": 56
        },
        "end": {
          "line": 41,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1486,
      "end": 1487,
      "loc": {
        "start": {
          "line": 41,
          "column": 57
        },
        "end": {
          "line": 41,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1487,
      "end": 1488,
      "loc": {
        "start": {
          "line": 41,
          "column": 58
        },
        "end": {
          "line": 41,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1505,
      "end": 1506,
      "loc": {
        "start": {
          "line": 42,
          "column": 16
        },
        "end": {
          "line": 42,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 1507,
      "end": 1512,
      "loc": {
        "start": {
          "line": 42,
          "column": 18
        },
        "end": {
          "line": 42,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1513,
      "end": 1514,
      "loc": {
        "start": {
          "line": 42,
          "column": 24
        },
        "end": {
          "line": 42,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 1514,
      "end": 1515,
      "loc": {
        "start": {
          "line": 42,
          "column": 25
        },
        "end": {
          "line": 42,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1515,
      "end": 1516,
      "loc": {
        "start": {
          "line": 42,
          "column": 26
        },
        "end": {
          "line": 42,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1517,
      "end": 1518,
      "loc": {
        "start": {
          "line": 42,
          "column": 28
        },
        "end": {
          "line": 42,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1539,
      "end": 1541,
      "loc": {
        "start": {
          "line": 43,
          "column": 20
        },
        "end": {
          "line": 43,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1542,
      "end": 1543,
      "loc": {
        "start": {
          "line": 43,
          "column": 23
        },
        "end": {
          "line": 43,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Serializer",
      "start": 1543,
      "end": 1553,
      "loc": {
        "start": {
          "line": 43,
          "column": 24
        },
        "end": {
          "line": 43,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1553,
      "end": 1554,
      "loc": {
        "start": {
          "line": 43,
          "column": 34
        },
        "end": {
          "line": 43,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "printDebug",
      "start": 1554,
      "end": 1564,
      "loc": {
        "start": {
          "line": 43,
          "column": 35
        },
        "end": {
          "line": 43,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1564,
      "end": 1565,
      "loc": {
        "start": {
          "line": 43,
          "column": 45
        },
        "end": {
          "line": 43,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1566,
      "end": 1567,
      "loc": {
        "start": {
          "line": 43,
          "column": 47
        },
        "end": {
          "line": 43,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 1592,
      "end": 1599,
      "loc": {
        "start": {
          "line": 44,
          "column": 24
        },
        "end": {
          "line": 44,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1599,
      "end": 1600,
      "loc": {
        "start": {
          "line": 44,
          "column": 31
        },
        "end": {
          "line": 44,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 1600,
      "end": 1605,
      "loc": {
        "start": {
          "line": 44,
          "column": 32
        },
        "end": {
          "line": 44,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1605,
      "end": 1606,
      "loc": {
        "start": {
          "line": 44,
          "column": 37
        },
        "end": {
          "line": 44,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1635,
      "end": 1636,
      "loc": {
        "start": {
          "line": 45,
          "column": 28
        },
        "end": {
          "line": 45,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Error reading ",
      "start": 1636,
      "end": 1650,
      "loc": {
        "start": {
          "line": 45,
          "column": 29
        },
        "end": {
          "line": 45,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1650,
      "end": 1652,
      "loc": {
        "start": {
          "line": 45,
          "column": 43
        },
        "end": {
          "line": 45,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1685,
      "end": 1689,
      "loc": {
        "start": {
          "line": 46,
          "column": 32
        },
        "end": {
          "line": 46,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1689,
      "end": 1690,
      "loc": {
        "start": {
          "line": 46,
          "column": 36
        },
        "end": {
          "line": 46,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 1690,
      "end": 1704,
      "loc": {
        "start": {
          "line": 46,
          "column": 37
        },
        "end": {
          "line": 46,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1733,
      "end": 1734,
      "loc": {
        "start": {
          "line": 47,
          "column": 28
        },
        "end": {
          "line": 47,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 1734,
      "end": 1735,
      "loc": {
        "start": {
          "line": 47,
          "column": 29
        },
        "end": {
          "line": 47,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1735,
      "end": 1737,
      "loc": {
        "start": {
          "line": 47,
          "column": 30
        },
        "end": {
          "line": 47,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 1737,
      "end": 1742,
      "loc": {
        "start": {
          "line": 47,
          "column": 32
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1742,
      "end": 1743,
      "loc": {
        "start": {
          "line": 47,
          "column": 37
        },
        "end": {
          "line": 47,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " in data:",
      "start": 1743,
      "end": 1752,
      "loc": {
        "start": {
          "line": 47,
          "column": 38
        },
        "end": {
          "line": 47,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1752,
      "end": 1753,
      "loc": {
        "start": {
          "line": 47,
          "column": 47
        },
        "end": {
          "line": 47,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1778,
      "end": 1779,
      "loc": {
        "start": {
          "line": 48,
          "column": 24
        },
        "end": {
          "line": 48,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1779,
      "end": 1780,
      "loc": {
        "start": {
          "line": 48,
          "column": 25
        },
        "end": {
          "line": 48,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 1805,
      "end": 1806,
      "loc": {
        "start": {
          "line": 49,
          "column": 24
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1806,
      "end": 1807,
      "loc": {
        "start": {
          "line": 49,
          "column": 25
        },
        "end": {
          "line": 49,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "printDebug",
      "start": 1807,
      "end": 1817,
      "loc": {
        "start": {
          "line": 49,
          "column": 26
        },
        "end": {
          "line": 49,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1817,
      "end": 1818,
      "loc": {
        "start": {
          "line": 49,
          "column": 36
        },
        "end": {
          "line": 49,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1818,
      "end": 1819,
      "loc": {
        "start": {
          "line": 49,
          "column": 37
        },
        "end": {
          "line": 49,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1819,
      "end": 1820,
      "loc": {
        "start": {
          "line": 49,
          "column": 38
        },
        "end": {
          "line": 49,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1841,
      "end": 1842,
      "loc": {
        "start": {
          "line": 50,
          "column": 20
        },
        "end": {
          "line": 50,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 1863,
      "end": 1868,
      "loc": {
        "start": {
          "line": 51,
          "column": 20
        },
        "end": {
          "line": 51,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 1869,
      "end": 1870,
      "loc": {
        "start": {
          "line": 51,
          "column": 26
        },
        "end": {
          "line": 51,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1870,
      "end": 1871,
      "loc": {
        "start": {
          "line": 51,
          "column": 27
        },
        "end": {
          "line": 51,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1888,
      "end": 1889,
      "loc": {
        "start": {
          "line": 52,
          "column": 16
        },
        "end": {
          "line": 52,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1902,
      "end": 1903,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1912,
      "end": 1913,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 1914,
      "end": 1919,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1920,
      "end": 1921,
      "loc": {
        "start": {
          "line": 54,
          "column": 16
        },
        "end": {
          "line": 54,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 1921,
      "end": 1926,
      "loc": {
        "start": {
          "line": 54,
          "column": 17
        },
        "end": {
          "line": 54,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1926,
      "end": 1927,
      "loc": {
        "start": {
          "line": 54,
          "column": 22
        },
        "end": {
          "line": 54,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1928,
      "end": 1929,
      "loc": {
        "start": {
          "line": 54,
          "column": 24
        },
        "end": {
          "line": 54,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EC",
      "start": 1942,
      "end": 1944,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1944,
      "end": 1945,
      "loc": {
        "start": {
          "line": 55,
          "column": 14
        },
        "end": {
          "line": 55,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 1945,
      "end": 1950,
      "loc": {
        "start": {
          "line": 55,
          "column": 15
        },
        "end": {
          "line": 55,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1950,
      "end": 1951,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1951,
      "end": 1955,
      "loc": {
        "start": {
          "line": 55,
          "column": 21
        },
        "end": {
          "line": 55,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1955,
      "end": 1956,
      "loc": {
        "start": {
          "line": 55,
          "column": 25
        },
        "end": {
          "line": 55,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 1956,
      "end": 1970,
      "loc": {
        "start": {
          "line": 55,
          "column": 26
        },
        "end": {
          "line": 55,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1971,
      "end": 1972,
      "loc": {
        "start": {
          "line": 55,
          "column": 41
        },
        "end": {
          "line": 55,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 1973,
      "end": 1976,
      "loc": {
        "start": {
          "line": 55,
          "column": 43
        },
        "end": {
          "line": 55,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1977,
      "end": 1978,
      "loc": {
        "start": {
          "line": 55,
          "column": 47
        },
        "end": {
          "line": 55,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 1979,
      "end": 1984,
      "loc": {
        "start": {
          "line": 55,
          "column": 49
        },
        "end": {
          "line": 55,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1984,
      "end": 1985,
      "loc": {
        "start": {
          "line": 55,
          "column": 54
        },
        "end": {
          "line": 55,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 1986,
      "end": 1991,
      "loc": {
        "start": {
          "line": 55,
          "column": 56
        },
        "end": {
          "line": 55,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1991,
      "end": 1992,
      "loc": {
        "start": {
          "line": 55,
          "column": 61
        },
        "end": {
          "line": 55,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1992,
      "end": 1993,
      "loc": {
        "start": {
          "line": 55,
          "column": 62
        },
        "end": {
          "line": 55,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2002,
      "end": 2003,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2013,
      "end": 2019,
      "loc": {
        "start": {
          "line": 58,
          "column": 8
        },
        "end": {
          "line": 58,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2020,
      "end": 2026,
      "loc": {
        "start": {
          "line": 58,
          "column": 15
        },
        "end": {
          "line": 58,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2026,
      "end": 2027,
      "loc": {
        "start": {
          "line": 58,
          "column": 21
        },
        "end": {
          "line": 58,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2032,
      "end": 2033,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appendByteBuffer",
      "start": 2039,
      "end": 2055,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2055,
      "end": 2056,
      "loc": {
        "start": {
          "line": 61,
          "column": 20
        },
        "end": {
          "line": 61,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 2056,
      "end": 2057,
      "loc": {
        "start": {
          "line": 61,
          "column": 21
        },
        "end": {
          "line": 61,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2057,
      "end": 2058,
      "loc": {
        "start": {
          "line": 61,
          "column": 22
        },
        "end": {
          "line": 61,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2059,
      "end": 2065,
      "loc": {
        "start": {
          "line": 61,
          "column": 24
        },
        "end": {
          "line": 61,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2065,
      "end": 2066,
      "loc": {
        "start": {
          "line": 61,
          "column": 30
        },
        "end": {
          "line": 61,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2067,
      "end": 2068,
      "loc": {
        "start": {
          "line": 61,
          "column": 32
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2077,
      "end": 2080,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2081,
      "end": 2086,
      "loc": {
        "start": {
          "line": 62,
          "column": 12
        },
        "end": {
          "line": 62,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2087,
      "end": 2088,
      "loc": {
        "start": {
          "line": 62,
          "column": 18
        },
        "end": {
          "line": 62,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 2089,
      "end": 2093,
      "loc": {
        "start": {
          "line": 62,
          "column": 20
        },
        "end": {
          "line": 62,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2093,
      "end": 2094,
      "loc": {
        "start": {
          "line": 62,
          "column": 24
        },
        "end": {
          "line": 62,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 2103,
      "end": 2106,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2107,
      "end": 2108,
      "loc": {
        "start": {
          "line": 63,
          "column": 12
        },
        "end": {
          "line": 63,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2121,
      "end": 2124,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 2125,
      "end": 2133,
      "loc": {
        "start": {
          "line": 64,
          "column": 16
        },
        "end": {
          "line": 64,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2134,
      "end": 2135,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2136,
      "end": 2140,
      "loc": {
        "start": {
          "line": 64,
          "column": 27
        },
        "end": {
          "line": 64,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2140,
      "end": 2141,
      "loc": {
        "start": {
          "line": 64,
          "column": 31
        },
        "end": {
          "line": 64,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2141,
      "end": 2145,
      "loc": {
        "start": {
          "line": 64,
          "column": 32
        },
        "end": {
          "line": 64,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2145,
      "end": 2146,
      "loc": {
        "start": {
          "line": 64,
          "column": 36
        },
        "end": {
          "line": 64,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 2159,
      "end": 2162,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2163,
      "end": 2164,
      "loc": {
        "start": {
          "line": 65,
          "column": 16
        },
        "end": {
          "line": 65,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2164,
      "end": 2167,
      "loc": {
        "start": {
          "line": 65,
          "column": 17
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2168,
      "end": 2169,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2170,
      "end": 2171,
      "loc": {
        "start": {
          "line": 65,
          "column": 23
        },
        "end": {
          "line": 65,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2172,
      "end": 2173,
      "loc": {
        "start": {
          "line": 65,
          "column": 25
        },
        "end": {
          "line": 65,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2173,
      "end": 2174,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2175,
      "end": 2180,
      "loc": {
        "start": {
          "line": 65,
          "column": 28
        },
        "end": {
          "line": 65,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2180,
      "end": 2181,
      "loc": {
        "start": {
          "line": 65,
          "column": 33
        },
        "end": {
          "line": 65,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2182,
      "end": 2183,
      "loc": {
        "start": {
          "line": 65,
          "column": 35
        },
        "end": {
          "line": 65,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 2184,
      "end": 2185,
      "loc": {
        "start": {
          "line": 65,
          "column": 37
        },
        "end": {
          "line": 65,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 2186,
      "end": 2194,
      "loc": {
        "start": {
          "line": 65,
          "column": 39
        },
        "end": {
          "line": 65,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2194,
      "end": 2195,
      "loc": {
        "start": {
          "line": 65,
          "column": 47
        },
        "end": {
          "line": 65,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2195,
      "end": 2201,
      "loc": {
        "start": {
          "line": 65,
          "column": 48
        },
        "end": {
          "line": 65,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2201,
      "end": 2202,
      "loc": {
        "start": {
          "line": 65,
          "column": 54
        },
        "end": {
          "line": 65,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2203,
      "end": 2204,
      "loc": {
        "start": {
          "line": 65,
          "column": 56
        },
        "end": {
          "line": 65,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 2204,
      "end": 2206,
      "loc": {
        "start": {
          "line": 65,
          "column": 57
        },
        "end": {
          "line": 65,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2206,
      "end": 2207,
      "loc": {
        "start": {
          "line": 65,
          "column": 59
        },
        "end": {
          "line": 65,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2208,
      "end": 2209,
      "loc": {
        "start": {
          "line": 65,
          "column": 61
        },
        "end": {
          "line": 65,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2226,
      "end": 2231,
      "loc": {
        "start": {
          "line": 66,
          "column": 16
        },
        "end": {
          "line": 66,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2232,
      "end": 2233,
      "loc": {
        "start": {
          "line": 66,
          "column": 22
        },
        "end": {
          "line": 66,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 2234,
      "end": 2242,
      "loc": {
        "start": {
          "line": 66,
          "column": 24
        },
        "end": {
          "line": 66,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2242,
      "end": 2243,
      "loc": {
        "start": {
          "line": 66,
          "column": 32
        },
        "end": {
          "line": 66,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 2243,
      "end": 2244,
      "loc": {
        "start": {
          "line": 66,
          "column": 33
        },
        "end": {
          "line": 66,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2244,
      "end": 2245,
      "loc": {
        "start": {
          "line": 66,
          "column": 34
        },
        "end": {
          "line": 66,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2245,
      "end": 2246,
      "loc": {
        "start": {
          "line": 66,
          "column": 35
        },
        "end": {
          "line": 66,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2263,
      "end": 2266,
      "loc": {
        "start": {
          "line": 67,
          "column": 16
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2267,
      "end": 2271,
      "loc": {
        "start": {
          "line": 67,
          "column": 20
        },
        "end": {
          "line": 67,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2272,
      "end": 2273,
      "loc": {
        "start": {
          "line": 67,
          "column": 25
        },
        "end": {
          "line": 67,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2274,
      "end": 2278,
      "loc": {
        "start": {
          "line": 67,
          "column": 27
        },
        "end": {
          "line": 67,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2278,
      "end": 2279,
      "loc": {
        "start": {
          "line": 67,
          "column": 31
        },
        "end": {
          "line": 67,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2279,
      "end": 2284,
      "loc": {
        "start": {
          "line": 67,
          "column": 32
        },
        "end": {
          "line": 67,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2284,
      "end": 2285,
      "loc": {
        "start": {
          "line": 67,
          "column": 37
        },
        "end": {
          "line": 67,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2285,
      "end": 2290,
      "loc": {
        "start": {
          "line": 67,
          "column": 38
        },
        "end": {
          "line": 67,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2290,
      "end": 2291,
      "loc": {
        "start": {
          "line": 67,
          "column": 43
        },
        "end": {
          "line": 67,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2291,
      "end": 2292,
      "loc": {
        "start": {
          "line": 67,
          "column": 44
        },
        "end": {
          "line": 67,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2309,
      "end": 2313,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2313,
      "end": 2314,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appendByteBuffer",
      "start": 2314,
      "end": 2330,
      "loc": {
        "start": {
          "line": 68,
          "column": 21
        },
        "end": {
          "line": 68,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2330,
      "end": 2331,
      "loc": {
        "start": {
          "line": 68,
          "column": 37
        },
        "end": {
          "line": 68,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 2331,
      "end": 2332,
      "loc": {
        "start": {
          "line": 68,
          "column": 38
        },
        "end": {
          "line": 68,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2332,
      "end": 2333,
      "loc": {
        "start": {
          "line": 68,
          "column": 39
        },
        "end": {
          "line": 68,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2334,
      "end": 2340,
      "loc": {
        "start": {
          "line": 68,
          "column": 41
        },
        "end": {
          "line": 68,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2340,
      "end": 2341,
      "loc": {
        "start": {
          "line": 68,
          "column": 47
        },
        "end": {
          "line": 68,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2341,
      "end": 2346,
      "loc": {
        "start": {
          "line": 68,
          "column": 48
        },
        "end": {
          "line": 68,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2346,
      "end": 2347,
      "loc": {
        "start": {
          "line": 68,
          "column": 53
        },
        "end": {
          "line": 68,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2347,
      "end": 2348,
      "loc": {
        "start": {
          "line": 68,
          "column": 54
        },
        "end": {
          "line": 68,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2348,
      "end": 2349,
      "loc": {
        "start": {
          "line": 68,
          "column": 55
        },
        "end": {
          "line": 68,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2362,
      "end": 2363,
      "loc": {
        "start": {
          "line": 69,
          "column": 12
        },
        "end": {
          "line": 69,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2372,
      "end": 2373,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 2374,
      "end": 2379,
      "loc": {
        "start": {
          "line": 70,
          "column": 10
        },
        "end": {
          "line": 70,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2380,
      "end": 2381,
      "loc": {
        "start": {
          "line": 70,
          "column": 16
        },
        "end": {
          "line": 70,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 2381,
      "end": 2386,
      "loc": {
        "start": {
          "line": 70,
          "column": 17
        },
        "end": {
          "line": 70,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2386,
      "end": 2387,
      "loc": {
        "start": {
          "line": 70,
          "column": 22
        },
        "end": {
          "line": 70,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2388,
      "end": 2389,
      "loc": {
        "start": {
          "line": 70,
          "column": 24
        },
        "end": {
          "line": 70,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 2402,
      "end": 2405,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2406,
      "end": 2407,
      "loc": {
        "start": {
          "line": 71,
          "column": 16
        },
        "end": {
          "line": 71,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EC",
      "start": 2424,
      "end": 2426,
      "loc": {
        "start": {
          "line": 72,
          "column": 16
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2426,
      "end": 2427,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 2427,
      "end": 2432,
      "loc": {
        "start": {
          "line": 72,
          "column": 19
        },
        "end": {
          "line": 72,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2432,
      "end": 2433,
      "loc": {
        "start": {
          "line": 72,
          "column": 24
        },
        "end": {
          "line": 72,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2454,
      "end": 2458,
      "loc": {
        "start": {
          "line": 73,
          "column": 20
        },
        "end": {
          "line": 73,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2458,
      "end": 2459,
      "loc": {
        "start": {
          "line": 73,
          "column": 24
        },
        "end": {
          "line": 73,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 2459,
      "end": 2473,
      "loc": {
        "start": {
          "line": 73,
          "column": 25
        },
        "end": {
          "line": 73,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2474,
      "end": 2475,
      "loc": {
        "start": {
          "line": 73,
          "column": 40
        },
        "end": {
          "line": 73,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 2500,
      "end": 2503,
      "loc": {
        "start": {
          "line": 74,
          "column": 24
        },
        "end": {
          "line": 74,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2504,
      "end": 2505,
      "loc": {
        "start": {
          "line": 74,
          "column": 28
        },
        "end": {
          "line": 74,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2530,
      "end": 2535,
      "loc": {
        "start": {
          "line": 75,
          "column": 24
        },
        "end": {
          "line": 75,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2536,
      "end": 2537,
      "loc": {
        "start": {
          "line": 75,
          "column": 30
        },
        "end": {
          "line": 75,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " = ",
      "start": 2562,
      "end": 2567,
      "loc": {
        "start": {
          "line": 76,
          "column": 24
        },
        "end": {
          "line": 76,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2568,
      "end": 2569,
      "loc": {
        "start": {
          "line": 76,
          "column": 30
        },
        "end": {
          "line": 76,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "JSON",
      "start": 2594,
      "end": 2598,
      "loc": {
        "start": {
          "line": 77,
          "column": 24
        },
        "end": {
          "line": 77,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2598,
      "end": 2599,
      "loc": {
        "start": {
          "line": 77,
          "column": 28
        },
        "end": {
          "line": 77,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "stringify",
      "start": 2599,
      "end": 2608,
      "loc": {
        "start": {
          "line": 77,
          "column": 29
        },
        "end": {
          "line": 77,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2608,
      "end": 2609,
      "loc": {
        "start": {
          "line": 77,
          "column": 38
        },
        "end": {
          "line": 77,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2609,
      "end": 2615,
      "loc": {
        "start": {
          "line": 77,
          "column": 39
        },
        "end": {
          "line": 77,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2615,
      "end": 2616,
      "loc": {
        "start": {
          "line": 77,
          "column": 45
        },
        "end": {
          "line": 77,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2616,
      "end": 2621,
      "loc": {
        "start": {
          "line": 77,
          "column": 46
        },
        "end": {
          "line": 77,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2621,
      "end": 2622,
      "loc": {
        "start": {
          "line": 77,
          "column": 51
        },
        "end": {
          "line": 77,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2622,
      "end": 2623,
      "loc": {
        "start": {
          "line": 77,
          "column": 52
        },
        "end": {
          "line": 77,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2623,
      "end": 2624,
      "loc": {
        "start": {
          "line": 77,
          "column": 53
        },
        "end": {
          "line": 77,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 2645,
      "end": 2650,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2667,
      "end": 2668,
      "loc": {
        "start": {
          "line": 79,
          "column": 16
        },
        "end": {
          "line": 79,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2668,
      "end": 2669,
      "loc": {
        "start": {
          "line": 79,
          "column": 17
        },
        "end": {
          "line": 79,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2682,
      "end": 2683,
      "loc": {
        "start": {
          "line": 80,
          "column": 12
        },
        "end": {
          "line": 80,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 2684,
      "end": 2689,
      "loc": {
        "start": {
          "line": 80,
          "column": 14
        },
        "end": {
          "line": 80,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2690,
      "end": 2691,
      "loc": {
        "start": {
          "line": 80,
          "column": 20
        },
        "end": {
          "line": 80,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 2691,
      "end": 2692,
      "loc": {
        "start": {
          "line": 80,
          "column": 21
        },
        "end": {
          "line": 80,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2692,
      "end": 2693,
      "loc": {
        "start": {
          "line": 80,
          "column": 22
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2694,
      "end": 2695,
      "loc": {
        "start": {
          "line": 80,
          "column": 24
        },
        "end": {
          "line": 80,
          "column": 25
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " circular ref",
      "start": 2712,
      "end": 2727,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EC",
      "start": 2744,
      "end": 2746,
      "loc": {
        "start": {
          "line": 82,
          "column": 16
        },
        "end": {
          "line": 82,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2746,
      "end": 2747,
      "loc": {
        "start": {
          "line": 82,
          "column": 18
        },
        "end": {
          "line": 82,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 2747,
      "end": 2752,
      "loc": {
        "start": {
          "line": 82,
          "column": 19
        },
        "end": {
          "line": 82,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2752,
      "end": 2753,
      "loc": {
        "start": {
          "line": 82,
          "column": 24
        },
        "end": {
          "line": 82,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2774,
      "end": 2778,
      "loc": {
        "start": {
          "line": 83,
          "column": 20
        },
        "end": {
          "line": 83,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2778,
      "end": 2779,
      "loc": {
        "start": {
          "line": 83,
          "column": 24
        },
        "end": {
          "line": 83,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 2779,
      "end": 2793,
      "loc": {
        "start": {
          "line": 83,
          "column": 25
        },
        "end": {
          "line": 83,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2794,
      "end": 2795,
      "loc": {
        "start": {
          "line": 83,
          "column": 40
        },
        "end": {
          "line": 83,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 2796,
      "end": 2799,
      "loc": {
        "start": {
          "line": 83,
          "column": 42
        },
        "end": {
          "line": 83,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2800,
      "end": 2801,
      "loc": {
        "start": {
          "line": 83,
          "column": 46
        },
        "end": {
          "line": 83,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2802,
      "end": 2807,
      "loc": {
        "start": {
          "line": 83,
          "column": 48
        },
        "end": {
          "line": 83,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2808,
      "end": 2809,
      "loc": {
        "start": {
          "line": 83,
          "column": 54
        },
        "end": {
          "line": 83,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " = ",
      "start": 2810,
      "end": 2815,
      "loc": {
        "start": {
          "line": 83,
          "column": 56
        },
        "end": {
          "line": 83,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2816,
      "end": 2817,
      "loc": {
        "start": {
          "line": 83,
          "column": 62
        },
        "end": {
          "line": 83,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2818,
      "end": 2824,
      "loc": {
        "start": {
          "line": 83,
          "column": 64
        },
        "end": {
          "line": 83,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2824,
      "end": 2825,
      "loc": {
        "start": {
          "line": 83,
          "column": 70
        },
        "end": {
          "line": 83,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2825,
      "end": 2830,
      "loc": {
        "start": {
          "line": 83,
          "column": 71
        },
        "end": {
          "line": 83,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2830,
      "end": 2831,
      "loc": {
        "start": {
          "line": 83,
          "column": 76
        },
        "end": {
          "line": 83,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2831,
      "end": 2832,
      "loc": {
        "start": {
          "line": 83,
          "column": 77
        },
        "end": {
          "line": 83,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 2853,
      "end": 2858,
      "loc": {
        "start": {
          "line": 84,
          "column": 20
        },
        "end": {
          "line": 84,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2875,
      "end": 2876,
      "loc": {
        "start": {
          "line": 85,
          "column": 16
        },
        "end": {
          "line": 85,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2876,
      "end": 2877,
      "loc": {
        "start": {
          "line": 85,
          "column": 17
        },
        "end": {
          "line": 85,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2890,
      "end": 2891,
      "loc": {
        "start": {
          "line": 86,
          "column": 12
        },
        "end": {
          "line": 86,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2900,
      "end": 2901,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2910,
      "end": 2916,
      "loc": {
        "start": {
          "line": 88,
          "column": 8
        },
        "end": {
          "line": 88,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2916,
      "end": 2917,
      "loc": {
        "start": {
          "line": 88,
          "column": 14
        },
        "end": {
          "line": 88,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2922,
      "end": 2923,
      "loc": {
        "start": {
          "line": 89,
          "column": 4
        },
        "end": {
          "line": 89,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromObject",
      "start": 2929,
      "end": 2939,
      "loc": {
        "start": {
          "line": 91,
          "column": 4
        },
        "end": {
          "line": 91,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2939,
      "end": 2940,
      "loc": {
        "start": {
          "line": 91,
          "column": 14
        },
        "end": {
          "line": 91,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 2940,
      "end": 2957,
      "loc": {
        "start": {
          "line": 91,
          "column": 15
        },
        "end": {
          "line": 91,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2957,
      "end": 2958,
      "loc": {
        "start": {
          "line": 91,
          "column": 32
        },
        "end": {
          "line": 91,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2959,
      "end": 2960,
      "loc": {
        "start": {
          "line": 91,
          "column": 34
        },
        "end": {
          "line": 91,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2969,
      "end": 2972,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2973,
      "end": 2979,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2980,
      "end": 2981,
      "loc": {
        "start": {
          "line": 92,
          "column": 19
        },
        "end": {
          "line": 92,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2982,
      "end": 2983,
      "loc": {
        "start": {
          "line": 92,
          "column": 21
        },
        "end": {
          "line": 92,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2983,
      "end": 2984,
      "loc": {
        "start": {
          "line": 92,
          "column": 22
        },
        "end": {
          "line": 92,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2984,
      "end": 2985,
      "loc": {
        "start": {
          "line": 92,
          "column": 23
        },
        "end": {
          "line": 92,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 2994,
      "end": 2997,
      "loc": {
        "start": {
          "line": 93,
          "column": 8
        },
        "end": {
          "line": 93,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 2998,
      "end": 3003,
      "loc": {
        "start": {
          "line": 93,
          "column": 12
        },
        "end": {
          "line": 93,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3004,
      "end": 3005,
      "loc": {
        "start": {
          "line": 93,
          "column": 18
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3006,
      "end": 3010,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3010,
      "end": 3011,
      "loc": {
        "start": {
          "line": 93,
          "column": 24
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 3020,
      "end": 3023,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3024,
      "end": 3025,
      "loc": {
        "start": {
          "line": 94,
          "column": 12
        },
        "end": {
          "line": 94,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3038,
      "end": 3041,
      "loc": {
        "start": {
          "line": 95,
          "column": 12
        },
        "end": {
          "line": 95,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 3042,
      "end": 3050,
      "loc": {
        "start": {
          "line": 95,
          "column": 16
        },
        "end": {
          "line": 95,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3051,
      "end": 3052,
      "loc": {
        "start": {
          "line": 95,
          "column": 25
        },
        "end": {
          "line": 95,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3053,
      "end": 3057,
      "loc": {
        "start": {
          "line": 95,
          "column": 27
        },
        "end": {
          "line": 95,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3057,
      "end": 3058,
      "loc": {
        "start": {
          "line": 95,
          "column": 31
        },
        "end": {
          "line": 95,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 3058,
      "end": 3062,
      "loc": {
        "start": {
          "line": 95,
          "column": 32
        },
        "end": {
          "line": 95,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3062,
      "end": 3063,
      "loc": {
        "start": {
          "line": 95,
          "column": 36
        },
        "end": {
          "line": 95,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 3076,
      "end": 3079,
      "loc": {
        "start": {
          "line": 96,
          "column": 12
        },
        "end": {
          "line": 96,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3080,
      "end": 3081,
      "loc": {
        "start": {
          "line": 96,
          "column": 16
        },
        "end": {
          "line": 96,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3081,
      "end": 3084,
      "loc": {
        "start": {
          "line": 96,
          "column": 17
        },
        "end": {
          "line": 96,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3085,
      "end": 3086,
      "loc": {
        "start": {
          "line": 96,
          "column": 21
        },
        "end": {
          "line": 96,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3087,
      "end": 3088,
      "loc": {
        "start": {
          "line": 96,
          "column": 23
        },
        "end": {
          "line": 96,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3089,
      "end": 3090,
      "loc": {
        "start": {
          "line": 96,
          "column": 25
        },
        "end": {
          "line": 96,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3090,
      "end": 3091,
      "loc": {
        "start": {
          "line": 96,
          "column": 26
        },
        "end": {
          "line": 96,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3092,
      "end": 3097,
      "loc": {
        "start": {
          "line": 96,
          "column": 28
        },
        "end": {
          "line": 96,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3097,
      "end": 3098,
      "loc": {
        "start": {
          "line": 96,
          "column": 33
        },
        "end": {
          "line": 96,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3099,
      "end": 3100,
      "loc": {
        "start": {
          "line": 96,
          "column": 35
        },
        "end": {
          "line": 96,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3101,
      "end": 3102,
      "loc": {
        "start": {
          "line": 96,
          "column": 37
        },
        "end": {
          "line": 96,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 3103,
      "end": 3111,
      "loc": {
        "start": {
          "line": 96,
          "column": 39
        },
        "end": {
          "line": 96,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3111,
      "end": 3112,
      "loc": {
        "start": {
          "line": 96,
          "column": 47
        },
        "end": {
          "line": 96,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3112,
      "end": 3118,
      "loc": {
        "start": {
          "line": 96,
          "column": 48
        },
        "end": {
          "line": 96,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3118,
      "end": 3119,
      "loc": {
        "start": {
          "line": 96,
          "column": 54
        },
        "end": {
          "line": 96,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3120,
      "end": 3121,
      "loc": {
        "start": {
          "line": 96,
          "column": 56
        },
        "end": {
          "line": 96,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3121,
      "end": 3123,
      "loc": {
        "start": {
          "line": 96,
          "column": 57
        },
        "end": {
          "line": 96,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3123,
      "end": 3124,
      "loc": {
        "start": {
          "line": 96,
          "column": 59
        },
        "end": {
          "line": 96,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3125,
      "end": 3126,
      "loc": {
        "start": {
          "line": 96,
          "column": 61
        },
        "end": {
          "line": 96,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3143,
      "end": 3148,
      "loc": {
        "start": {
          "line": 97,
          "column": 16
        },
        "end": {
          "line": 97,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 97,
          "column": 22
        },
        "end": {
          "line": 97,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 3151,
      "end": 3159,
      "loc": {
        "start": {
          "line": 97,
          "column": 24
        },
        "end": {
          "line": 97,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3159,
      "end": 3160,
      "loc": {
        "start": {
          "line": 97,
          "column": 32
        },
        "end": {
          "line": 97,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3160,
      "end": 3161,
      "loc": {
        "start": {
          "line": 97,
          "column": 33
        },
        "end": {
          "line": 97,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3161,
      "end": 3162,
      "loc": {
        "start": {
          "line": 97,
          "column": 34
        },
        "end": {
          "line": 97,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3162,
      "end": 3163,
      "loc": {
        "start": {
          "line": 97,
          "column": 35
        },
        "end": {
          "line": 97,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3180,
      "end": 3183,
      "loc": {
        "start": {
          "line": 98,
          "column": 16
        },
        "end": {
          "line": 98,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3184,
      "end": 3188,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3189,
      "end": 3190,
      "loc": {
        "start": {
          "line": 98,
          "column": 25
        },
        "end": {
          "line": 98,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3191,
      "end": 3195,
      "loc": {
        "start": {
          "line": 98,
          "column": 27
        },
        "end": {
          "line": 98,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3195,
      "end": 3196,
      "loc": {
        "start": {
          "line": 98,
          "column": 31
        },
        "end": {
          "line": 98,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 3196,
      "end": 3201,
      "loc": {
        "start": {
          "line": 98,
          "column": 32
        },
        "end": {
          "line": 98,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3201,
      "end": 3202,
      "loc": {
        "start": {
          "line": 98,
          "column": 37
        },
        "end": {
          "line": 98,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3202,
      "end": 3207,
      "loc": {
        "start": {
          "line": 98,
          "column": 38
        },
        "end": {
          "line": 98,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3207,
      "end": 3208,
      "loc": {
        "start": {
          "line": 98,
          "column": 43
        },
        "end": {
          "line": 98,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3208,
      "end": 3209,
      "loc": {
        "start": {
          "line": 98,
          "column": 44
        },
        "end": {
          "line": 98,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3226,
      "end": 3229,
      "loc": {
        "start": {
          "line": 99,
          "column": 16
        },
        "end": {
          "line": 99,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3230,
      "end": 3235,
      "loc": {
        "start": {
          "line": 99,
          "column": 20
        },
        "end": {
          "line": 99,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3236,
      "end": 3237,
      "loc": {
        "start": {
          "line": 99,
          "column": 26
        },
        "end": {
          "line": 99,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 3238,
      "end": 3255,
      "loc": {
        "start": {
          "line": 99,
          "column": 28
        },
        "end": {
          "line": 99,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3255,
      "end": 3256,
      "loc": {
        "start": {
          "line": 99,
          "column": 45
        },
        "end": {
          "line": 99,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3256,
      "end": 3261,
      "loc": {
        "start": {
          "line": 99,
          "column": 46
        },
        "end": {
          "line": 99,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3261,
      "end": 3262,
      "loc": {
        "start": {
          "line": 99,
          "column": 51
        },
        "end": {
          "line": 99,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3262,
      "end": 3263,
      "loc": {
        "start": {
          "line": 99,
          "column": 52
        },
        "end": {
          "line": 99,
          "column": 53
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "DEBUG value = value.resolve if value.resolve",
      "start": 3280,
      "end": 3326,
      "loc": {
        "start": {
          "line": 100,
          "column": 16
        },
        "end": {
          "line": 100,
          "column": 62
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "DEBUG console.log('... value',field,value)",
      "start": 3343,
      "end": 3387,
      "loc": {
        "start": {
          "line": 101,
          "column": 16
        },
        "end": {
          "line": 101,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3404,
      "end": 3407,
      "loc": {
        "start": {
          "line": 102,
          "column": 16
        },
        "end": {
          "line": 102,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 3408,
      "end": 3414,
      "loc": {
        "start": {
          "line": 102,
          "column": 20
        },
        "end": {
          "line": 102,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3415,
      "end": 3416,
      "loc": {
        "start": {
          "line": 102,
          "column": 27
        },
        "end": {
          "line": 102,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 3417,
      "end": 3421,
      "loc": {
        "start": {
          "line": 102,
          "column": 29
        },
        "end": {
          "line": 102,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3421,
      "end": 3422,
      "loc": {
        "start": {
          "line": 102,
          "column": 33
        },
        "end": {
          "line": 102,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromObject",
      "start": 3422,
      "end": 3432,
      "loc": {
        "start": {
          "line": 102,
          "column": 34
        },
        "end": {
          "line": 102,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3432,
      "end": 3433,
      "loc": {
        "start": {
          "line": 102,
          "column": 44
        },
        "end": {
          "line": 102,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3433,
      "end": 3438,
      "loc": {
        "start": {
          "line": 102,
          "column": 45
        },
        "end": {
          "line": 102,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3438,
      "end": 3439,
      "loc": {
        "start": {
          "line": 102,
          "column": 50
        },
        "end": {
          "line": 102,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3439,
      "end": 3440,
      "loc": {
        "start": {
          "line": 102,
          "column": 51
        },
        "end": {
          "line": 102,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3457,
      "end": 3463,
      "loc": {
        "start": {
          "line": 103,
          "column": 16
        },
        "end": {
          "line": 103,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3463,
      "end": 3464,
      "loc": {
        "start": {
          "line": 103,
          "column": 22
        },
        "end": {
          "line": 103,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3464,
      "end": 3469,
      "loc": {
        "start": {
          "line": 103,
          "column": 23
        },
        "end": {
          "line": 103,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3469,
      "end": 3470,
      "loc": {
        "start": {
          "line": 103,
          "column": 28
        },
        "end": {
          "line": 103,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3471,
      "end": 3472,
      "loc": {
        "start": {
          "line": 103,
          "column": 30
        },
        "end": {
          "line": 103,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 3473,
      "end": 3479,
      "loc": {
        "start": {
          "line": 103,
          "column": 32
        },
        "end": {
          "line": 103,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3479,
      "end": 3480,
      "loc": {
        "start": {
          "line": 103,
          "column": 38
        },
        "end": {
          "line": 103,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3493,
      "end": 3494,
      "loc": {
        "start": {
          "line": 104,
          "column": 12
        },
        "end": {
          "line": 104,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3503,
      "end": 3504,
      "loc": {
        "start": {
          "line": 105,
          "column": 8
        },
        "end": {
          "line": 105,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 3505,
      "end": 3510,
      "loc": {
        "start": {
          "line": 105,
          "column": 10
        },
        "end": {
          "line": 105,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3511,
      "end": 3512,
      "loc": {
        "start": {
          "line": 105,
          "column": 16
        },
        "end": {
          "line": 105,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 3512,
      "end": 3517,
      "loc": {
        "start": {
          "line": 105,
          "column": 17
        },
        "end": {
          "line": 105,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3517,
      "end": 3518,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3519,
      "end": 3520,
      "loc": {
        "start": {
          "line": 105,
          "column": 24
        },
        "end": {
          "line": 105,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EC",
      "start": 3533,
      "end": 3535,
      "loc": {
        "start": {
          "line": 106,
          "column": 12
        },
        "end": {
          "line": 106,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3535,
      "end": 3536,
      "loc": {
        "start": {
          "line": 106,
          "column": 14
        },
        "end": {
          "line": 106,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 3536,
      "end": 3541,
      "loc": {
        "start": {
          "line": 106,
          "column": 15
        },
        "end": {
          "line": 106,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3541,
      "end": 3542,
      "loc": {
        "start": {
          "line": 106,
          "column": 20
        },
        "end": {
          "line": 106,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3542,
      "end": 3546,
      "loc": {
        "start": {
          "line": 106,
          "column": 21
        },
        "end": {
          "line": 106,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3546,
      "end": 3547,
      "loc": {
        "start": {
          "line": 106,
          "column": 25
        },
        "end": {
          "line": 106,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 3547,
      "end": 3561,
      "loc": {
        "start": {
          "line": 106,
          "column": 26
        },
        "end": {
          "line": 106,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3562,
      "end": 3563,
      "loc": {
        "start": {
          "line": 106,
          "column": 41
        },
        "end": {
          "line": 106,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 3564,
      "end": 3567,
      "loc": {
        "start": {
          "line": 106,
          "column": 43
        },
        "end": {
          "line": 106,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3568,
      "end": 3569,
      "loc": {
        "start": {
          "line": 106,
          "column": 47
        },
        "end": {
          "line": 106,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3570,
      "end": 3575,
      "loc": {
        "start": {
          "line": 106,
          "column": 49
        },
        "end": {
          "line": 106,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3575,
      "end": 3576,
      "loc": {
        "start": {
          "line": 106,
          "column": 54
        },
        "end": {
          "line": 106,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 3577,
      "end": 3582,
      "loc": {
        "start": {
          "line": 106,
          "column": 56
        },
        "end": {
          "line": 106,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3582,
      "end": 3583,
      "loc": {
        "start": {
          "line": 106,
          "column": 61
        },
        "end": {
          "line": 106,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3583,
      "end": 3584,
      "loc": {
        "start": {
          "line": 106,
          "column": 62
        },
        "end": {
          "line": 106,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3593,
      "end": 3594,
      "loc": {
        "start": {
          "line": 107,
          "column": 8
        },
        "end": {
          "line": 107,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3604,
      "end": 3610,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3611,
      "end": 3617,
      "loc": {
        "start": {
          "line": 109,
          "column": 15
        },
        "end": {
          "line": 109,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3617,
      "end": 3618,
      "loc": {
        "start": {
          "line": 109,
          "column": 21
        },
        "end": {
          "line": 109,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3623,
      "end": 3624,
      "loc": {
        "start": {
          "line": 110,
          "column": 4
        },
        "end": {
          "line": 110,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n        @arg {boolean} [debug.use_default = false] - more template friendly\n        @arg {boolean} [debug.annotate = false] - add user-friendly information\n    ",
      "start": 3630,
      "end": 3796,
      "loc": {
        "start": {
          "line": 112,
          "column": 4
        },
        "end": {
          "line": 115,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toObject",
      "start": 3801,
      "end": 3809,
      "loc": {
        "start": {
          "line": 116,
          "column": 4
        },
        "end": {
          "line": 116,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3809,
      "end": 3810,
      "loc": {
        "start": {
          "line": 116,
          "column": 12
        },
        "end": {
          "line": 116,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 3819,
      "end": 3836,
      "loc": {
        "start": {
          "line": 117,
          "column": 8
        },
        "end": {
          "line": 117,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3837,
      "end": 3838,
      "loc": {
        "start": {
          "line": 117,
          "column": 26
        },
        "end": {
          "line": 117,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3839,
      "end": 3840,
      "loc": {
        "start": {
          "line": 117,
          "column": 28
        },
        "end": {
          "line": 117,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3840,
      "end": 3841,
      "loc": {
        "start": {
          "line": 117,
          "column": 29
        },
        "end": {
          "line": 117,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3841,
      "end": 3842,
      "loc": {
        "start": {
          "line": 117,
          "column": 30
        },
        "end": {
          "line": 117,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 3851,
      "end": 3856,
      "loc": {
        "start": {
          "line": 118,
          "column": 8
        },
        "end": {
          "line": 118,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3857,
      "end": 3858,
      "loc": {
        "start": {
          "line": 118,
          "column": 14
        },
        "end": {
          "line": 118,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3859,
      "end": 3860,
      "loc": {
        "start": {
          "line": 118,
          "column": 16
        },
        "end": {
          "line": 118,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "use_default",
      "start": 3860,
      "end": 3871,
      "loc": {
        "start": {
          "line": 118,
          "column": 17
        },
        "end": {
          "line": 118,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3871,
      "end": 3872,
      "loc": {
        "start": {
          "line": 118,
          "column": 28
        },
        "end": {
          "line": 118,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3873,
      "end": 3878,
      "loc": {
        "start": {
          "line": 118,
          "column": 30
        },
        "end": {
          "line": 118,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3878,
      "end": 3879,
      "loc": {
        "start": {
          "line": 118,
          "column": 35
        },
        "end": {
          "line": 118,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "annotate",
      "start": 3880,
      "end": 3888,
      "loc": {
        "start": {
          "line": 118,
          "column": 37
        },
        "end": {
          "line": 118,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3888,
      "end": 3889,
      "loc": {
        "start": {
          "line": 118,
          "column": 45
        },
        "end": {
          "line": 118,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3890,
      "end": 3895,
      "loc": {
        "start": {
          "line": 118,
          "column": 47
        },
        "end": {
          "line": 118,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3895,
      "end": 3896,
      "loc": {
        "start": {
          "line": 118,
          "column": 52
        },
        "end": {
          "line": 118,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3901,
      "end": 3902,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3903,
      "end": 3904,
      "loc": {
        "start": {
          "line": 119,
          "column": 6
        },
        "end": {
          "line": 119,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3913,
      "end": 3916,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3917,
      "end": 3923,
      "loc": {
        "start": {
          "line": 120,
          "column": 12
        },
        "end": {
          "line": 120,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3924,
      "end": 3925,
      "loc": {
        "start": {
          "line": 120,
          "column": 19
        },
        "end": {
          "line": 120,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3926,
      "end": 3927,
      "loc": {
        "start": {
          "line": 120,
          "column": 21
        },
        "end": {
          "line": 120,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3927,
      "end": 3928,
      "loc": {
        "start": {
          "line": 120,
          "column": 22
        },
        "end": {
          "line": 120,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3928,
      "end": 3929,
      "loc": {
        "start": {
          "line": 120,
          "column": 23
        },
        "end": {
          "line": 120,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 3938,
      "end": 3941,
      "loc": {
        "start": {
          "line": 121,
          "column": 8
        },
        "end": {
          "line": 121,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 3942,
      "end": 3947,
      "loc": {
        "start": {
          "line": 121,
          "column": 12
        },
        "end": {
          "line": 121,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3948,
      "end": 3949,
      "loc": {
        "start": {
          "line": 121,
          "column": 18
        },
        "end": {
          "line": 121,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3950,
      "end": 3954,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3954,
      "end": 3955,
      "loc": {
        "start": {
          "line": 121,
          "column": 24
        },
        "end": {
          "line": 121,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "try",
        "keyword": "try",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "try",
      "start": 3964,
      "end": 3967,
      "loc": {
        "start": {
          "line": 122,
          "column": 8
        },
        "end": {
          "line": 122,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3968,
      "end": 3969,
      "loc": {
        "start": {
          "line": 122,
          "column": 12
        },
        "end": {
          "line": 122,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3982,
      "end": 3984,
      "loc": {
        "start": {
          "line": 123,
          "column": 12
        },
        "end": {
          "line": 123,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3985,
      "end": 3986,
      "loc": {
        "start": {
          "line": 123,
          "column": 15
        },
        "end": {
          "line": 123,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3986,
      "end": 3987,
      "loc": {
        "start": {
          "line": 123,
          "column": 16
        },
        "end": {
          "line": 123,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3987,
      "end": 3991,
      "loc": {
        "start": {
          "line": 123,
          "column": 17
        },
        "end": {
          "line": 123,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3991,
      "end": 3992,
      "loc": {
        "start": {
          "line": 123,
          "column": 21
        },
        "end": {
          "line": 123,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 3992,
      "end": 3997,
      "loc": {
        "start": {
          "line": 123,
          "column": 22
        },
        "end": {
          "line": 123,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3997,
      "end": 3998,
      "loc": {
        "start": {
          "line": 123,
          "column": 27
        },
        "end": {
          "line": 123,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3999,
      "end": 4005,
      "loc": {
        "start": {
          "line": 123,
          "column": 29
        },
        "end": {
          "line": 123,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4006,
      "end": 4012,
      "loc": {
        "start": {
          "line": 123,
          "column": 36
        },
        "end": {
          "line": 123,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4012,
      "end": 4013,
      "loc": {
        "start": {
          "line": 123,
          "column": 42
        },
        "end": {
          "line": 123,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4027,
      "end": 4030,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 4031,
      "end": 4039,
      "loc": {
        "start": {
          "line": 125,
          "column": 16
        },
        "end": {
          "line": 125,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4040,
      "end": 4041,
      "loc": {
        "start": {
          "line": 125,
          "column": 25
        },
        "end": {
          "line": 125,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4042,
      "end": 4046,
      "loc": {
        "start": {
          "line": 125,
          "column": 27
        },
        "end": {
          "line": 125,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4046,
      "end": 4047,
      "loc": {
        "start": {
          "line": 125,
          "column": 31
        },
        "end": {
          "line": 125,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 4047,
      "end": 4051,
      "loc": {
        "start": {
          "line": 125,
          "column": 32
        },
        "end": {
          "line": 125,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4051,
      "end": 4052,
      "loc": {
        "start": {
          "line": 125,
          "column": 36
        },
        "end": {
          "line": 125,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 4065,
      "end": 4068,
      "loc": {
        "start": {
          "line": 126,
          "column": 12
        },
        "end": {
          "line": 126,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4069,
      "end": 4070,
      "loc": {
        "start": {
          "line": 126,
          "column": 16
        },
        "end": {
          "line": 126,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4070,
      "end": 4073,
      "loc": {
        "start": {
          "line": 126,
          "column": 17
        },
        "end": {
          "line": 126,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4074,
      "end": 4075,
      "loc": {
        "start": {
          "line": 126,
          "column": 21
        },
        "end": {
          "line": 126,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4076,
      "end": 4077,
      "loc": {
        "start": {
          "line": 126,
          "column": 23
        },
        "end": {
          "line": 126,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4078,
      "end": 4079,
      "loc": {
        "start": {
          "line": 126,
          "column": 25
        },
        "end": {
          "line": 126,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4079,
      "end": 4080,
      "loc": {
        "start": {
          "line": 126,
          "column": 26
        },
        "end": {
          "line": 126,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4081,
      "end": 4086,
      "loc": {
        "start": {
          "line": 126,
          "column": 28
        },
        "end": {
          "line": 126,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4086,
      "end": 4087,
      "loc": {
        "start": {
          "line": 126,
          "column": 33
        },
        "end": {
          "line": 126,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4088,
      "end": 4089,
      "loc": {
        "start": {
          "line": 126,
          "column": 35
        },
        "end": {
          "line": 126,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 4090,
      "end": 4091,
      "loc": {
        "start": {
          "line": 126,
          "column": 37
        },
        "end": {
          "line": 126,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 4092,
      "end": 4100,
      "loc": {
        "start": {
          "line": 126,
          "column": 39
        },
        "end": {
          "line": 126,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4100,
      "end": 4101,
      "loc": {
        "start": {
          "line": 126,
          "column": 47
        },
        "end": {
          "line": 126,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4101,
      "end": 4107,
      "loc": {
        "start": {
          "line": 126,
          "column": 48
        },
        "end": {
          "line": 126,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4107,
      "end": 4108,
      "loc": {
        "start": {
          "line": 126,
          "column": 54
        },
        "end": {
          "line": 126,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4109,
      "end": 4110,
      "loc": {
        "start": {
          "line": 126,
          "column": 56
        },
        "end": {
          "line": 126,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 4110,
      "end": 4112,
      "loc": {
        "start": {
          "line": 126,
          "column": 57
        },
        "end": {
          "line": 126,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4112,
      "end": 4113,
      "loc": {
        "start": {
          "line": 126,
          "column": 59
        },
        "end": {
          "line": 126,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4114,
      "end": 4115,
      "loc": {
        "start": {
          "line": 126,
          "column": 61
        },
        "end": {
          "line": 126,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4132,
      "end": 4137,
      "loc": {
        "start": {
          "line": 127,
          "column": 16
        },
        "end": {
          "line": 127,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4138,
      "end": 4139,
      "loc": {
        "start": {
          "line": 127,
          "column": 22
        },
        "end": {
          "line": 127,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "iterable",
      "start": 4140,
      "end": 4148,
      "loc": {
        "start": {
          "line": 127,
          "column": 24
        },
        "end": {
          "line": 127,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4148,
      "end": 4149,
      "loc": {
        "start": {
          "line": 127,
          "column": 32
        },
        "end": {
          "line": 127,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4149,
      "end": 4150,
      "loc": {
        "start": {
          "line": 127,
          "column": 33
        },
        "end": {
          "line": 127,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4150,
      "end": 4151,
      "loc": {
        "start": {
          "line": 127,
          "column": 34
        },
        "end": {
          "line": 127,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4151,
      "end": 4152,
      "loc": {
        "start": {
          "line": 127,
          "column": 35
        },
        "end": {
          "line": 127,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4169,
      "end": 4172,
      "loc": {
        "start": {
          "line": 128,
          "column": 16
        },
        "end": {
          "line": 128,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 4173,
      "end": 4177,
      "loc": {
        "start": {
          "line": 128,
          "column": 20
        },
        "end": {
          "line": 128,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4178,
      "end": 4179,
      "loc": {
        "start": {
          "line": 128,
          "column": 25
        },
        "end": {
          "line": 128,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4180,
      "end": 4184,
      "loc": {
        "start": {
          "line": 128,
          "column": 27
        },
        "end": {
          "line": 128,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4184,
      "end": 4185,
      "loc": {
        "start": {
          "line": 128,
          "column": 31
        },
        "end": {
          "line": 128,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 4185,
      "end": 4190,
      "loc": {
        "start": {
          "line": 128,
          "column": 32
        },
        "end": {
          "line": 128,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4190,
      "end": 4191,
      "loc": {
        "start": {
          "line": 128,
          "column": 37
        },
        "end": {
          "line": 128,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4191,
      "end": 4196,
      "loc": {
        "start": {
          "line": 128,
          "column": 38
        },
        "end": {
          "line": 128,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 128,
          "column": 43
        },
        "end": {
          "line": 128,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4197,
      "end": 4198,
      "loc": {
        "start": {
          "line": 128,
          "column": 44
        },
        "end": {
          "line": 128,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4215,
      "end": 4218,
      "loc": {
        "start": {
          "line": 129,
          "column": 16
        },
        "end": {
          "line": 129,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 4219,
      "end": 4225,
      "loc": {
        "start": {
          "line": 129,
          "column": 20
        },
        "end": {
          "line": 129,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4226,
      "end": 4227,
      "loc": {
        "start": {
          "line": 129,
          "column": 27
        },
        "end": {
          "line": 129,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 4228,
      "end": 4232,
      "loc": {
        "start": {
          "line": 129,
          "column": 29
        },
        "end": {
          "line": 129,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4232,
      "end": 4233,
      "loc": {
        "start": {
          "line": 129,
          "column": 33
        },
        "end": {
          "line": 129,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toObject",
      "start": 4233,
      "end": 4241,
      "loc": {
        "start": {
          "line": 129,
          "column": 34
        },
        "end": {
          "line": 129,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4241,
      "end": 4242,
      "loc": {
        "start": {
          "line": 129,
          "column": 42
        },
        "end": {
          "line": 129,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 4263,
      "end": 4269,
      "loc": {
        "start": {
          "line": 130,
          "column": 20
        },
        "end": {
          "line": 130,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 4270,
      "end": 4287,
      "loc": {
        "start": {
          "line": 130,
          "column": 27
        },
        "end": {
          "line": 130,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4288,
      "end": 4291,
      "loc": {
        "start": {
          "line": 130,
          "column": 45
        },
        "end": {
          "line": 130,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 4292,
      "end": 4303,
      "loc": {
        "start": {
          "line": 130,
          "column": 49
        },
        "end": {
          "line": 130,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4304,
      "end": 4306,
      "loc": {
        "start": {
          "line": 130,
          "column": 61
        },
        "end": {
          "line": 130,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 4327,
      "end": 4344,
      "loc": {
        "start": {
          "line": 131,
          "column": 20
        },
        "end": {
          "line": 131,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4345,
      "end": 4348,
      "loc": {
        "start": {
          "line": 131,
          "column": 38
        },
        "end": {
          "line": 131,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4349,
      "end": 4353,
      "loc": {
        "start": {
          "line": 131,
          "column": 42
        },
        "end": {
          "line": 131,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4378,
      "end": 4379,
      "loc": {
        "start": {
          "line": 132,
          "column": 24
        },
        "end": {
          "line": 132,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 4380,
      "end": 4397,
      "loc": {
        "start": {
          "line": 132,
          "column": 26
        },
        "end": {
          "line": 132,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4397,
      "end": 4398,
      "loc": {
        "start": {
          "line": 132,
          "column": 43
        },
        "end": {
          "line": 132,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4398,
      "end": 4403,
      "loc": {
        "start": {
          "line": 132,
          "column": 44
        },
        "end": {
          "line": 132,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4403,
      "end": 4404,
      "loc": {
        "start": {
          "line": 132,
          "column": 49
        },
        "end": {
          "line": 132,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4429,
      "end": 4430,
      "loc": {
        "start": {
          "line": 133,
          "column": 24
        },
        "end": {
          "line": 133,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4431,
      "end": 4440,
      "loc": {
        "start": {
          "line": 133,
          "column": 26
        },
        "end": {
          "line": 133,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4440,
      "end": 4441,
      "loc": {
        "start": {
          "line": 133,
          "column": 35
        },
        "end": {
          "line": 133,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 4462,
      "end": 4467,
      "loc": {
        "start": {
          "line": 134,
          "column": 20
        },
        "end": {
          "line": 134,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4484,
      "end": 4485,
      "loc": {
        "start": {
          "line": 135,
          "column": 16
        },
        "end": {
          "line": 135,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4485,
      "end": 4486,
      "loc": {
        "start": {
          "line": 135,
          "column": 17
        },
        "end": {
          "line": 135,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4503,
      "end": 4509,
      "loc": {
        "start": {
          "line": 136,
          "column": 16
        },
        "end": {
          "line": 136,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4509,
      "end": 4510,
      "loc": {
        "start": {
          "line": 136,
          "column": 22
        },
        "end": {
          "line": 136,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4510,
      "end": 4515,
      "loc": {
        "start": {
          "line": 136,
          "column": 23
        },
        "end": {
          "line": 136,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4515,
      "end": 4516,
      "loc": {
        "start": {
          "line": 136,
          "column": 28
        },
        "end": {
          "line": 136,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4517,
      "end": 4518,
      "loc": {
        "start": {
          "line": 136,
          "column": 30
        },
        "end": {
          "line": 136,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 4519,
      "end": 4525,
      "loc": {
        "start": {
          "line": 136,
          "column": 32
        },
        "end": {
          "line": 136,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4525,
      "end": 4526,
      "loc": {
        "start": {
          "line": 136,
          "column": 38
        },
        "end": {
          "line": 136,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4543,
      "end": 4545,
      "loc": {
        "start": {
          "line": 137,
          "column": 16
        },
        "end": {
          "line": 137,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4546,
      "end": 4547,
      "loc": {
        "start": {
          "line": 137,
          "column": 19
        },
        "end": {
          "line": 137,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HEX_DUMP",
      "start": 4547,
      "end": 4555,
      "loc": {
        "start": {
          "line": 137,
          "column": 20
        },
        "end": {
          "line": 137,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4555,
      "end": 4556,
      "loc": {
        "start": {
          "line": 137,
          "column": 28
        },
        "end": {
          "line": 137,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4557,
      "end": 4558,
      "loc": {
        "start": {
          "line": 137,
          "column": 30
        },
        "end": {
          "line": 137,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 4579,
      "end": 4582,
      "loc": {
        "start": {
          "line": 138,
          "column": 20
        },
        "end": {
          "line": 138,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 4583,
      "end": 4584,
      "loc": {
        "start": {
          "line": 138,
          "column": 24
        },
        "end": {
          "line": 138,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4585,
      "end": 4586,
      "loc": {
        "start": {
          "line": 138,
          "column": 26
        },
        "end": {
          "line": 138,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4587,
      "end": 4590,
      "loc": {
        "start": {
          "line": 138,
          "column": 28
        },
        "end": {
          "line": 138,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 4591,
      "end": 4601,
      "loc": {
        "start": {
          "line": 138,
          "column": 32
        },
        "end": {
          "line": 138,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4601,
      "end": 4602,
      "loc": {
        "start": {
          "line": 138,
          "column": 42
        },
        "end": {
          "line": 138,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 4627,
      "end": 4637,
      "loc": {
        "start": {
          "line": 139,
          "column": 24
        },
        "end": {
          "line": 139,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4637,
      "end": 4638,
      "loc": {
        "start": {
          "line": 139,
          "column": 34
        },
        "end": {
          "line": 139,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DEFAULT_CAPACITY",
      "start": 4638,
      "end": 4654,
      "loc": {
        "start": {
          "line": 139,
          "column": 35
        },
        "end": {
          "line": 139,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4654,
      "end": 4655,
      "loc": {
        "start": {
          "line": 139,
          "column": 51
        },
        "end": {
          "line": 139,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 4680,
      "end": 4690,
      "loc": {
        "start": {
          "line": 140,
          "column": 24
        },
        "end": {
          "line": 140,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4690,
      "end": 4691,
      "loc": {
        "start": {
          "line": 140,
          "column": 34
        },
        "end": {
          "line": 140,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LITTLE_ENDIAN",
      "start": 4691,
      "end": 4704,
      "loc": {
        "start": {
          "line": 140,
          "column": 35
        },
        "end": {
          "line": 140,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4725,
      "end": 4726,
      "loc": {
        "start": {
          "line": 141,
          "column": 20
        },
        "end": {
          "line": 141,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4726,
      "end": 4727,
      "loc": {
        "start": {
          "line": 141,
          "column": 21
        },
        "end": {
          "line": 141,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 4748,
      "end": 4752,
      "loc": {
        "start": {
          "line": 142,
          "column": 20
        },
        "end": {
          "line": 142,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4752,
      "end": 4753,
      "loc": {
        "start": {
          "line": 142,
          "column": 24
        },
        "end": {
          "line": 142,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appendByteBuffer",
      "start": 4753,
      "end": 4769,
      "loc": {
        "start": {
          "line": 142,
          "column": 25
        },
        "end": {
          "line": 142,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4769,
      "end": 4770,
      "loc": {
        "start": {
          "line": 142,
          "column": 41
        },
        "end": {
          "line": 142,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 4795,
      "end": 4796,
      "loc": {
        "start": {
          "line": 143,
          "column": 24
        },
        "end": {
          "line": 143,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4796,
      "end": 4797,
      "loc": {
        "start": {
          "line": 143,
          "column": 25
        },
        "end": {
          "line": 143,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 4822,
      "end": 4828,
      "loc": {
        "start": {
          "line": 144,
          "column": 24
        },
        "end": {
          "line": 144,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 4829,
      "end": 4846,
      "loc": {
        "start": {
          "line": 144,
          "column": 31
        },
        "end": {
          "line": 144,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4847,
      "end": 4850,
      "loc": {
        "start": {
          "line": 144,
          "column": 49
        },
        "end": {
          "line": 144,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "undefined",
      "start": 4851,
      "end": 4862,
      "loc": {
        "start": {
          "line": 144,
          "column": 53
        },
        "end": {
          "line": 144,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4863,
      "end": 4865,
      "loc": {
        "start": {
          "line": 144,
          "column": 65
        },
        "end": {
          "line": 144,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 4890,
      "end": 4907,
      "loc": {
        "start": {
          "line": 145,
          "column": 24
        },
        "end": {
          "line": 145,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4908,
      "end": 4911,
      "loc": {
        "start": {
          "line": 145,
          "column": 42
        },
        "end": {
          "line": 145,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4912,
      "end": 4916,
      "loc": {
        "start": {
          "line": 145,
          "column": 46
        },
        "end": {
          "line": 145,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4945,
      "end": 4946,
      "loc": {
        "start": {
          "line": 146,
          "column": 28
        },
        "end": {
          "line": 146,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "serialized_object",
      "start": 4947,
      "end": 4964,
      "loc": {
        "start": {
          "line": 146,
          "column": 30
        },
        "end": {
          "line": 146,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4964,
      "end": 4965,
      "loc": {
        "start": {
          "line": 146,
          "column": 47
        },
        "end": {
          "line": 146,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4965,
      "end": 4970,
      "loc": {
        "start": {
          "line": 146,
          "column": 48
        },
        "end": {
          "line": 146,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4970,
      "end": 4971,
      "loc": {
        "start": {
          "line": 146,
          "column": 53
        },
        "end": {
          "line": 146,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5000,
      "end": 5001,
      "loc": {
        "start": {
          "line": 147,
          "column": 28
        },
        "end": {
          "line": 147,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5002,
      "end": 5011,
      "loc": {
        "start": {
          "line": 147,
          "column": 30
        },
        "end": {
          "line": 147,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5032,
      "end": 5033,
      "loc": {
        "start": {
          "line": 148,
          "column": 20
        },
        "end": {
          "line": 148,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5033,
      "end": 5034,
      "loc": {
        "start": {
          "line": 148,
          "column": 21
        },
        "end": {
          "line": 148,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5055,
      "end": 5056,
      "loc": {
        "start": {
          "line": 149,
          "column": 20
        },
        "end": {
          "line": 149,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5057,
      "end": 5058,
      "loc": {
        "start": {
          "line": 149,
          "column": 22
        },
        "end": {
          "line": 149,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5059,
      "end": 5060,
      "loc": {
        "start": {
          "line": 149,
          "column": 24
        },
        "end": {
          "line": 149,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5060,
      "end": 5061,
      "loc": {
        "start": {
          "line": 149,
          "column": 25
        },
        "end": {
          "line": 149,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5061,
      "end": 5065,
      "loc": {
        "start": {
          "line": 149,
          "column": 26
        },
        "end": {
          "line": 149,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5065,
      "end": 5066,
      "loc": {
        "start": {
          "line": 149,
          "column": 30
        },
        "end": {
          "line": 149,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5066,
      "end": 5067,
      "loc": {
        "start": {
          "line": 149,
          "column": 31
        },
        "end": {
          "line": 149,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5067,
      "end": 5068,
      "loc": {
        "start": {
          "line": 149,
          "column": 32
        },
        "end": {
          "line": 149,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5069,
      "end": 5070,
      "loc": {
        "start": {
          "line": 149,
          "column": 34
        },
        "end": {
          "line": 149,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5070,
      "end": 5071,
      "loc": {
        "start": {
          "line": 149,
          "column": 35
        },
        "end": {
          "line": 149,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 5071,
      "end": 5077,
      "loc": {
        "start": {
          "line": 149,
          "column": 36
        },
        "end": {
          "line": 149,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5077,
      "end": 5078,
      "loc": {
        "start": {
          "line": 149,
          "column": 42
        },
        "end": {
          "line": 149,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5078,
      "end": 5079,
      "loc": {
        "start": {
          "line": 149,
          "column": 43
        },
        "end": {
          "line": 149,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 5100,
      "end": 5107,
      "loc": {
        "start": {
          "line": 150,
          "column": 20
        },
        "end": {
          "line": 150,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5107,
      "end": 5108,
      "loc": {
        "start": {
          "line": 150,
          "column": 27
        },
        "end": {
          "line": 150,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 5108,
      "end": 5113,
      "loc": {
        "start": {
          "line": 150,
          "column": 28
        },
        "end": {
          "line": 150,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 150,
          "column": 33
        },
        "end": {
          "line": 150,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5114,
      "end": 5118,
      "loc": {
        "start": {
          "line": 150,
          "column": 34
        },
        "end": {
          "line": 150,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5118,
      "end": 5119,
      "loc": {
        "start": {
          "line": 150,
          "column": 38
        },
        "end": {
          "line": 150,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 5119,
      "end": 5133,
      "loc": {
        "start": {
          "line": 150,
          "column": 39
        },
        "end": {
          "line": 150,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5134,
      "end": 5135,
      "loc": {
        "start": {
          "line": 150,
          "column": 54
        },
        "end": {
          "line": 150,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 5136,
      "end": 5139,
      "loc": {
        "start": {
          "line": 150,
          "column": 56
        },
        "end": {
          "line": 150,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5140,
      "end": 5141,
      "loc": {
        "start": {
          "line": 150,
          "column": 60
        },
        "end": {
          "line": 150,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5142,
      "end": 5147,
      "loc": {
        "start": {
          "line": 150,
          "column": 62
        },
        "end": {
          "line": 150,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5147,
      "end": 5148,
      "loc": {
        "start": {
          "line": 150,
          "column": 67
        },
        "end": {
          "line": 150,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5149,
      "end": 5150,
      "loc": {
        "start": {
          "line": 150,
          "column": 69
        },
        "end": {
          "line": 150,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5150,
      "end": 5151,
      "loc": {
        "start": {
          "line": 150,
          "column": 70
        },
        "end": {
          "line": 150,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toHex",
      "start": 5151,
      "end": 5156,
      "loc": {
        "start": {
          "line": 150,
          "column": 71
        },
        "end": {
          "line": 150,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5156,
      "end": 5157,
      "loc": {
        "start": {
          "line": 150,
          "column": 76
        },
        "end": {
          "line": 150,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5157,
      "end": 5158,
      "loc": {
        "start": {
          "line": 150,
          "column": 77
        },
        "end": {
          "line": 150,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5158,
      "end": 5159,
      "loc": {
        "start": {
          "line": 150,
          "column": 78
        },
        "end": {
          "line": 150,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5159,
      "end": 5160,
      "loc": {
        "start": {
          "line": 150,
          "column": 79
        },
        "end": {
          "line": 150,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5177,
      "end": 5178,
      "loc": {
        "start": {
          "line": 151,
          "column": 16
        },
        "end": {
          "line": 151,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5191,
      "end": 5192,
      "loc": {
        "start": {
          "line": 152,
          "column": 12
        },
        "end": {
          "line": 152,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5201,
      "end": 5202,
      "loc": {
        "start": {
          "line": 153,
          "column": 8
        },
        "end": {
          "line": 153,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 5203,
      "end": 5208,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5209,
      "end": 5210,
      "loc": {
        "start": {
          "line": 153,
          "column": 16
        },
        "end": {
          "line": 153,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 5210,
      "end": 5215,
      "loc": {
        "start": {
          "line": 153,
          "column": 17
        },
        "end": {
          "line": 153,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5215,
      "end": 5216,
      "loc": {
        "start": {
          "line": 153,
          "column": 22
        },
        "end": {
          "line": 153,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5217,
      "end": 5218,
      "loc": {
        "start": {
          "line": 153,
          "column": 24
        },
        "end": {
          "line": 153,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "EC",
      "start": 5231,
      "end": 5233,
      "loc": {
        "start": {
          "line": 154,
          "column": 12
        },
        "end": {
          "line": 154,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5233,
      "end": 5234,
      "loc": {
        "start": {
          "line": 154,
          "column": 14
        },
        "end": {
          "line": 154,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 5234,
      "end": 5239,
      "loc": {
        "start": {
          "line": 154,
          "column": 15
        },
        "end": {
          "line": 154,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5239,
      "end": 5240,
      "loc": {
        "start": {
          "line": 154,
          "column": 20
        },
        "end": {
          "line": 154,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5240,
      "end": 5244,
      "loc": {
        "start": {
          "line": 154,
          "column": 21
        },
        "end": {
          "line": 154,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5244,
      "end": 5245,
      "loc": {
        "start": {
          "line": 154,
          "column": 25
        },
        "end": {
          "line": 154,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "operation_name",
      "start": 5245,
      "end": 5259,
      "loc": {
        "start": {
          "line": 154,
          "column": 26
        },
        "end": {
          "line": 154,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5260,
      "end": 5261,
      "loc": {
        "start": {
          "line": 154,
          "column": 41
        },
        "end": {
          "line": 154,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".",
      "start": 5262,
      "end": 5265,
      "loc": {
        "start": {
          "line": 154,
          "column": 43
        },
        "end": {
          "line": 154,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5266,
      "end": 5267,
      "loc": {
        "start": {
          "line": 154,
          "column": 47
        },
        "end": {
          "line": 154,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5268,
      "end": 5273,
      "loc": {
        "start": {
          "line": 154,
          "column": 49
        },
        "end": {
          "line": 154,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5273,
      "end": 5274,
      "loc": {
        "start": {
          "line": 154,
          "column": 54
        },
        "end": {
          "line": 154,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "error",
      "start": 5275,
      "end": 5280,
      "loc": {
        "start": {
          "line": 154,
          "column": 56
        },
        "end": {
          "line": 154,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5280,
      "end": 5281,
      "loc": {
        "start": {
          "line": 154,
          "column": 61
        },
        "end": {
          "line": 154,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5281,
      "end": 5282,
      "loc": {
        "start": {
          "line": 154,
          "column": 62
        },
        "end": {
          "line": 154,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5291,
      "end": 5292,
      "loc": {
        "start": {
          "line": 155,
          "column": 8
        },
        "end": {
          "line": 155,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5302,
      "end": 5308,
      "loc": {
        "start": {
          "line": 157,
          "column": 8
        },
        "end": {
          "line": 157,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5309,
      "end": 5315,
      "loc": {
        "start": {
          "line": 157,
          "column": 15
        },
        "end": {
          "line": 157,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5315,
      "end": 5316,
      "loc": {
        "start": {
          "line": 157,
          "column": 21
        },
        "end": {
          "line": 157,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5321,
      "end": 5322,
      "loc": {
        "start": {
          "line": 158,
          "column": 4
        },
        "end": {
          "line": 158,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "* Sort by the first element in a operation ",
      "start": 5328,
      "end": 5375,
      "loc": {
        "start": {
          "line": 160,
          "column": 4
        },
        "end": {
          "line": 160,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "compare",
      "start": 5380,
      "end": 5387,
      "loc": {
        "start": {
          "line": 161,
          "column": 4
        },
        "end": {
          "line": 161,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5387,
      "end": 5388,
      "loc": {
        "start": {
          "line": 161,
          "column": 11
        },
        "end": {
          "line": 161,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 5388,
      "end": 5389,
      "loc": {
        "start": {
          "line": 161,
          "column": 12
        },
        "end": {
          "line": 161,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5389,
      "end": 5390,
      "loc": {
        "start": {
          "line": 161,
          "column": 13
        },
        "end": {
          "line": 161,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5391,
      "end": 5392,
      "loc": {
        "start": {
          "line": 161,
          "column": 15
        },
        "end": {
          "line": 161,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5392,
      "end": 5393,
      "loc": {
        "start": {
          "line": 161,
          "column": 16
        },
        "end": {
          "line": 161,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5394,
      "end": 5395,
      "loc": {
        "start": {
          "line": 161,
          "column": 18
        },
        "end": {
          "line": 161,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5404,
      "end": 5407,
      "loc": {
        "start": {
          "line": 162,
          "column": 8
        },
        "end": {
          "line": 162,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "first_key",
      "start": 5408,
      "end": 5417,
      "loc": {
        "start": {
          "line": 162,
          "column": 12
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5418,
      "end": 5419,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5420,
      "end": 5424,
      "loc": {
        "start": {
          "line": 162,
          "column": 24
        },
        "end": {
          "line": 162,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5424,
      "end": 5425,
      "loc": {
        "start": {
          "line": 162,
          "column": 28
        },
        "end": {
          "line": 162,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 5425,
      "end": 5429,
      "loc": {
        "start": {
          "line": 162,
          "column": 29
        },
        "end": {
          "line": 162,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5429,
      "end": 5430,
      "loc": {
        "start": {
          "line": 162,
          "column": 33
        },
        "end": {
          "line": 162,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5430,
      "end": 5431,
      "loc": {
        "start": {
          "line": 162,
          "column": 34
        },
        "end": {
          "line": 162,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5431,
      "end": 5432,
      "loc": {
        "start": {
          "line": 162,
          "column": 35
        },
        "end": {
          "line": 162,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5432,
      "end": 5433,
      "loc": {
        "start": {
          "line": 162,
          "column": 36
        },
        "end": {
          "line": 162,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5442,
      "end": 5445,
      "loc": {
        "start": {
          "line": 163,
          "column": 8
        },
        "end": {
          "line": 163,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "first_type",
      "start": 5446,
      "end": 5456,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5457,
      "end": 5458,
      "loc": {
        "start": {
          "line": 163,
          "column": 23
        },
        "end": {
          "line": 163,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5459,
      "end": 5463,
      "loc": {
        "start": {
          "line": 163,
          "column": 25
        },
        "end": {
          "line": 163,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5463,
      "end": 5464,
      "loc": {
        "start": {
          "line": 163,
          "column": 29
        },
        "end": {
          "line": 163,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 5464,
      "end": 5469,
      "loc": {
        "start": {
          "line": 163,
          "column": 30
        },
        "end": {
          "line": 163,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5469,
      "end": 5470,
      "loc": {
        "start": {
          "line": 163,
          "column": 35
        },
        "end": {
          "line": 163,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "first_key",
      "start": 5470,
      "end": 5479,
      "loc": {
        "start": {
          "line": 163,
          "column": 36
        },
        "end": {
          "line": 163,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5479,
      "end": 5480,
      "loc": {
        "start": {
          "line": 163,
          "column": 45
        },
        "end": {
          "line": 163,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5480,
      "end": 5481,
      "loc": {
        "start": {
          "line": 163,
          "column": 46
        },
        "end": {
          "line": 163,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5491,
      "end": 5494,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valA",
      "start": 5495,
      "end": 5499,
      "loc": {
        "start": {
          "line": 165,
          "column": 12
        },
        "end": {
          "line": 165,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5500,
      "end": 5501,
      "loc": {
        "start": {
          "line": 165,
          "column": 17
        },
        "end": {
          "line": 165,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 5502,
      "end": 5503,
      "loc": {
        "start": {
          "line": 165,
          "column": 19
        },
        "end": {
          "line": 165,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5503,
      "end": 5504,
      "loc": {
        "start": {
          "line": 165,
          "column": 20
        },
        "end": {
          "line": 165,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "first_key",
      "start": 5504,
      "end": 5513,
      "loc": {
        "start": {
          "line": 165,
          "column": 21
        },
        "end": {
          "line": 165,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5513,
      "end": 5514,
      "loc": {
        "start": {
          "line": 165,
          "column": 30
        },
        "end": {
          "line": 165,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5514,
      "end": 5515,
      "loc": {
        "start": {
          "line": 165,
          "column": 31
        },
        "end": {
          "line": 165,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5524,
      "end": 5527,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valB",
      "start": 5528,
      "end": 5532,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "end": {
          "line": 166,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5533,
      "end": 5534,
      "loc": {
        "start": {
          "line": 166,
          "column": 17
        },
        "end": {
          "line": 166,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 5535,
      "end": 5536,
      "loc": {
        "start": {
          "line": 166,
          "column": 19
        },
        "end": {
          "line": 166,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5536,
      "end": 5537,
      "loc": {
        "start": {
          "line": 166,
          "column": 20
        },
        "end": {
          "line": 166,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "first_key",
      "start": 5537,
      "end": 5546,
      "loc": {
        "start": {
          "line": 166,
          "column": 21
        },
        "end": {
          "line": 166,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5546,
      "end": 5547,
      "loc": {
        "start": {
          "line": 166,
          "column": 30
        },
        "end": {
          "line": 166,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5547,
      "end": 5548,
      "loc": {
        "start": {
          "line": 166,
          "column": 31
        },
        "end": {
          "line": 166,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5558,
      "end": 5560,
      "loc": {
        "start": {
          "line": 168,
          "column": 8
        },
        "end": {
          "line": 168,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5561,
      "end": 5562,
      "loc": {
        "start": {
          "line": 168,
          "column": 11
        },
        "end": {
          "line": 168,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "first_type",
      "start": 5562,
      "end": 5572,
      "loc": {
        "start": {
          "line": 168,
          "column": 12
        },
        "end": {
          "line": 168,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5572,
      "end": 5573,
      "loc": {
        "start": {
          "line": 168,
          "column": 22
        },
        "end": {
          "line": 168,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "compare",
      "start": 5573,
      "end": 5580,
      "loc": {
        "start": {
          "line": 168,
          "column": 23
        },
        "end": {
          "line": 168,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5580,
      "end": 5581,
      "loc": {
        "start": {
          "line": 168,
          "column": 30
        },
        "end": {
          "line": 168,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5582,
      "end": 5588,
      "loc": {
        "start": {
          "line": 168,
          "column": 32
        },
        "end": {
          "line": 168,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "first_type",
      "start": 5589,
      "end": 5599,
      "loc": {
        "start": {
          "line": 168,
          "column": 39
        },
        "end": {
          "line": 168,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5599,
      "end": 5600,
      "loc": {
        "start": {
          "line": 168,
          "column": 49
        },
        "end": {
          "line": 168,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "compare",
      "start": 5600,
      "end": 5607,
      "loc": {
        "start": {
          "line": 168,
          "column": 50
        },
        "end": {
          "line": 168,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5607,
      "end": 5608,
      "loc": {
        "start": {
          "line": 168,
          "column": 57
        },
        "end": {
          "line": 168,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valA",
      "start": 5608,
      "end": 5612,
      "loc": {
        "start": {
          "line": 168,
          "column": 58
        },
        "end": {
          "line": 168,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5612,
      "end": 5613,
      "loc": {
        "start": {
          "line": 168,
          "column": 62
        },
        "end": {
          "line": 168,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valB",
      "start": 5614,
      "end": 5618,
      "loc": {
        "start": {
          "line": 168,
          "column": 64
        },
        "end": {
          "line": 168,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5618,
      "end": 5619,
      "loc": {
        "start": {
          "line": 168,
          "column": 68
        },
        "end": {
          "line": 168,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5619,
      "end": 5620,
      "loc": {
        "start": {
          "line": 168,
          "column": 69
        },
        "end": {
          "line": 168,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5630,
      "end": 5632,
      "loc": {
        "start": {
          "line": 170,
          "column": 8
        },
        "end": {
          "line": 170,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5633,
      "end": 5634,
      "loc": {
        "start": {
          "line": 170,
          "column": 11
        },
        "end": {
          "line": 170,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 5634,
      "end": 5640,
      "loc": {
        "start": {
          "line": 170,
          "column": 12
        },
        "end": {
          "line": 170,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valA",
      "start": 5641,
      "end": 5645,
      "loc": {
        "start": {
          "line": 170,
          "column": 19
        },
        "end": {
          "line": 170,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5646,
      "end": 5649,
      "loc": {
        "start": {
          "line": 170,
          "column": 24
        },
        "end": {
          "line": 170,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 5650,
      "end": 5658,
      "loc": {
        "start": {
          "line": 170,
          "column": 28
        },
        "end": {
          "line": 170,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5659,
      "end": 5661,
      "loc": {
        "start": {
          "line": 170,
          "column": 37
        },
        "end": {
          "line": 170,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 5662,
      "end": 5668,
      "loc": {
        "start": {
          "line": 170,
          "column": 40
        },
        "end": {
          "line": 170,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valB",
      "start": 5669,
      "end": 5673,
      "loc": {
        "start": {
          "line": 170,
          "column": 47
        },
        "end": {
          "line": 170,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5674,
      "end": 5677,
      "loc": {
        "start": {
          "line": 170,
          "column": 52
        },
        "end": {
          "line": 170,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "number",
      "start": 5678,
      "end": 5686,
      "loc": {
        "start": {
          "line": 170,
          "column": 56
        },
        "end": {
          "line": 170,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5686,
      "end": 5687,
      "loc": {
        "start": {
          "line": 170,
          "column": 64
        },
        "end": {
          "line": 170,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5700,
      "end": 5706,
      "loc": {
        "start": {
          "line": 171,
          "column": 12
        },
        "end": {
          "line": 171,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valA",
      "start": 5707,
      "end": 5711,
      "loc": {
        "start": {
          "line": 171,
          "column": 19
        },
        "end": {
          "line": 171,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5712,
      "end": 5713,
      "loc": {
        "start": {
          "line": 171,
          "column": 24
        },
        "end": {
          "line": 171,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valB",
      "start": 5714,
      "end": 5718,
      "loc": {
        "start": {
          "line": 171,
          "column": 26
        },
        "end": {
          "line": 171,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5718,
      "end": 5719,
      "loc": {
        "start": {
          "line": 171,
          "column": 30
        },
        "end": {
          "line": 171,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5729,
      "end": 5732,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encoding",
      "start": 5733,
      "end": 5741,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5741,
      "end": 5742,
      "loc": {
        "start": {
          "line": 173,
          "column": 20
        },
        "end": {
          "line": 173,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5751,
      "end": 5753,
      "loc": {
        "start": {
          "line": 174,
          "column": 8
        },
        "end": {
          "line": 174,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5754,
      "end": 5755,
      "loc": {
        "start": {
          "line": 174,
          "column": 11
        },
        "end": {
          "line": 174,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 5755,
      "end": 5761,
      "loc": {
        "start": {
          "line": 174,
          "column": 12
        },
        "end": {
          "line": 174,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5761,
      "end": 5762,
      "loc": {
        "start": {
          "line": 174,
          "column": 18
        },
        "end": {
          "line": 174,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBuffer",
      "start": 5762,
      "end": 5770,
      "loc": {
        "start": {
          "line": 174,
          "column": 19
        },
        "end": {
          "line": 174,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5770,
      "end": 5771,
      "loc": {
        "start": {
          "line": 174,
          "column": 27
        },
        "end": {
          "line": 174,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valA",
      "start": 5771,
      "end": 5775,
      "loc": {
        "start": {
          "line": 174,
          "column": 28
        },
        "end": {
          "line": 174,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5775,
      "end": 5776,
      "loc": {
        "start": {
          "line": 174,
          "column": 32
        },
        "end": {
          "line": 174,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5777,
      "end": 5779,
      "loc": {
        "start": {
          "line": 174,
          "column": 34
        },
        "end": {
          "line": 174,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 5780,
      "end": 5786,
      "loc": {
        "start": {
          "line": 174,
          "column": 37
        },
        "end": {
          "line": 174,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5786,
      "end": 5787,
      "loc": {
        "start": {
          "line": 174,
          "column": 43
        },
        "end": {
          "line": 174,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBuffer",
      "start": 5787,
      "end": 5795,
      "loc": {
        "start": {
          "line": 174,
          "column": 44
        },
        "end": {
          "line": 174,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5795,
      "end": 5796,
      "loc": {
        "start": {
          "line": 174,
          "column": 52
        },
        "end": {
          "line": 174,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valB",
      "start": 5796,
      "end": 5800,
      "loc": {
        "start": {
          "line": 174,
          "column": 53
        },
        "end": {
          "line": 174,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5800,
      "end": 5801,
      "loc": {
        "start": {
          "line": 174,
          "column": 57
        },
        "end": {
          "line": 174,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5801,
      "end": 5802,
      "loc": {
        "start": {
          "line": 174,
          "column": 58
        },
        "end": {
          "line": 174,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5803,
      "end": 5804,
      "loc": {
        "start": {
          "line": 174,
          "column": 60
        },
        "end": {
          "line": 174,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " A binary string compare does not work.  If localeCompare is well supported that could replace HEX.  Performanance is very good so comparing HEX works.",
      "start": 5817,
      "end": 5970,
      "loc": {
        "start": {
          "line": 175,
          "column": 12
        },
        "end": {
          "line": 175,
          "column": 165
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encoding",
      "start": 5983,
      "end": 5991,
      "loc": {
        "start": {
          "line": 176,
          "column": 12
        },
        "end": {
          "line": 176,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5992,
      "end": 5993,
      "loc": {
        "start": {
          "line": 176,
          "column": 21
        },
        "end": {
          "line": 176,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "hex",
      "start": 5994,
      "end": 5999,
      "loc": {
        "start": {
          "line": 176,
          "column": 23
        },
        "end": {
          "line": 176,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5999,
      "end": 6000,
      "loc": {
        "start": {
          "line": 176,
          "column": 28
        },
        "end": {
          "line": 176,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6009,
      "end": 6010,
      "loc": {
        "start": {
          "line": 177,
          "column": 8
        },
        "end": {
          "line": 177,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6020,
      "end": 6023,
      "loc": {
        "start": {
          "line": 179,
          "column": 8
        },
        "end": {
          "line": 179,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "strA",
      "start": 6024,
      "end": 6028,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6029,
      "end": 6030,
      "loc": {
        "start": {
          "line": 179,
          "column": 17
        },
        "end": {
          "line": 179,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valA",
      "start": 6031,
      "end": 6035,
      "loc": {
        "start": {
          "line": 179,
          "column": 19
        },
        "end": {
          "line": 179,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6035,
      "end": 6036,
      "loc": {
        "start": {
          "line": 179,
          "column": 23
        },
        "end": {
          "line": 179,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 6036,
      "end": 6044,
      "loc": {
        "start": {
          "line": 179,
          "column": 24
        },
        "end": {
          "line": 179,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6044,
      "end": 6045,
      "loc": {
        "start": {
          "line": 179,
          "column": 32
        },
        "end": {
          "line": 179,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encoding",
      "start": 6045,
      "end": 6053,
      "loc": {
        "start": {
          "line": 179,
          "column": 33
        },
        "end": {
          "line": 179,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6053,
      "end": 6054,
      "loc": {
        "start": {
          "line": 179,
          "column": 41
        },
        "end": {
          "line": 179,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6054,
      "end": 6055,
      "loc": {
        "start": {
          "line": 179,
          "column": 42
        },
        "end": {
          "line": 179,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 6064,
      "end": 6067,
      "loc": {
        "start": {
          "line": 180,
          "column": 8
        },
        "end": {
          "line": 180,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "strB",
      "start": 6068,
      "end": 6072,
      "loc": {
        "start": {
          "line": 180,
          "column": 12
        },
        "end": {
          "line": 180,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6073,
      "end": 6074,
      "loc": {
        "start": {
          "line": 180,
          "column": 17
        },
        "end": {
          "line": 180,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valB",
      "start": 6075,
      "end": 6079,
      "loc": {
        "start": {
          "line": 180,
          "column": 19
        },
        "end": {
          "line": 180,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6079,
      "end": 6080,
      "loc": {
        "start": {
          "line": 180,
          "column": 23
        },
        "end": {
          "line": 180,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 6080,
      "end": 6088,
      "loc": {
        "start": {
          "line": 180,
          "column": 24
        },
        "end": {
          "line": 180,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6088,
      "end": 6089,
      "loc": {
        "start": {
          "line": 180,
          "column": 32
        },
        "end": {
          "line": 180,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "encoding",
      "start": 6089,
      "end": 6097,
      "loc": {
        "start": {
          "line": 180,
          "column": 33
        },
        "end": {
          "line": 180,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6097,
      "end": 6098,
      "loc": {
        "start": {
          "line": 180,
          "column": 41
        },
        "end": {
          "line": 180,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6098,
      "end": 6099,
      "loc": {
        "start": {
          "line": 180,
          "column": 42
        },
        "end": {
          "line": 180,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6108,
      "end": 6114,
      "loc": {
        "start": {
          "line": 181,
          "column": 8
        },
        "end": {
          "line": 181,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "strA",
      "start": 6115,
      "end": 6119,
      "loc": {
        "start": {
          "line": 181,
          "column": 15
        },
        "end": {
          "line": 181,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 6120,
      "end": 6121,
      "loc": {
        "start": {
          "line": 181,
          "column": 20
        },
        "end": {
          "line": 181,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "strB",
      "start": 6122,
      "end": 6126,
      "loc": {
        "start": {
          "line": 181,
          "column": 22
        },
        "end": {
          "line": 181,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6127,
      "end": 6128,
      "loc": {
        "start": {
          "line": 181,
          "column": 27
        },
        "end": {
          "line": 181,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6129,
      "end": 6130,
      "loc": {
        "start": {
          "line": 181,
          "column": 29
        },
        "end": {
          "line": 181,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6131,
      "end": 6132,
      "loc": {
        "start": {
          "line": 181,
          "column": 31
        },
        "end": {
          "line": 181,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "strA",
      "start": 6133,
      "end": 6137,
      "loc": {
        "start": {
          "line": 181,
          "column": 33
        },
        "end": {
          "line": 181,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 6138,
      "end": 6139,
      "loc": {
        "start": {
          "line": 181,
          "column": 38
        },
        "end": {
          "line": 181,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "strB",
      "start": 6140,
      "end": 6144,
      "loc": {
        "start": {
          "line": 181,
          "column": 40
        },
        "end": {
          "line": 181,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6145,
      "end": 6146,
      "loc": {
        "start": {
          "line": 181,
          "column": 45
        },
        "end": {
          "line": 181,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6147,
      "end": 6148,
      "loc": {
        "start": {
          "line": 181,
          "column": 47
        },
        "end": {
          "line": 181,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6148,
      "end": 6149,
      "loc": {
        "start": {
          "line": 181,
          "column": 48
        },
        "end": {
          "line": 181,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6150,
      "end": 6151,
      "loc": {
        "start": {
          "line": 181,
          "column": 50
        },
        "end": {
          "line": 181,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6152,
      "end": 6153,
      "loc": {
        "start": {
          "line": 181,
          "column": 52
        },
        "end": {
          "line": 181,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6153,
      "end": 6154,
      "loc": {
        "start": {
          "line": 181,
          "column": 53
        },
        "end": {
          "line": 181,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6159,
      "end": 6160,
      "loc": {
        "start": {
          "line": 182,
          "column": 4
        },
        "end": {
          "line": 182,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " <helper_functions>",
      "start": 6166,
      "end": 6187,
      "loc": {
        "start": {
          "line": 184,
          "column": 4
        },
        "end": {
          "line": 184,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromHex",
      "start": 6193,
      "end": 6200,
      "loc": {
        "start": {
          "line": 186,
          "column": 4
        },
        "end": {
          "line": 186,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6200,
      "end": 6201,
      "loc": {
        "start": {
          "line": 186,
          "column": 11
        },
        "end": {
          "line": 186,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hex",
      "start": 6201,
      "end": 6204,
      "loc": {
        "start": {
          "line": 186,
          "column": 12
        },
        "end": {
          "line": 186,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6204,
      "end": 6205,
      "loc": {
        "start": {
          "line": 186,
          "column": 15
        },
        "end": {
          "line": 186,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6206,
      "end": 6207,
      "loc": {
        "start": {
          "line": 186,
          "column": 17
        },
        "end": {
          "line": 186,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6216,
      "end": 6219,
      "loc": {
        "start": {
          "line": 187,
          "column": 8
        },
        "end": {
          "line": 187,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6220,
      "end": 6221,
      "loc": {
        "start": {
          "line": 187,
          "column": 12
        },
        "end": {
          "line": 187,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6222,
      "end": 6223,
      "loc": {
        "start": {
          "line": 187,
          "column": 14
        },
        "end": {
          "line": 187,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 6224,
      "end": 6234,
      "loc": {
        "start": {
          "line": 187,
          "column": 16
        },
        "end": {
          "line": 187,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6234,
      "end": 6235,
      "loc": {
        "start": {
          "line": 187,
          "column": 26
        },
        "end": {
          "line": 187,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromHex",
      "start": 6235,
      "end": 6242,
      "loc": {
        "start": {
          "line": 187,
          "column": 27
        },
        "end": {
          "line": 187,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6242,
      "end": 6243,
      "loc": {
        "start": {
          "line": 187,
          "column": 34
        },
        "end": {
          "line": 187,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hex",
      "start": 6243,
      "end": 6246,
      "loc": {
        "start": {
          "line": 187,
          "column": 35
        },
        "end": {
          "line": 187,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6246,
      "end": 6247,
      "loc": {
        "start": {
          "line": 187,
          "column": 38
        },
        "end": {
          "line": 187,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 6248,
      "end": 6258,
      "loc": {
        "start": {
          "line": 187,
          "column": 40
        },
        "end": {
          "line": 187,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6258,
      "end": 6259,
      "loc": {
        "start": {
          "line": 187,
          "column": 50
        },
        "end": {
          "line": 187,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LITTLE_ENDIAN",
      "start": 6259,
      "end": 6272,
      "loc": {
        "start": {
          "line": 187,
          "column": 51
        },
        "end": {
          "line": 187,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6272,
      "end": 6273,
      "loc": {
        "start": {
          "line": 187,
          "column": 64
        },
        "end": {
          "line": 187,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6273,
      "end": 6274,
      "loc": {
        "start": {
          "line": 187,
          "column": 65
        },
        "end": {
          "line": 187,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6283,
      "end": 6289,
      "loc": {
        "start": {
          "line": 188,
          "column": 8
        },
        "end": {
          "line": 188,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6290,
      "end": 6294,
      "loc": {
        "start": {
          "line": 188,
          "column": 15
        },
        "end": {
          "line": 188,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6294,
      "end": 6295,
      "loc": {
        "start": {
          "line": 188,
          "column": 19
        },
        "end": {
          "line": 188,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromByteBuffer",
      "start": 6295,
      "end": 6309,
      "loc": {
        "start": {
          "line": 188,
          "column": 20
        },
        "end": {
          "line": 188,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6309,
      "end": 6310,
      "loc": {
        "start": {
          "line": 188,
          "column": 34
        },
        "end": {
          "line": 188,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6310,
      "end": 6311,
      "loc": {
        "start": {
          "line": 188,
          "column": 35
        },
        "end": {
          "line": 188,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6311,
      "end": 6312,
      "loc": {
        "start": {
          "line": 188,
          "column": 36
        },
        "end": {
          "line": 188,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6312,
      "end": 6313,
      "loc": {
        "start": {
          "line": 188,
          "column": 37
        },
        "end": {
          "line": 188,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6318,
      "end": 6319,
      "loc": {
        "start": {
          "line": 189,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromBuffer",
      "start": 6325,
      "end": 6335,
      "loc": {
        "start": {
          "line": 191,
          "column": 4
        },
        "end": {
          "line": 191,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6335,
      "end": 6336,
      "loc": {
        "start": {
          "line": 191,
          "column": 14
        },
        "end": {
          "line": 191,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 6336,
      "end": 6342,
      "loc": {
        "start": {
          "line": 191,
          "column": 15
        },
        "end": {
          "line": 191,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6342,
      "end": 6343,
      "loc": {
        "start": {
          "line": 191,
          "column": 21
        },
        "end": {
          "line": 191,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6344,
      "end": 6345,
      "loc": {
        "start": {
          "line": 191,
          "column": 23
        },
        "end": {
          "line": 191,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6354,
      "end": 6357,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6358,
      "end": 6359,
      "loc": {
        "start": {
          "line": 192,
          "column": 12
        },
        "end": {
          "line": 192,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6360,
      "end": 6361,
      "loc": {
        "start": {
          "line": 192,
          "column": 14
        },
        "end": {
          "line": 192,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 6362,
      "end": 6372,
      "loc": {
        "start": {
          "line": 192,
          "column": 16
        },
        "end": {
          "line": 192,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6372,
      "end": 6373,
      "loc": {
        "start": {
          "line": 192,
          "column": 26
        },
        "end": {
          "line": 192,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromBinary",
      "start": 6373,
      "end": 6383,
      "loc": {
        "start": {
          "line": 192,
          "column": 27
        },
        "end": {
          "line": 192,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6383,
      "end": 6384,
      "loc": {
        "start": {
          "line": 192,
          "column": 37
        },
        "end": {
          "line": 192,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "buffer",
      "start": 6397,
      "end": 6403,
      "loc": {
        "start": {
          "line": 193,
          "column": 12
        },
        "end": {
          "line": 193,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6403,
      "end": 6404,
      "loc": {
        "start": {
          "line": 193,
          "column": 18
        },
        "end": {
          "line": 193,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 6404,
      "end": 6412,
      "loc": {
        "start": {
          "line": 193,
          "column": 19
        },
        "end": {
          "line": 193,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6412,
      "end": 6413,
      "loc": {
        "start": {
          "line": 193,
          "column": 27
        },
        "end": {
          "line": 193,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "binary",
      "start": 6413,
      "end": 6421,
      "loc": {
        "start": {
          "line": 193,
          "column": 28
        },
        "end": {
          "line": 193,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6421,
      "end": 6422,
      "loc": {
        "start": {
          "line": 193,
          "column": 36
        },
        "end": {
          "line": 193,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6422,
      "end": 6423,
      "loc": {
        "start": {
          "line": 193,
          "column": 37
        },
        "end": {
          "line": 193,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 6436,
      "end": 6446,
      "loc": {
        "start": {
          "line": 194,
          "column": 12
        },
        "end": {
          "line": 194,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6446,
      "end": 6447,
      "loc": {
        "start": {
          "line": 194,
          "column": 22
        },
        "end": {
          "line": 194,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LITTLE_ENDIAN",
      "start": 6447,
      "end": 6460,
      "loc": {
        "start": {
          "line": 194,
          "column": 23
        },
        "end": {
          "line": 194,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6469,
      "end": 6470,
      "loc": {
        "start": {
          "line": 195,
          "column": 8
        },
        "end": {
          "line": 195,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6470,
      "end": 6471,
      "loc": {
        "start": {
          "line": 195,
          "column": 9
        },
        "end": {
          "line": 195,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6480,
      "end": 6486,
      "loc": {
        "start": {
          "line": 196,
          "column": 8
        },
        "end": {
          "line": 196,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6487,
      "end": 6491,
      "loc": {
        "start": {
          "line": 196,
          "column": 15
        },
        "end": {
          "line": 196,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6491,
      "end": 6492,
      "loc": {
        "start": {
          "line": 196,
          "column": 19
        },
        "end": {
          "line": 196,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromByteBuffer",
      "start": 6492,
      "end": 6506,
      "loc": {
        "start": {
          "line": 196,
          "column": 20
        },
        "end": {
          "line": 196,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6506,
      "end": 6507,
      "loc": {
        "start": {
          "line": 196,
          "column": 34
        },
        "end": {
          "line": 196,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6507,
      "end": 6508,
      "loc": {
        "start": {
          "line": 196,
          "column": 35
        },
        "end": {
          "line": 196,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6508,
      "end": 6509,
      "loc": {
        "start": {
          "line": 196,
          "column": 36
        },
        "end": {
          "line": 196,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6509,
      "end": 6510,
      "loc": {
        "start": {
          "line": 196,
          "column": 37
        },
        "end": {
          "line": 196,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6515,
      "end": 6516,
      "loc": {
        "start": {
          "line": 197,
          "column": 4
        },
        "end": {
          "line": 197,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toHex",
      "start": 6522,
      "end": 6527,
      "loc": {
        "start": {
          "line": 199,
          "column": 4
        },
        "end": {
          "line": 199,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6527,
      "end": 6528,
      "loc": {
        "start": {
          "line": 199,
          "column": 9
        },
        "end": {
          "line": 199,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 6528,
      "end": 6534,
      "loc": {
        "start": {
          "line": 199,
          "column": 10
        },
        "end": {
          "line": 199,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6534,
      "end": 6535,
      "loc": {
        "start": {
          "line": 199,
          "column": 16
        },
        "end": {
          "line": 199,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6536,
      "end": 6537,
      "loc": {
        "start": {
          "line": 199,
          "column": 18
        },
        "end": {
          "line": 199,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " return this.toBuffer(object).toString(\"hex\")",
      "start": 6546,
      "end": 6593,
      "loc": {
        "start": {
          "line": 200,
          "column": 8
        },
        "end": {
          "line": 200,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6602,
      "end": 6605,
      "loc": {
        "start": {
          "line": 201,
          "column": 8
        },
        "end": {
          "line": 201,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6606,
      "end": 6607,
      "loc": {
        "start": {
          "line": 201,
          "column": 12
        },
        "end": {
          "line": 201,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6608,
      "end": 6609,
      "loc": {
        "start": {
          "line": 201,
          "column": 14
        },
        "end": {
          "line": 201,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6610,
      "end": 6614,
      "loc": {
        "start": {
          "line": 201,
          "column": 16
        },
        "end": {
          "line": 201,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6614,
      "end": 6615,
      "loc": {
        "start": {
          "line": 201,
          "column": 20
        },
        "end": {
          "line": 201,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toByteBuffer",
      "start": 6615,
      "end": 6627,
      "loc": {
        "start": {
          "line": 201,
          "column": 21
        },
        "end": {
          "line": 201,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6627,
      "end": 6628,
      "loc": {
        "start": {
          "line": 201,
          "column": 33
        },
        "end": {
          "line": 201,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 6628,
      "end": 6634,
      "loc": {
        "start": {
          "line": 201,
          "column": 34
        },
        "end": {
          "line": 201,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6634,
      "end": 6635,
      "loc": {
        "start": {
          "line": 201,
          "column": 40
        },
        "end": {
          "line": 201,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6635,
      "end": 6636,
      "loc": {
        "start": {
          "line": 201,
          "column": 41
        },
        "end": {
          "line": 201,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6645,
      "end": 6651,
      "loc": {
        "start": {
          "line": 202,
          "column": 8
        },
        "end": {
          "line": 202,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6652,
      "end": 6653,
      "loc": {
        "start": {
          "line": 202,
          "column": 15
        },
        "end": {
          "line": 202,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6653,
      "end": 6654,
      "loc": {
        "start": {
          "line": 202,
          "column": 16
        },
        "end": {
          "line": 202,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toHex",
      "start": 6654,
      "end": 6659,
      "loc": {
        "start": {
          "line": 202,
          "column": 17
        },
        "end": {
          "line": 202,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6659,
      "end": 6660,
      "loc": {
        "start": {
          "line": 202,
          "column": 22
        },
        "end": {
          "line": 202,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6660,
      "end": 6661,
      "loc": {
        "start": {
          "line": 202,
          "column": 23
        },
        "end": {
          "line": 202,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6661,
      "end": 6662,
      "loc": {
        "start": {
          "line": 202,
          "column": 24
        },
        "end": {
          "line": 202,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6667,
      "end": 6668,
      "loc": {
        "start": {
          "line": 203,
          "column": 4
        },
        "end": {
          "line": 203,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toByteBuffer",
      "start": 6674,
      "end": 6686,
      "loc": {
        "start": {
          "line": 205,
          "column": 4
        },
        "end": {
          "line": 205,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6686,
      "end": 6687,
      "loc": {
        "start": {
          "line": 205,
          "column": 16
        },
        "end": {
          "line": 205,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 6687,
      "end": 6693,
      "loc": {
        "start": {
          "line": 205,
          "column": 17
        },
        "end": {
          "line": 205,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6693,
      "end": 6694,
      "loc": {
        "start": {
          "line": 205,
          "column": 23
        },
        "end": {
          "line": 205,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6695,
      "end": 6696,
      "loc": {
        "start": {
          "line": 205,
          "column": 25
        },
        "end": {
          "line": 205,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6705,
      "end": 6708,
      "loc": {
        "start": {
          "line": 206,
          "column": 8
        },
        "end": {
          "line": 206,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6709,
      "end": 6710,
      "loc": {
        "start": {
          "line": 206,
          "column": 12
        },
        "end": {
          "line": 206,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6711,
      "end": 6712,
      "loc": {
        "start": {
          "line": 206,
          "column": 14
        },
        "end": {
          "line": 206,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 6713,
      "end": 6716,
      "loc": {
        "start": {
          "line": 206,
          "column": 16
        },
        "end": {
          "line": 206,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 6717,
      "end": 6727,
      "loc": {
        "start": {
          "line": 206,
          "column": 20
        },
        "end": {
          "line": 206,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6727,
      "end": 6728,
      "loc": {
        "start": {
          "line": 206,
          "column": 30
        },
        "end": {
          "line": 206,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 6741,
      "end": 6751,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6751,
      "end": 6752,
      "loc": {
        "start": {
          "line": 207,
          "column": 22
        },
        "end": {
          "line": 207,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DEFAULT_CAPACITY",
      "start": 6752,
      "end": 6768,
      "loc": {
        "start": {
          "line": 207,
          "column": 23
        },
        "end": {
          "line": 207,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6768,
      "end": 6769,
      "loc": {
        "start": {
          "line": 207,
          "column": 39
        },
        "end": {
          "line": 207,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ByteBuffer",
      "start": 6782,
      "end": 6792,
      "loc": {
        "start": {
          "line": 208,
          "column": 12
        },
        "end": {
          "line": 208,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6792,
      "end": 6793,
      "loc": {
        "start": {
          "line": 208,
          "column": 22
        },
        "end": {
          "line": 208,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LITTLE_ENDIAN",
      "start": 6793,
      "end": 6806,
      "loc": {
        "start": {
          "line": 208,
          "column": 23
        },
        "end": {
          "line": 208,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6815,
      "end": 6816,
      "loc": {
        "start": {
          "line": 209,
          "column": 8
        },
        "end": {
          "line": 209,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6816,
      "end": 6817,
      "loc": {
        "start": {
          "line": 209,
          "column": 9
        },
        "end": {
          "line": 209,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6826,
      "end": 6830,
      "loc": {
        "start": {
          "line": 210,
          "column": 8
        },
        "end": {
          "line": 210,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6830,
      "end": 6831,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "appendByteBuffer",
      "start": 6831,
      "end": 6847,
      "loc": {
        "start": {
          "line": 210,
          "column": 13
        },
        "end": {
          "line": 210,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6847,
      "end": 6848,
      "loc": {
        "start": {
          "line": 210,
          "column": 29
        },
        "end": {
          "line": 210,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6848,
      "end": 6849,
      "loc": {
        "start": {
          "line": 210,
          "column": 30
        },
        "end": {
          "line": 210,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6849,
      "end": 6850,
      "loc": {
        "start": {
          "line": 210,
          "column": 31
        },
        "end": {
          "line": 210,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 6851,
      "end": 6857,
      "loc": {
        "start": {
          "line": 210,
          "column": 33
        },
        "end": {
          "line": 210,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6857,
      "end": 6858,
      "loc": {
        "start": {
          "line": 210,
          "column": 39
        },
        "end": {
          "line": 210,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6858,
      "end": 6859,
      "loc": {
        "start": {
          "line": 210,
          "column": 40
        },
        "end": {
          "line": 210,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6868,
      "end": 6874,
      "loc": {
        "start": {
          "line": 211,
          "column": 8
        },
        "end": {
          "line": 211,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6875,
      "end": 6876,
      "loc": {
        "start": {
          "line": 211,
          "column": 15
        },
        "end": {
          "line": 211,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6876,
      "end": 6877,
      "loc": {
        "start": {
          "line": 211,
          "column": 16
        },
        "end": {
          "line": 211,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 6877,
      "end": 6881,
      "loc": {
        "start": {
          "line": 211,
          "column": 17
        },
        "end": {
          "line": 211,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6881,
      "end": 6882,
      "loc": {
        "start": {
          "line": 211,
          "column": 21
        },
        "end": {
          "line": 211,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6882,
      "end": 6883,
      "loc": {
        "start": {
          "line": 211,
          "column": 22
        },
        "end": {
          "line": 211,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6883,
      "end": 6884,
      "loc": {
        "start": {
          "line": 211,
          "column": 23
        },
        "end": {
          "line": 211,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6885,
      "end": 6886,
      "loc": {
        "start": {
          "line": 211,
          "column": 25
        },
        "end": {
          "line": 211,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6886,
      "end": 6887,
      "loc": {
        "start": {
          "line": 211,
          "column": 26
        },
        "end": {
          "line": 211,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 6887,
      "end": 6893,
      "loc": {
        "start": {
          "line": 211,
          "column": 27
        },
        "end": {
          "line": 211,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6893,
      "end": 6894,
      "loc": {
        "start": {
          "line": 211,
          "column": 33
        },
        "end": {
          "line": 211,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6894,
      "end": 6895,
      "loc": {
        "start": {
          "line": 211,
          "column": 34
        },
        "end": {
          "line": 211,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6900,
      "end": 6901,
      "loc": {
        "start": {
          "line": 212,
          "column": 4
        },
        "end": {
          "line": 212,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toBuffer",
      "start": 6907,
      "end": 6915,
      "loc": {
        "start": {
          "line": 214,
          "column": 4
        },
        "end": {
          "line": 214,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6915,
      "end": 6916,
      "loc": {
        "start": {
          "line": 214,
          "column": 12
        },
        "end": {
          "line": 214,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 6916,
      "end": 6922,
      "loc": {
        "start": {
          "line": 214,
          "column": 13
        },
        "end": {
          "line": 214,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6922,
      "end": 6923,
      "loc": {
        "start": {
          "line": 214,
          "column": 19
        },
        "end": {
          "line": 214,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6924,
      "end": 6925,
      "loc": {
        "start": {
          "line": 214,
          "column": 21
        },
        "end": {
          "line": 214,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6934,
      "end": 6940,
      "loc": {
        "start": {
          "line": 215,
          "column": 8
        },
        "end": {
          "line": 215,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Buffer",
      "start": 6941,
      "end": 6947,
      "loc": {
        "start": {
          "line": 215,
          "column": 15
        },
        "end": {
          "line": 215,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6947,
      "end": 6948,
      "loc": {
        "start": {
          "line": 215,
          "column": 21
        },
        "end": {
          "line": 215,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 6948,
      "end": 6952,
      "loc": {
        "start": {
          "line": 215,
          "column": 22
        },
        "end": {
          "line": 215,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6952,
      "end": 6953,
      "loc": {
        "start": {
          "line": 215,
          "column": 26
        },
        "end": {
          "line": 215,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6953,
      "end": 6957,
      "loc": {
        "start": {
          "line": 215,
          "column": 27
        },
        "end": {
          "line": 215,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6957,
      "end": 6958,
      "loc": {
        "start": {
          "line": 215,
          "column": 31
        },
        "end": {
          "line": 215,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toByteBuffer",
      "start": 6958,
      "end": 6970,
      "loc": {
        "start": {
          "line": 215,
          "column": 32
        },
        "end": {
          "line": 215,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6970,
      "end": 6971,
      "loc": {
        "start": {
          "line": 215,
          "column": 44
        },
        "end": {
          "line": 215,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 6971,
      "end": 6977,
      "loc": {
        "start": {
          "line": 215,
          "column": 45
        },
        "end": {
          "line": 215,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6977,
      "end": 6978,
      "loc": {
        "start": {
          "line": 215,
          "column": 51
        },
        "end": {
          "line": 215,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6978,
      "end": 6979,
      "loc": {
        "start": {
          "line": 215,
          "column": 52
        },
        "end": {
          "line": 215,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toBinary",
      "start": 6979,
      "end": 6987,
      "loc": {
        "start": {
          "line": 215,
          "column": 53
        },
        "end": {
          "line": 215,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6987,
      "end": 6988,
      "loc": {
        "start": {
          "line": 215,
          "column": 61
        },
        "end": {
          "line": 215,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6988,
      "end": 6989,
      "loc": {
        "start": {
          "line": 215,
          "column": 62
        },
        "end": {
          "line": 215,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6989,
      "end": 6990,
      "loc": {
        "start": {
          "line": 215,
          "column": 63
        },
        "end": {
          "line": 215,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "binary",
      "start": 6991,
      "end": 6999,
      "loc": {
        "start": {
          "line": 215,
          "column": 65
        },
        "end": {
          "line": 215,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6999,
      "end": 7000,
      "loc": {
        "start": {
          "line": 215,
          "column": 73
        },
        "end": {
          "line": 215,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7000,
      "end": 7001,
      "loc": {
        "start": {
          "line": 215,
          "column": 74
        },
        "end": {
          "line": 215,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7006,
      "end": 7007,
      "loc": {
        "start": {
          "line": 216,
          "column": 4
        },
        "end": {
          "line": 216,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7008,
      "end": 7009,
      "loc": {
        "start": {
          "line": 217,
          "column": 0
        },
        "end": {
          "line": 217,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 7011,
      "end": 7017,
      "loc": {
        "start": {
          "line": 219,
          "column": 0
        },
        "end": {
          "line": 219,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 7018,
      "end": 7025,
      "loc": {
        "start": {
          "line": 219,
          "column": 7
        },
        "end": {
          "line": 219,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Serializer",
      "start": 7026,
      "end": 7036,
      "loc": {
        "start": {
          "line": 219,
          "column": 15
        },
        "end": {
          "line": 219,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7036,
      "end": 7037,
      "loc": {
        "start": {
          "line": 219,
          "column": 25
        },
        "end": {
          "line": 219,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7038,
      "end": 7038,
      "loc": {
        "start": {
          "line": 220,
          "column": 0
        },
        "end": {
          "line": 220,
          "column": 0
        }
      }
    }
  ]
}