Lines Matching refs:ExitStatus
560 var EXITSTATUS = 0;8431 function ExitStatus(status) {8432 this.name = "ExitStatus";8436 ExitStatus.prototype = new Error();8437 ExitStatus.prototype.constructor = ExitStatus;8485 if (e instanceof ExitStatus) {8555 EXITSTATUS = status;8570 throw new ExitStatus(status);8581 EXITSTATUS = 1;