(obj)
| 27499 | return toStr(obj) === "[object Date]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj)); |
| 27500 | } |
| 27501 | function isRegExp2(obj) { |
| 27502 | return toStr(obj) === "[object RegExp]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj)); |
| 27503 | } |
| 27504 | function isError2(obj) { |
| 27505 | return toStr(obj) === "[object Error]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj)); |
| 27506 | } |
no test coverage detected
searching dependent graphs…