Re: [whatwg/webidl] Named properties object [[GetOwnProperty]] conflicts with class string (Issue #1365)

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