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

Method emit_init_expr

test/fixtures/wpt/wasm/jsapi/wasm-module-builder.js:767–770  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

765 }
766
767 emit_init_expr(expr) {
768 this.emit_bytes(expr);
769 this.emit_u8(kExprEnd);
770 }
771
772 emit_header() {
773 this.emit_bytes([

Callers 1

toBufferMethod · 0.45

Calls 2

emit_bytesMethod · 0.95
emit_u8Method · 0.95

Tested by

no test coverage detected