Home
last modified time | relevance | path

Searched refs:tooManyArgsRecursion (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/webkit/fast/js/
Ddeep-recursion-test.js68 function tooManyArgsRecursion(depth) { function
70 tooManyArgsRecursion(depth - 1, 1);
74 tooManyArgsRecursion(10000000, 1);