Home | History | Annotate | Download | only in src

Lines Matching defs:Failure

56       var failure =
57 new Failure("Failed to compile new version of script: " + e);
64 failure.details = details;
66 throw failure;
902 // have activations on stack (of any thread). Throws a Failure exception
912 throw new Failure(result[shared_list.length]);
937 throw new Failure("Blocked by functions on stack");
964 // A logical failure in liveedit process. This means that change_log
966 function Failure(message) {
970 this.Failure = Failure;
972 Failure.prototype.toString = function() {
973 return "LiveEdit Failure: " + this.message;
1107 throw new Failure("Failed to restart frame: " + result);