Searched refs:SameValueZero (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | es2017.js | 16 if (!this.SameValueZero(integerIndex, index)) {
|
D | es2015.js | 250 SameValueZero: function SameValueZero(x, y) {
|
/third_party/node/deps/npm/node_modules/es-abstract/operations/ |
D | 2015.js | 36 SameValueZero: 'https://ecma-international.org/ecma-262/6.0/#sec-samevaluezero', property
|
D | 2016.js | 36 SameValueZero: 'https://ecma-international.org/ecma-262/7.0/#sec-samevaluezero', property
|
D | 2017.js | 37 SameValueZero: 'https://ecma-international.org/ecma-262/8.0/#sec-samevaluezero', property
|
/third_party/node/deps/npm/node_modules/es-abstract/test/ |
D | tests.js | 393 t.equal(true, ES.SameValueZero(NaN, NaN), 'NaN is SameValueZero as NaN'); 394 t.equal(true, ES.SameValueZero(0, -0), '+0 is SameValueZero as -0'); 396 t.equal(val === val, ES.SameValueZero(val, val), debug(val) + ' is SameValueZero to itself');
|
/third_party/node/doc/api/ |
D | assert.md | 443 [SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero) 1082 [SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V9.md | 2149 …/nodejs/node/commit/ea2e6363f2)] - **(SEMVER-MAJOR)** **assert**: use SameValueZero in deepStrictE…
|