Searched refs:constFun (Results 1 – 2 of 2) sorted by relevance
38 function constFun(x) { return function(y) { return x; }; } function69 : (num < 9) ? constFun(Object("dummy"))70 : constFun(Object(42));
59 function constFun(x) { return function(y) { return x; }; } function90 : (num < 9) ? constFun(Object("dummy"))91 : constFun(Object(42));