[][src]Function boa::builtins::value::equality::same_value_zero

pub fn same_value_zero(x: &Value, y: &Value) -> bool

The internal comparison abstract operation SameValueZero(x, y), where x and y are ECMAScript language values, produces true or false.

SameValueZero differs from SameValue only in its treatment of +0 and -0.

More information: