Home
last modified time | relevance | path

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

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