var keys = []; for(var key in this){ if(this.hasOwnProperty(key) && key != "_dicts" && key != "_this"){ keys.push(key); } } return keys;