Searched refs:shouldBreak (Results 1 – 2 of 2) sorted by relevance
69 var shouldBreak = null; variable71 if (shouldBreak(x)) {82 shouldBreak = function(x) { return x == 3; }; function88 shouldBreak = function(x) { return x == 2; };94 shouldBreak = function(x) { return x == 1; };100 shouldBreak = function(x) { return x == 1 || x == 3; };