Searched refs:_branch (Results 1 – 2 of 2) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 122 …_branch){var getter=function(_property){return this[_property];},setter=function(_property,_value)… argument 124 if(pi.util.IsHash(_p[name])){_branch[name]._parent_=_branch;if(!_branch[name]) 125 _branch[name]={};this.createAccessors(_p[name],_branch[name]);}};};this.movePrivateMembers=function… argument 127 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[na…
|
| H A D | firebug-lite-1.2.js | 2248 this.createAccessors = function(_p, _branch){ argument 2250 …setter = function(_property,_value){ this[_property] = _value; return _branch._parent_||_branch; }; 2256 _branch[(_branch["get" + title]?"_":"")+"get" + title] = pi.util.Curry(getter,_p,name); 2257 _branch[(_branch["set" + title]?"_":"")+"set" + title] = pi.util.Curry(setter,_p,name); 2261 _branch[name]._parent_ = _branch; 2262 if(!_branch[name]) 2263 _branch[name] = {}; 2264 this.createAccessors(_p[name], _branch[name]); 2269 this.movePrivateMembers = function(_object, _branch){ argument 2274 _branch[name] = _object[name]; [all …]
|