Home | History | Annotate | Download | only in Script

Lines Matching refs:function

23     File Name:          function-002.js
29 function definitions in conditional statements should be allowed.
34 var SECTION = "function-002";
46 "0?function(){}:0",
48 0?function(){}:0 );
52 foo = bar ? function () { return true; } : function() { return false; };
56 "bar = true; foo = bar ? function () { return true; } : function() { return false; }; foo()",
63 function test() {