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

Function wrapper

test/fixtures/compile-performance.js:42896–42900  ·  view source on GitHub ↗
(get)

Source from the content-addressed store, hash-verified

42894 , InternalMap;
42895
42896 var wrapper = function(get){
42897 return function WeakMap(){
42898 return get(this, arguments.length > 0 ? arguments[0] : undefined);
42899 };
42900 };
42901
42902 var methods = {
42903 // 23.3.3.3 WeakMap.prototype.get(key)

Callers 1

Calls 1

getFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…