- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 12 Feb 2019 20:09:21 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 February 2019 20:09:45 UTC
bzbarsky commented on this pull request. > @@ -10699,11 +10714,13 @@ the <code>typeof</code> operator will return "function" when applied to an inter 1. Let <|constructor|, |values|> be the result of passing |S| and |args|. to the [=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. Let |object| be a [=new-internal|new=] object implementing |I|, with |realm| and Yeah, it looks like that's what ES does. Given that slightly-older Firefox releases and Safari do something different (use current Realm), it's not clear to me whether the spec changed there or what. But I agree we should just match ES. -- 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/635#discussion_r256126927
Received on Tuesday, 12 February 2019 20:09:45 UTC