MCPcopy Create free account
hub / github.com/nodejs/node / setName

Method setName

deps/v8/test/mjsunit/wasm/wasm-module-builder.js:1852–1855  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1850 }
1851
1852 setName(name) {
1853 this.name = name;
1854 return this;
1855 }
1856
1857 setCompilationPriority(
1858 function_index, compilation_priority, optimization_priority) {

Calls

no outgoing calls

Tested by

no test coverage detected