- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 17 Dec 2018 10:46:59 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 17 December 2018 18:47:21 UTC
So specifically, this is to handle IDL like: void foo(int... arg); when called as `foo(1, 2)`. In this case, _N_ is 2, _maxarg_ is 1. But we do in fact want `S` to end up containing a signature with two arguments, because we want to pass both arguments to the underlying implementation. -- 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/issues/600#issuecomment-447954748
Received on Monday, 17 December 2018 18:47:21 UTC