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

Function throwAsync

lib/setup-sandbox.js:1586–1588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1584 */
1585
1586function throwAsync() {
1587 return new VMError('Async not available');
1588}
1589
1590function makeFunction(inputArgs, isAsync, isGenerator) {
1591 const lastArgs = inputArgs.length - 1;

Callers 2

applyFunction · 0.85
constructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…