Home
last modified time | relevance | path

Searched refs:IsHash (Results 1 – 2 of 2) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js50 try{isArray=lib.util.IsArray(_value);isHash=lib.util.IsHash(_value);isElement=_value!=undefined&&Bo…
107 return true};},IsHash:function(_object){return _object&&typeof _object=="object"&&(_object==window|… method
115 …y])){tmp[key]=pi.util.Array.clone(_hash[key]);}else if(!_undeep&&pi.util.IsHash(_hash[key])){tmp[k…
119 else if(!_undeep&&pi.util.IsHash(_source[key])){if(pi.util.IsHash(_hash[key])){value=pi.util.Hash.m…
121 if(pi.util.IsHash(this[key])){this[key]=pi.util.Hash.clone(this[key],function(_key,_object){this[_k…
124 if(pi.util.IsHash(_p[name])){_branch[name]._parent_=_branch;if(!_branch[name])
127 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[na…
H A Dfirebug-lite-1.2.js1205 isHash = lib.util.IsHash(_value);
2026 IsHash:function(_object){ method
2164 } else if( !_undeep&&pi.util.IsHash( _hash[key] ) ){
2182 else if (!_undeep&&pi.util.IsHash(_source[key])) {
2183 if (pi.util.IsHash(_hash[key])) {
2224 if( pi.util.IsHash(this[key]) ){
2260 if (pi.util.IsHash(_p[name])){
2278 if (pi.util.IsHash(_object[name])){