Searched refs:updateSelfPropertiesIgnore (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4981 var updateSelfPropertiesIgnore={abort:1,channel:1,getAllResponseHeaders:1,getInterface:1,getRespons… class in AnonymousFunctionf1d9e84c19400 4982 …rtsXHRIterator){for(var propName in xhrRequest){if(propName in updateSelfPropertiesIgnore){continue 5069 if(propName in updateSelfPropertiesIgnore){continue
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 18726 var updateSelfPropertiesIgnore = { class in AnonymousFunction7f0ac55719600 18746 if (propName in updateSelfPropertiesIgnore) 19070 if (propName in updateSelfPropertiesIgnore)
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 4992 var updateSelfPropertiesIgnore={abort:1,channel:1,getAllResponseHeaders:1,getInterface:1,getResponseHeader:1,mozBackgroundRequest:1,multipart:1,onreadystatechange:1,open:1,send:1,setRequestHeader:1}; class in AnonymousFunction4beb612319900.XMLHttpRequestWrapper 4993 var updateSelfProperties=function(){if(supportsXHRIterator){for(var propName in xhrRequest){if(propName in updateSelfPropertiesIgnore){continue 5080 if(propName in updateSelfPropertiesIgnore){continue
|