Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ emit_init_expr
Method
emit_init_expr
deps/v8/test/mjsunit/wasm/wasm-module-builder.js:1221–1224 ·
view source on GitHub ↗
(expr)
Source
from the content-addressed store, hash-verified
1219
}
1220
1221
emit_init_expr(expr) {
1222
this.emit_bytes(expr);
1223
this.emit_u8(kExprEnd);
1224
}
1225
1226
emit_header() {
1227
this.emit_bytes([
Callers
1
toBuffer
Method · 0.45
Calls
2
emit_bytes
Method · 0.95
emit_u8
Method · 0.95
Tested by
no test coverage detected