Home
last modified time | relevance | path

Searched refs:ErrorCopy (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1237 this.ErrorCopy=function(message){this.message=message class
4301 ….message"),className:"exception",supportsObject:function(object){return object instanceof ErrorCopy
8075 }FBL.ErrorCopy=function(message){this.message=message class in FBL
8079 var ErrorCopy=function(){}; function
8081 var hasChildren=hasProperties(value)&&!(value instanceof ErrorCopy)&&(isFunction(value)||(valueType…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3428 this.ErrorCopy = function(message) class
16058 return object instanceof ErrorCopy;
30567 FBL.ErrorCopy = function(message) class in FBL
30577 var ErrorCopy = function(){}; //TODO: xxxpedro function
30580 var hasChildren = hasProperties(value) && !(value instanceof ErrorCopy) &&
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1248 this.ErrorCopy=function(message){this.message=message class
4312 this.Except=domplate(Firebug.Rep,{tag:OBJECTBOX({_repObject:"$object"},"$object.message"),className:"exception",supportsObject:function(object){return object instanceof ErrorCopy
8086 }FBL.ErrorCopy=function(message){this.message=message class in FBL
8090 var ErrorCopy=function(){}; function
8092 var hasChildren=hasProperties(value)&&!(value instanceof ErrorCopy)&&(isFunction(value)||(valueType=="object"&&value!=null)||(valueType=="string"&&value.length>Firebug.stringCropLength));