MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / fixSVZ

Function fixSVZ

lib/web/polyfill.js:1488–1494  ·  view source on GitHub ↗
(key, chain)

Source from the content-addressed store, hash-verified

1486 return that;
1487 }
1488 function fixSVZ(key, chain){
1489 var method = proto[key];
1490 if(framework)proto[key] = function(a, b){
1491 var result = method.call(this, a === 0 ? 0 : a, b);
1492 return chain ? this : result;
1493 };
1494 }
1495 if(!isNative(C) || !(isWeak || (!BUGGY_ITERATORS && has(proto, FOR_EACH) && has(proto, 'entries')))){
1496 // create collection constructor
1497 C = isWeak

Callers 1

getCollectionFunction · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected