- From: Tab Atkins Jr. <notifications@github.com>
- Date: Tue, 03 May 2022 15:17:50 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 May 2022 22:18:02 UTC
@tabatkins commented on this pull request.
> |A|’s [=interface prototype object=]
with attributes { \[[Writable]]: <emu-val>true</emu-val>, \[[Enumerable]]: <emu-val>false</emu-val>, \[[Configurable]]: <emu-val>true</emu-val> }
and whose value is the [=function object=] that is the value of
-the {{@@iterator}} property.
+the <code>entries</code> property.
+
+<div algorithm>
+ To <dfn>create a map iterator</dfn>
+ from a [=/map=] |map|
+ and a |kind| ("key+value", "key", or "value"):
Ah right, forgot about those strings.
The paren usage is copied from the ES algos, but happy to reword.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1138#discussion_r864301292
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/webidl/pull/1138/review/961146865@github.com>
Received on Tuesday, 3 May 2022 22:18:02 UTC