Searched refs:objectToString (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1218 this.objectToString=function(object){try{return object+"" function 6581 Firebug.Reps={appendText:function(object,html){html.push(escapeHTML(objectToString(object))) 6582 …on(object,html){html.push('<span class="objectBox-null">',escapeHTML(objectToString(object)),"</sp… 6583 …t,html){html.push('<span class="objectBox-string">"',escapeHTML(objectToString(object)),"&quo… 6584 …(object,html){html.push('<span class="objectBox-number">',escapeHTML(objectToString(object)),"</sp… 6585 …(object,html){html.push('<span class="objectBox-number">',escapeHTML(objectToString(object)),"</sp… 6587 var m=reName.exec(objectToString(object)); 6600 }}}}}}}}}catch(exc){}},appendObjectFormatted:function(object,html){var text=objectToString(object); 8206 function appendText(object,html){html.push(escapeHTML(objectToString(object))) 8214 }function objectToString(object){try{return object+"" function
|