Searched refs:_keys (Results 1 – 5 of 5) sorted by relevance
5 var $_keys; variable in CSSPropertyStringSet17 $this->_keys = $mapping;18 foreach ($this->_keys as $key => $value) {19 $this->_keys[$key] = 1;26 if (isset($this->_keys[$value])) {
4340 this._keys = {}; // keep record of all merges4417 return this._keys[key];4422 this._keys[key] = value;4427 delete this._keys[key];4432 _.each(this._keys, f);4440 var col = this._keys[c];
426 …_keys=t,this._overrides=n,this.isFrozen=!1}get contents(){return this.checkAndFreeze(this._content…
1 …_keys = Object.create(null);\n this._values = Object.create(null);\n }\n has(item) {\…