Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ t
Function
t
deps/v8/test/mjsunit/wasm/wasm-interpreter.js:2004–2010 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2002
2003
function
run(f) {
2004
function
t() {
2005
try {
2006
return
t();
2007
} catch (e) {
2008
return
f();
2009
}
2010
}
2011
return
t();
2012
}
2013
const
builder =
new
WasmModuleBuilder();
Callers
1
run
Function · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected