MCPcopy Index your code
hub / github.com/nodejs/node / emit

Method emit

deps/v8/test/mjsunit/wasm/wasm-module-builder.js:1979–1980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1977 (is_memory64 ? 4 : 0) | (is_shared ? 2 : 0) | (has_max ? 1 : 0);
1978 section.emit_u8(limits_byte);
1979 let emit = val =>
1980 is_memory64 ? section.emit_u64v(val) : section.emit_u32v(val);
1981 emit(imp.initial);
1982 if (has_max) emit(imp.maximum);
1983 } else if (imp.kind == kExternalTable) {

Callers 15

npm.jsFile · 0.45
display.jsFile · 0.45
loadLogFileFunction · 0.45
exitFunction · 0.45
exit-handler.jsFile · 0.45
processChunkMethod · 0.45
endProcessingMethod · 0.45
[kOnDrain]Method · 0.45
Class · 0.45
destroyFunction · 0.45
errorRequestFunction · 0.45

Calls 2

emit_u64vMethod · 0.45
emit_u32vMethod · 0.45

Tested by

no test coverage detected