[][src]Function boa::value::same_value

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

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

More information: