%PDF- %PDF-
Direktori : /proc/self/root/var/www/html/node_modules/es-abstract/2019/ |
Current File : //proc/self/root/var/www/html/node_modules/es-abstract/2019/SameValueZero.js |
'use strict'; var $isNaN = require('../helpers/isNaN'); // https://ecma-international.org/ecma-262/6.0/#sec-samevaluezero module.exports = function SameValueZero(x, y) { return (x === y) || ($isNaN(x) && $isNaN(y)); };