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

Function wrapper

lib/web/jshint.js:4673–4676  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4671 var Ctor = createCtorWrapper(func);
4672
4673 function wrapper() {
4674 var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;
4675 return fn.apply(thisArg, arguments);
4676 }
4677 return wrapper;
4678 }
4679

Callers

nothing calls this directly

Calls 8

composeArgsFunction · 0.85
composeArgsRightFunction · 0.85
replaceHoldersFunction · 0.85
arrayCopyFunction · 0.85
isLaziableFunction · 0.85
reorderFunction · 0.85
createCtorWrapperFunction · 0.85
applyMethod · 0.65

Tested by

no test coverage detected