Home
last modified time | relevance | path

Searched refs:SameValueZero (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/
Des2017.js16 if (!this.SameValueZero(integerIndex, index)) {
Des2015.js250 SameValueZero: function SameValueZero(x, y) {
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js36 SameValueZero: 'https://ecma-international.org/ecma-262/6.0/#sec-samevaluezero', property
D2016.js36 SameValueZero: 'https://ecma-international.org/ecma-262/7.0/#sec-samevaluezero', property
D2017.js37 SameValueZero: 'https://ecma-international.org/ecma-262/8.0/#sec-samevaluezero', property
/third_party/node/deps/npm/node_modules/es-abstract/test/
Dtests.js393 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/
Dassert.md443 [SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
1082 [SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md2149 …/nodejs/node/commit/ea2e6363f2)] - **(SEMVER-MAJOR)** **assert**: use SameValueZero in deepStrictE…