Home | History | Annotate | Download | only in profviz

Lines Matching defs:ExitStatus

2358       function ExitStatus() {
2359 this.name = "ExitStatus";
2364 ExitStatus.prototype = new Error();
2365 ExitStatus.prototype.constructor = ExitStatus;
2368 throw new ExitStatus();
4565 if (e.name == 'ExitStatus') {