Searched defs:_toPrimitive (Results 1 – 2 of 2) sorted by relevance
7 function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input;… function
6 function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input;… function