- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 19 May 2016 13:15:01 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc:
- Message-ID: <heycam/webidl/pull/113/r63945192@github.com>
> - <li>Set <var>R</var> to the result of invoking the <span class='prop'>[[Call]]</span> method of <var>F</var>, providing the <a class='dfnref' href='#dfn-callback-this-value'>callback this value</a> as the <span class='esvalue'>this</span> value and <var>values</var> as the argument values.</li> > - </ol> > - And then, whether or not an exception was thrown: > - <ol> > - <li>Pop <var>script</var> off the <a class='dfnref external' href='http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html'>stack of incumbent scripts</a>.</li> > - <li>If an exception was thrown, end these steps, and allow it to propagate.</li> > - </ol> > - </li> > - </ol> > - </li> > - <li>If the callback function’s return type is <span class='idltype'>void</span>, return.</li> > - <li> > - Return the result of <a class='dfnref' href='#dfn-convert-ecmascript-to-idl-value'>converting</a> > - <var>R</var> to an IDL value of the same type as the callback function’s return type. > - </li> > + <li>If the callback function's return type is <span class='idltype'>void</span>, That's very helpful; I had no idea how we could possibly reach this. --- 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/113/files/6a54acae5c1ff4199b5bf85b61bc4681addbafb7#r63945192
Received on Thursday, 19 May 2016 20:15:34 UTC