pub fn strict_equal<'js>(a: &Value<'js>, b: &Value<'js>) -> bool
===: Object.is on primitives (so NaN matches itself and 0 does not match -0), identity on everything else.
===
Object.is
NaN
0
-0