Home | History | Annotate | Download | only in debug

Lines Matching defs:Failure

71       var failure =
72 new Failure("Failed to compile new version of script: " + e);
79 failure.details = details;
81 throw failure;
916 // have activations on stack (of any thread). Throws a Failure exception
929 throw new Failure(result[old_shared_wrapper_list.length]);
954 throw new Failure("Blocked by functions on stack");
982 // A logical failure in liveedit process. This means that change_log
984 function Failure(message) {
988 Failure.prototype.toString = function() {
989 return "LiveEdit Failure: " + this.message;
1121 LiveEdit.Failure = Failure;