- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 14 Oct 2016 13:03:23 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 14 October 2016 20:03:54 UTC
domenic commented on this pull request.
> @@ -7529,6 +7576,101 @@ iterable |iterable| and an iterator getter
</div>
+<h4 id="es-record">Records — record<|K|, |V|></h4>
+
+IDL {{record}}<|K|, |V|> values are represented by
+ECMAScript <emu-val>Object</emu-val> values.
+
+<p id="es-to-record">
+ An ECMAScript value |O| is [=converted to an IDL value|converted=] to an IDL <code>{{record}}<|K|, |V|></code> value as follows:
+</p>
+
+<ol class="algorithm">
+ 1. Let |result| be a new empty instance of <code>{{record}}<|K|, |V|></code>.
+ 1. If [=Type=](|O|) is <emu-val>Undefined</emu-val> or <emu-val>Null</emu-val>,
https://bterlson.github.io/ecmarkup/#editorial-conventions I guess, although that's not the most obvious place to look given that we're basically only using emu-val.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/180
Received on Friday, 14 October 2016 20:03:54 UTC