[Bug 18877] [XQ30] try/catch

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

--- Comment #3 from Tim Mills <tim@cbcl.co.uk> 2012-09-14 13:27:11 UTC ---
local:func() directly causes the evaluation of the corresponding function body,
which returns a (yet to be evaluated) function.

local:func()(0) directly causes the evaluation of the function body 10 div
$arg.

The function invocation is outside the lexical scope of the try clause.

I don't think that Mike means that the local:func() indirectly evaluates 10 div
$arg.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 14 September 2012 13:27:17 UTC