function sameValueZero()

in src/polyfills.ts [58:60]


            function sameValueZero(x, y) {
                return x === y || (typeof x === 'number' && typeof y === 'number' && isNaN(x) && isNaN(y));
            }