Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1586
function
throwAsync() {
1587
return
new
VMError(
'Async not available'
);
1588
}
1589
1590
function
makeFunction(inputArgs, isAsync, isGenerator) {
1591
const
lastArgs = inputArgs.length - 1;
Callers
2
apply
Function · 0.85
construct
Function · 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…