function test(t,s){ var func; if(t)func=function(a,b){return a+b}; else func=function(a,b){return a-b}; for(var i=0;i<100000000;i++){ func(s,i); } }