Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ exportAs
Method
exportAs
deps/v8/test/mjsunit/wasm/wasm-module-builder.js:1350–1354 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
1348
}
1349
1350
exportAs(name) {
1351
this.module.exports.push(
1352
{name: name, kind: kExternalTable, index: this.index});
1353
return
this;
1354
}
1355
}
1356
1357
function
makeField(
type
, mutability) {
Callers
15
frame-inspection.js
File · 0.45
test_memory.js
File · 0.45
wasm-global-names.js
File · 0.45
wasm-remove-breakpoint.js
File · 0.45
wasm-stepping-out-from-js.js
File · 0.45
createModuleBytesUnnamedMemory
Function · 0.45
createModuleBytesExportedMemory
Function · 0.45
createModuleBytesImportedMemory
Function · 0.45
buildModuleBytes
Function · 0.45
wasm-set-breakpoint.js
File · 0.45
wasm-debug-command.js
File · 0.45
wasm-stepping-with-skiplist.js
File · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected