(that, iterable)
| 1482 | , proto = C && C[PROTOTYPE] |
| 1483 | , O = {}; |
| 1484 | function initFromIterable(that, iterable){ |
| 1485 | if(iterable != undefined)forOf(iterable, isMap, that[ADDER], that); |
| 1486 | return that; |
| 1487 | } |
| 1488 | function fixSVZ(key, chain){ |
| 1489 | var method = proto[key]; |
| 1490 | if(framework)proto[key] = function(a, b){ |
no test coverage detected