(obj)
| 27493 | return $replace.call(String(s2), /"/g, """); |
| 27494 | } |
| 27495 | function isArray2(obj) { |
| 27496 | return toStr(obj) === "[object Array]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj)); |
| 27497 | } |
| 27498 | function isDate2(obj) { |
| 27499 | return toStr(obj) === "[object Date]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj)); |
| 27500 | } |
no test coverage detected
searching dependent graphs…