- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 03 Nov 2016 08:32:10 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Thursday, 3 November 2016 15:35:58 UTC
domenic commented on this pull request. > @@ -10316,18 +10318,14 @@ an exception when called as a function. [=overload resolution algorithm=]. 1. Let |R| be the result of performing the actions listed in the description of |constructor| with |values| as the argument values. - 1. Return the result of [=converted to an ECMAScript value|converting=] + 1. Rethrow any [=exception=] thrown in the previous step. Also, I think we should inline this into the previous step. It's a single atomic operation; we're just stating explicitly what to do if any exceptions occur. -- 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/205
Received on Thursday, 3 November 2016 15:35:58 UTC