| 04:51 | <bakkot> | PromiseResolve has some uses of SameValue which I think could just be "is" https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-promise-resolve |
| 05:01 | <jmdyck> | It has one use of SameValue, comparing xConstructor (a language value, probably an Object) with C (definitely an Object). Editorial-Conventions says to use SameValue when comparing objects or unknown language values. |
| 12:50 | <Michael Ficarra> | Yep. Not my preference, but it's what we agreed upon. |