Searched defs:shouldBreak (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-stepout-recursive-function.js69 var shouldBreak = null; variable
71 if (shouldBreak(x)) {
82 shouldBreak = function(x) { return x == 3; };
88 shouldBreak = function(x) { return x == 2; };
94 shouldBreak = function(x) { return x == 1; };
100 shouldBreak = function(x) { return x == 1 || x == 3; };
81 shouldBreak = function(x) { return x == 3; }; function

Completed in 106 milliseconds