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

nicolo-ribaudo left a comment (whatwg/webidl#1460)

All accesses to [[Value]] are gated by an IsDataDescriptor check (https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-isdatadescriptor), which guarantees that [[Value]] is present.

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

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

Received on Thursday, 18 September 2025 13:04:25 UTC