Home | History | Annotate | Download | only in sunspider-0.9

Lines Matching refs:var

29 var ret;
31 for ( var n = 4; n <= 7; n += 1 ) {
32 var minDepth = 4;
33 var maxDepth = Math.max(minDepth + 2, n);
34 var stretchDepth = maxDepth + 1;
36 var check = bottomUpTree(0,stretchDepth).itemCheck();
38 var longLivedTree = bottomUpTree(0,maxDepth);
39 for (var depth=minDepth; depth<=maxDepth; depth+=2){
40 var iterations = 1 << (maxDepth - depth + minDepth);
43 for (var i=1; i<=iterations; i++){