MCPcopy Create free account
hub / github.com/codrops/RainEffect / DictIterator

Function DictIterator

demo/js/main.js:1496–1501  ·  view source on GitHub ↗
(iterated, kind)

Source from the content-addressed store, hash-verified

1494 };
1495};
1496var 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};
1502require('./$.iter-create')(DictIterator, 'Dict', function(){
1503 var that = this
1504 , O = that._t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected