- From: Tobie Langel <notifications@github.com>
- Date: Fri, 04 Aug 2017 12:55:31 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <heycam/webidl/pull/392/review/54463078@github.com>
tobie commented on this pull request. > -The elements of an effective overload set are tuples of the form -<|callable|, |type list|, |optionality list|>. If the effective overload -set is for regular operations, static operations or legacy callers, then |callable| is an operation; -if it is for constructors or named constructors, then |callable| is an -extended attribute; and if it is for callback functions, then |callable| -is the callback function itself. In all cases, |type list| is a list -of IDL types, and |optionality list| is a list of three possible <dfn id="dfn-optionality-value" export>optionality values</dfn> – -“required”, “optional” or “variadic” – indicating whether -the argument at a given index was declared as being [=optional argument|optional=] -or corresponds to a [=variadic=] argument. -Each tuple represents an allowable invocation of the operation, +The [=set/items=] of an [=effective overload set=] are [=tuples=] of the form +([=effective overload set tuple/callable=], [=type list=], [=optionality list=]) +whose [=tuple/items=] are described below: + +* A <dfn for="effective overload set tuple" export>callable</dfn> is an operation Good point. -- 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/392#discussion_r131473681
Received on Friday, 4 August 2017 19:55:52 UTC