{
  "type": "File",
  "start": 0,
  "end": 327,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 9,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 327,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 9,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ExportNamedDeclaration",
        "start": 180,
        "end": 326,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 146
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 187,
          "end": 326,
          "loc": {
            "start": {
              "line": 8,
              "column": 7
            },
            "end": {
              "line": 8,
              "column": 146
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 191,
              "end": 326,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 11
                },
                "end": {
                  "line": 8,
                  "column": 146
                }
              },
              "id": {
                "type": "Identifier",
                "start": 191,
                "end": 199,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 11
                  },
                  "end": {
                    "line": 8,
                    "column": 19
                  },
                  "identifierName": "isObject"
                },
                "name": "isObject",
                "leadingComments": null
              },
              "init": {
                "type": "ArrowFunctionExpression",
                "start": 202,
                "end": 326,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 22
                  },
                  "end": {
                    "line": 8,
                    "column": 146
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 191,
                  "end": 199,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 11
                    },
                    "end": {
                      "line": 8,
                      "column": 19
                    },
                    "identifierName": "isObject"
                  },
                  "name": "isObject",
                  "leadingComments": null
                },
                "generator": false,
                "expression": true,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 202,
                    "end": 203,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 22
                      },
                      "end": {
                        "line": 8,
                        "column": 23
                      },
                      "identifierName": "o"
                    },
                    "name": "o"
                  }
                ],
                "body": {
                  "type": "LogicalExpression",
                  "start": 207,
                  "end": 326,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 27
                    },
                    "end": {
                      "line": 8,
                      "column": 146
                    }
                  },
                  "left": {
                    "type": "LogicalExpression",
                    "start": 207,
                    "end": 265,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 27
                      },
                      "end": {
                        "line": 8,
                        "column": 85
                      }
                    },
                    "left": {
                      "type": "LogicalExpression",
                      "start": 207,
                      "end": 240,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 27
                        },
                        "end": {
                          "line": 8,
                          "column": 60
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 207,
                        "end": 226,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 27
                          },
                          "end": {
                            "line": 8,
                            "column": 46
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 208,
                          "end": 226,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 28
                            },
                            "end": {
                              "line": 8,
                              "column": 46
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 208,
                            "end": 221,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 28
                              },
                              "end": {
                                "line": 8,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 208,
                              "end": 213,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 28
                                },
                                "end": {
                                  "line": 8,
                                  "column": 33
                                },
                                "identifierName": "Array"
                              },
                              "name": "Array"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 214,
                              "end": 221,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 34
                                },
                                "end": {
                                  "line": 8,
                                  "column": 41
                                },
                                "identifierName": "isArray"
                              },
                              "name": "isArray"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 223,
                              "end": 224,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 43
                                },
                                "end": {
                                  "line": 8,
                                  "column": 44
                                },
                                "identifierName": "o"
                              },
                              "name": "o"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "&&",
                      "right": {
                        "type": "BinaryExpression",
                        "start": 230,
                        "end": 240,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 50
                          },
                          "end": {
                            "line": 8,
                            "column": 60
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 230,
                          "end": 231,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 50
                            },
                            "end": {
                              "line": 8,
                              "column": 51
                            },
                            "identifierName": "o"
                          },
                          "name": "o"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "NullLiteral",
                          "start": 236,
                          "end": 240,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 56
                            },
                            "end": {
                              "line": 8,
                              "column": 60
                            }
                          }
                        }
                      }
                    },
                    "operator": "&&",
                    "right": {
                      "type": "BinaryExpression",
                      "start": 244,
                      "end": 265,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 64
                        },
                        "end": {
                          "line": 8,
                          "column": 85
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 244,
                        "end": 252,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 64
                          },
                          "end": {
                            "line": 8,
                            "column": 72
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 251,
                          "end": 252,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 71
                            },
                            "end": {
                              "line": 8,
                              "column": 72
                            },
                            "identifierName": "o"
                          },
                          "name": "o"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "===",
                      "right": {
                        "type": "StringLiteral",
                        "start": 257,
                        "end": 265,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 77
                          },
                          "end": {
                            "line": 8,
                            "column": 85
                          }
                        },
                        "extra": {
                          "rawValue": "object",
                          "raw": "'object'"
                        },
                        "value": "object"
                      }
                    }
                  },
                  "operator": "&&",
                  "right": {
                    "type": "BinaryExpression",
                    "start": 269,
                    "end": 326,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 89
                      },
                      "end": {
                        "line": 8,
                        "column": 146
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 269,
                      "end": 304,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 89
                        },
                        "end": {
                          "line": 8,
                          "column": 124
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 269,
                        "end": 299,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 89
                          },
                          "end": {
                            "line": 8,
                            "column": 119
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 269,
                          "end": 294,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 89
                            },
                            "end": {
                              "line": 8,
                              "column": 114
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 269,
                            "end": 285,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 89
                              },
                              "end": {
                                "line": 8,
                                "column": 105
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 269,
                              "end": 275,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 89
                                },
                                "end": {
                                  "line": 8,
                                  "column": 95
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 276,
                              "end": 285,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 96
                                },
                                "end": {
                                  "line": 8,
                                  "column": 105
                                },
                                "identifierName": "prototype"
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 286,
                            "end": 294,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 106
                              },
                              "end": {
                                "line": 8,
                                "column": 114
                              },
                              "identifierName": "toString"
                            },
                            "name": "toString"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 295,
                          "end": 299,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 115
                            },
                            "end": {
                              "line": 8,
                              "column": 119
                            },
                            "identifierName": "call"
                          },
                          "name": "call"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 301,
                          "end": 302,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 121
                            },
                            "end": {
                              "line": 8,
                              "column": 122
                            },
                            "identifierName": "o"
                          },
                          "name": "o"
                        }
                      ]
                    },
                    "operator": "===",
                    "right": {
                      "type": "StringLiteral",
                      "start": 309,
                      "end": 326,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 129
                        },
                        "end": {
                          "line": 8,
                          "column": 146
                        }
                      },
                      "extra": {
                        "rawValue": "[object Object]",
                        "raw": "'[object Object]'"
                      },
                      "value": "[object Object]"
                    }
                  }
                }
              },
              "leadingComments": null
            }
          ],
          "kind": "let",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Checks if the object is an Object\n * @param {mixed} o The value to be checked if its an Object\n * @return {Boolean} Returns true if the value is an Object\n ",
              "start": 14,
              "end": 179,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 0
                },
                "end": {
                  "line": 7,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Checks if the object is an Object\n * @param {mixed} o The value to be checked if its an Object\n * @return {Boolean} Returns true if the value is an Object\n ",
            "start": 14,
            "end": 179,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 12,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          },
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Checks if the object is an Object\n * @param {mixed} o The value to be checked if its an Object\n * @return {Boolean} Returns true if the value is an Object\n ",
            "start": 14,
            "end": 179,
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Checks if the object is an Object\n * @param {mixed} o The value to be checked if its an Object\n * @return {Boolean} Returns true if the value is an Object\n ",
      "start": 14,
      "end": 179,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Checks if the object is an Object\n * @param {mixed} o The value to be checked if its an Object\n * @return {Boolean} Returns true if the value is an Object\n ",
      "start": 14,
      "end": 179,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "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": 180,
      "end": 186,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 6
        }
      }
    },
    {
      "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": 187,
      "end": 190,
      "loc": {
        "start": {
          "line": 8,
          "column": 7
        },
        "end": {
          "line": 8,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isObject",
      "start": 191,
      "end": 199,
      "loc": {
        "start": {
          "line": 8,
          "column": 11
        },
        "end": {
          "line": 8,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 200,
      "end": 201,
      "loc": {
        "start": {
          "line": 8,
          "column": 20
        },
        "end": {
          "line": 8,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 202,
      "end": 203,
      "loc": {
        "start": {
          "line": 8,
          "column": 22
        },
        "end": {
          "line": 8,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 204,
      "end": 206,
      "loc": {
        "start": {
          "line": 8,
          "column": 24
        },
        "end": {
          "line": 8,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 207,
      "end": 208,
      "loc": {
        "start": {
          "line": 8,
          "column": 27
        },
        "end": {
          "line": 8,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 208,
      "end": 213,
      "loc": {
        "start": {
          "line": 8,
          "column": 28
        },
        "end": {
          "line": 8,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 213,
      "end": 214,
      "loc": {
        "start": {
          "line": 8,
          "column": 33
        },
        "end": {
          "line": 8,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 214,
      "end": 221,
      "loc": {
        "start": {
          "line": 8,
          "column": 34
        },
        "end": {
          "line": 8,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 221,
      "end": 222,
      "loc": {
        "start": {
          "line": 8,
          "column": 41
        },
        "end": {
          "line": 8,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 223,
      "end": 224,
      "loc": {
        "start": {
          "line": 8,
          "column": 43
        },
        "end": {
          "line": 8,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 225,
      "end": 226,
      "loc": {
        "start": {
          "line": 8,
          "column": 45
        },
        "end": {
          "line": 8,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 227,
      "end": 229,
      "loc": {
        "start": {
          "line": 8,
          "column": 47
        },
        "end": {
          "line": 8,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 230,
      "end": 231,
      "loc": {
        "start": {
          "line": 8,
          "column": 50
        },
        "end": {
          "line": 8,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 232,
      "end": 235,
      "loc": {
        "start": {
          "line": 8,
          "column": 52
        },
        "end": {
          "line": 8,
          "column": 55
        }
      }
    },
    {
      "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": 236,
      "end": 240,
      "loc": {
        "start": {
          "line": 8,
          "column": 56
        },
        "end": {
          "line": 8,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 241,
      "end": 243,
      "loc": {
        "start": {
          "line": 8,
          "column": 61
        },
        "end": {
          "line": 8,
          "column": 63
        }
      }
    },
    {
      "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": 244,
      "end": 250,
      "loc": {
        "start": {
          "line": 8,
          "column": 64
        },
        "end": {
          "line": 8,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 251,
      "end": 252,
      "loc": {
        "start": {
          "line": 8,
          "column": 71
        },
        "end": {
          "line": 8,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 253,
      "end": 256,
      "loc": {
        "start": {
          "line": 8,
          "column": 73
        },
        "end": {
          "line": 8,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "object",
      "start": 257,
      "end": 265,
      "loc": {
        "start": {
          "line": 8,
          "column": 77
        },
        "end": {
          "line": 8,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 266,
      "end": 268,
      "loc": {
        "start": {
          "line": 8,
          "column": 86
        },
        "end": {
          "line": 8,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 269,
      "end": 275,
      "loc": {
        "start": {
          "line": 8,
          "column": 89
        },
        "end": {
          "line": 8,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 275,
      "end": 276,
      "loc": {
        "start": {
          "line": 8,
          "column": 95
        },
        "end": {
          "line": 8,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 276,
      "end": 285,
      "loc": {
        "start": {
          "line": 8,
          "column": 96
        },
        "end": {
          "line": 8,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 285,
      "end": 286,
      "loc": {
        "start": {
          "line": 8,
          "column": 105
        },
        "end": {
          "line": 8,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toString",
      "start": 286,
      "end": 294,
      "loc": {
        "start": {
          "line": 8,
          "column": 106
        },
        "end": {
          "line": 8,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 294,
      "end": 295,
      "loc": {
        "start": {
          "line": 8,
          "column": 114
        },
        "end": {
          "line": 8,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "call",
      "start": 295,
      "end": 299,
      "loc": {
        "start": {
          "line": 8,
          "column": 115
        },
        "end": {
          "line": 8,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 299,
      "end": 300,
      "loc": {
        "start": {
          "line": 8,
          "column": 119
        },
        "end": {
          "line": 8,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "o",
      "start": 301,
      "end": 302,
      "loc": {
        "start": {
          "line": 8,
          "column": 121
        },
        "end": {
          "line": 8,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 8,
          "column": 123
        },
        "end": {
          "line": 8,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 305,
      "end": 308,
      "loc": {
        "start": {
          "line": 8,
          "column": 125
        },
        "end": {
          "line": 8,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "[object Object]",
      "start": 309,
      "end": 326,
      "loc": {
        "start": {
          "line": 8,
          "column": 129
        },
        "end": {
          "line": 8,
          "column": 146
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 327,
      "end": 327,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 0
        }
      }
    }
  ]
}