File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -690,7 +690,7 @@ are recursively evaluated also by the following rules.
690
690
[ ` Object.is() ` ] [ ] .
691
691
* [ Type tags] [ Object.prototype.toString() ] of objects should be the same.
692
692
* [ ` [[Prototype]] ` ] [ prototype-spec ] of objects are compared using
693
- the [ Strict Equality Comparison ] [ ] .
693
+ the [ ` === ` operator ] [ ] .
694
694
* Only [ enumerable "own" properties] [ ] are considered.
695
695
* [ ` Error ` ] [ ] names and messages are always compared, even if these are not
696
696
enumerable properties.
@@ -2447,8 +2447,8 @@ argument.
2447
2447
[ Object wrappers ] : https://developer.mozilla.org/en-US/docs/Glossary/Primitive#Primitive_wrapper_objects_in_JavaScript
2448
2448
[ Object.prototype.toString() ] : https://tc39.github.io/ecma262/#sec-object.prototype.tostring
2449
2449
[ SameValue Comparison ] : https://tc39.github.io/ecma262/#sec-samevalue
2450
- [ Strict Equality Comparison ] : https://tc39.github.io/ecma262/#sec-strict-equality-comparison
2451
2450
[ `!=` operator ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality
2451
+ [ `===` operator ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_equality
2452
2452
[ `==` operator ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality
2453
2453
[ `AssertionError` ] : #class-assertassertionerror
2454
2454
[ `CallTracker` ] : #class-assertcalltracker
You can’t perform that action at this time.
0 commit comments