In the ECMAScript 2022 spec (section 7.2.13) what does "Object value" pertain to?

Viewed 69

In the section for SameValueNonNumeric 7.2.13 in the final step that reads as follows:

  1. 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?

0 Answers
Related