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

tobie 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

Well, it gets [passed](https://github.com/tobie/webidl/blob/8640fb704c1c60f87db84bc8592b213501574cf2/index.bs#L10347) to the algorithm, no? So that's just its local name.

-- 
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 Tuesday, 25 October 2016 23:02:43 UTC