MCPcopy
hub / github.com/webpack/webpack / call

Method call

test/harness/runner/index.js:511–518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

509 ? vm.runInNewContext(code, this._globalContext, modulePath)
510 : vm.runInThisContext(code, modulePath);
511 const call = () => {
512 fn.call(
513 this.testConfig.nonEsmThis
514 ? this.testConfig.nonEsmThis(module)
515 : mod.exports,
516 ...argValues
517 );
518 };
519
520 if (this.hasWebTarget()) {
521 this.withDocumentCurrentScript(call, subPath);

Callers 15

iterationAsyncFunction · 0.45
runTaskAsyncFunction · 0.45
iterationFunction · 0.45
runTaskSyncFunction · 0.45
primeTaskAsyncFunction · 0.45
primeTaskSyncFunction · 0.45
bun-preload.jsFile · 0.45
alignFunction · 0.45
getFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected