This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The terminology "function signatures" seems to be used with two different meanings: 1. The function signature of any function (inline or not), for example in 2.5.5.7 Function Test, as well as in the definition of function items in the data model. 2. The function signatures component of the static context, which does not include the function signatures of (dynamically-produced) inline functions.
(In reply to comment #0) > The terminology "function signatures" seems to be used with two different > meanings: > > 1. The function signature of any function (inline or not), for example in > 2.5.5.7 Function Test, as well as in the definition of function items in the > data model. > > 2. The function signatures component of the static context, which does not > include the function signatures of (dynamically-produced) inline functions. We've proposed renaming the static context component "statically known function items". Would that resolve the problem for you?
Yes it does, thanks!