- From: Jeffrey Yasskin <notifications@github.com>
- Date: Fri, 14 Oct 2016 12:58:36 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 14 October 2016 19:59:08 UTC
jyasskin 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>, Done. Is there documentation for that? -- 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 19:59:08 UTC