- From: ud2 <notifications@github.com>
- Date: Thu, 18 Sep 2025 09:11:18 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 September 2025 16:11:22 UTC
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