MCPcopy Index your code
hub / github.com/javascript-obfuscator/javascript-obfuscator / fn

Function fn

test/fixtures/compile-performance.js:2682–2685  ·  view source on GitHub ↗
(params, body, type)

Source from the content-addressed store, hash-verified

2680 return new NotExpr(expr);
2681 }
2682 function fn(params, body, type) {
2683 if (type === void 0) { type = null; }
2684 return new FunctionExpr(params, body, type);
2685 }
2686 function literal(value, type) {
2687 if (type === void 0) { type = null; }
2688 return new LiteralExpr(value, type);

Callers 15

iterateListLikeFunction · 0.85
waitForMapFunction · 0.85
mapChildrenIntoArrayFunction · 0.85
pureProxy1Function · 0.85
pureProxy2Function · 0.85
pureProxy3Function · 0.85
pureProxy4Function · 0.85
pureProxy5Function · 0.85
pureProxy6Function · 0.85
pureProxy7Function · 0.85
pureProxy8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected