- From: Andrew Kaster <notifications@github.com>
- Date: Tue, 19 Sep 2023 18:06:28 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 September 2023 01:06:33 UTC
Wow, I just realized after writing all this that in my implementation I was doing `Return OrdinaryGetOwnProperty(object, P).` instead of `Return OrdinaryGetOwnProperty(O, P)`. Doing the actual spec algorithm produces the correct result :facepalm: -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/issues/1365#issuecomment-1726735559 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/issues/1365/1726735559@github.com>
Received on Wednesday, 20 September 2023 01:06:33 UTC