(arg)
| 1239 | } |
| 1240 | |
| 1241 | function _toPropertyKey(arg) { |
| 1242 | var key = _toPrimitive(arg, "string"); |
| 1243 | |
| 1244 | return typeof key === "symbol" ? key : String(key); |
| 1245 | } |
| 1246 | |
| 1247 | function _toPrimitive(input, hint) { |
| 1248 | if (typeof input !== "object" || input === null) return input; |
nothing calls this directly
no test coverage detected
searching dependent graphs…