- From: Tobie Langel <notifications@github.com>
- Date: Fri, 11 Nov 2016 08:48:54 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 11 November 2016 16:49:25 UTC
tobie commented on this pull request. > @@ -6507,6 +6510,78 @@ when passed to a [=platform object=] expecting that type, and how IDL values of that type are <dfn id="dfn-convert-idl-to-ecmascript-value" export lt="converted to an ECMAScript value|converted to ECMAScript values">converted to ECMAScript values</dfn> when returned from a platform object. +<div algorithm> + + <dfn lt="AssertFinite" abstract-op>AssertFinite(|v|)</dfn>: + + 1. Let |r| be [=!=][=isFinite=](|v|). Inlined. -- 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/235
Received on Friday, 11 November 2016 16:49:25 UTC