util: isRegExp() should not call toString() on its argument
An overloaded toString() method may have side effects so don't call it for a simple type check.
parent
97287235
Please register or sign in to comment
An overloaded toString() method may have side effects so don't call it for a simple type check.