[Bug 29858] [XP31] Named Function References - context information

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29858

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
Another attempt at a definition:

A named function reference is an expression which evaluates to a named
function. The name and arity of the returned function are known statically, and
correspond to a function signature present in the static context; if the
function is context dependent, then the returned function is associated with
the static context of the named function reference and the dynamic context in
which it is evaluated.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 26 September 2016 22:40:54 UTC