In the section for SameValueNonNumeric 7.2.13 in the final step that reads as follows:
- If x and y are the same Object value, return true. Otherwise, return false.
What is Object value
being interpreted as? From my experience I assume it means the object reference?