(iterated, kind)
| 1494 | }; |
| 1495 | }; |
| 1496 | var DictIterator = function(iterated, kind){ |
| 1497 | this._t = toIObject(iterated); // target |
| 1498 | this._a = getKeys(iterated); // keys |
| 1499 | this._i = 0; // next index |
| 1500 | this._k = kind; // kind |
| 1501 | }; |
| 1502 | require('./$.iter-create')(DictIterator, 'Dict', function(){ |
| 1503 | var that = this |
| 1504 | , O = that._t |
nothing calls this directly
no outgoing calls
no test coverage detected