- From: Tobie Langel <notifications@github.com>
- Date: Thu, 27 Oct 2016 02:02:42 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Thursday, 27 October 2016 09:03:14 UTC
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
Wouldn't that just turn NewTarget into a free variable though?
Seems the ES spec treats it as a local variable in some place, e.g.: https://tc39.github.io/ecma262/#sec-construct
--
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:03:14 UTC