Lines Matching refs:failure
77 throw new Failure("Failed to compile new version of script: " + e);
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");
962 // A logical failure in liveedit process. This means that change_log
964 function Failure(message) {
968 this.Failure = Failure;
970 Failure.prototype.toString = function() {
971 return "LiveEdit Failure: " + this.message;