search : kevin cox

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

2614252 CF-3123644 Language : Closures Kevin Cox Cannot pass multiple function expressions as arguments to another function Duplicate ID: CF-3118435 Problem Description: foo(function(){}, function(){}); fails Steps to Reproduce: Actual Result: Invalid CFML construct found error Expected Result
2614253 CF-3123643 Language : Closures Kevin Cox Closures cannot be called when referenced in indexed arguments scope Duplicate ID: CF-3041263 Problem Description: Cannot call a closure using arguments[1]() even though isClosure(arguments[1]) returns true Steps to Reproduce: Actual Result