Lines Matching refs:checks
56 const checks = {
92 const stateNames = Object.keys(checks.worker.states);
95 forEach(checks.cluster.events, (bool, name, index) => {
101 checks.cluster.events[name] = true;
104 checks.cluster.equal[name] = worker === arguments[0];
108 checks.worker.states[state] = (state === worker.state);
127 forEach(checks.worker.events, function(bool, name, index) {
130 checks.worker.events[name] = true;
133 checks.worker.equal[name] = (worker === this);
165 forEach(checks.cluster.events, (check, name) => {
171 forEach(checks.cluster.equal, (check, name) => {
177 forEach(checks.worker.states, (check, name) => {
183 forEach(checks.worker.events, (check, name) => {
189 forEach(checks.worker.equal, (check, name) => {