The Symbol.hasInstance
static data property represents the well-known symbol @@hasInstance
. The instanceof
operator looks up this symbol on its right-hand operand for the method used to determine if the constructor object recognizes an object as its instance.