browser.js |
|
0 |
emulates-undefined.js |
---
esid: sec-object.is
description: >
SameValue abstract op doesn't special-case [[IsHTMLDDA]] objects.
info: |
Object.is ( value1, value2 )
1. Return SameValue(value1, value2).
SameValue ( x, y )
1. If Type(x) is different from Type(y), return false.
features: [IsHTMLDDA]
--- |
857 |
shell.js |
|
0 |