Home | History | Annotate | Download | only in mjsunit

Lines Matching full:recurse

1161   function recurse(n, then) {
1163 recurse(n - 1);
1170 recurse(n, function() { non_strict.caller; });
1175 recurse(n, function() { strict(n); });