if(typeof this[key] != "undefined"){ return true; } for(var i = 0, dict; dict = this._dicts[i]; i++){ if(typeof dict[key] != "undefined"){ return true; } } return false;