Home
last modified time | relevance | path

Searched defs:movePrivateMembers (Results 1 – 4 of 4) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2258 this.movePrivateMembers = function(_object, _branch){ method
H A Dfirebug-lite-1.2-compressed.js114 _branch[name]={};this.createAccessors(_p[name],_branch[name]);}};};this.movePrivateMembers=function… method
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js125 _branch[name]={};this.createAccessors(_p[name],_branch[name]);}};};this.movePrivateMembers=function(_object,_branch){for(var name in _object){var isPrivate=name.substring(0,1)=="_";if(isPrivate){_branch[name]=_object[name];delete _object[name];} method
H A Dfirebug-lite-1.2.js2269 this.movePrivateMembers = function(_object, _branch){ method