Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ set_global
Function
set_global
deps/v8/test/mjsunit/wasm/import-function.js:331–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
print(arguments.callee.name);
330
var
global = 0;
331
const
set_global = n => global = n;
332
const
exp = (
function
() {
333
const
builder =
new
WasmModuleBuilder();
334
const
imp_index = builder.addImport(
'q'
,
'imp'
, kSig_v_i);
Callers
1
import-function.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected