Re: [whatwg/webidl] Legacy platform objects' [[DefineOwnProperty]] refers to possibly nonexistent Desc.[[Value]] (Issue #1460)

0f-0b left a comment (whatwg/webidl#1460)

IsDataDescriptor checks if either [[Value]] or [[Writable]] is present. When running the code above, Desc ends up being { [[Writable]]: true }, so the check would pass even though [[Value]] is absent.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1460#issuecomment-3308345219
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1460/3308345219@github.com>

Received on Thursday, 18 September 2025 16:11:22 UTC