browser.js |
|
0 |
emulates-undefined.js |
---
esid: sec-equality-operators-runtime-semantics-evaluation
description: >
Strict Equality Comparison doesn't special-case [[IsHTMLDDA]] objects.
info: |
EqualityExpression : EqualityExpression !== RelationalExpression
[...]
5. Let r be the result of performing Strict Equality Comparison rval === lval.
6. Assert: r is a normal completion.
7. If r.[[Value]] is true, return false. Otherwise, return true.
Strict Equality Comparison
1. If Type(x) is different from Type(y), return false.
features: [IsHTMLDDA]
--- |
986 |
shell.js |
|
0 |