MCPcopy
hub / github.com/patriksimek/vm2 / localReflectApply

Function localReflectApply

lib/setup-sandbox.js:392–395  ·  view source on GitHub ↗
(target, thisArg, args)

Source from the content-addressed store, hash-verified

390};
391
392const localReflectApply = (target, thisArg, args) => {
393 resetPromiseSpecies(thisArg);
394 return apply(target, thisArg, args);
395};
396
397const { isArray: localArrayIsArray } = localArray;
398

Callers 9

uncurryThisFunction · 0.85
clearTimerFunction · 0.85
cbFunction · 0.85
addListenerFunction · 0.85
makeCallSiteGettersFunction · 0.85
applyCallSiteGettersFunction · 0.85
setFunction · 0.85
applyFunction · 0.85

Calls 2

resetPromiseSpeciesFunction · 0.85
applyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…