Re: [heycam/webidl] Throw when not calling interfaces as constructors (#205)

annevk commented on this pull request.



>  
 <ol class="algorithm">
     1.  If |I| was not declared with a [{{Constructor}}]
         [=extended attribute=], then
         <a lt="es throw">throw a <emu-val>TypeError</emu-val></a>.
+    1.  If |newTarget| is <emu-val>undefined</emu-val>, then

I don't understand the advice from @domenic. It seems ES also always introduces it as a variable of an operation in the prose preceding the steps.

-- 
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, 27 October 2016 09:53:54 UTC