58df808325
The ! operator is higher priority than the instanceof operator, so the expression (! this instanceof X) is the same as ((!this) instanceof X), which will always evaluate to false. |
||
---|---|---|
.. | ||
bunyan.js |
58df808325
The ! operator is higher priority than the instanceof operator, so the expression (! this instanceof X) is the same as ((!this) instanceof X), which will always evaluate to false. |
||
---|---|---|
.. | ||
bunyan.js |