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

Function baz

deps/v8/test/mjsunit/asm/asm-validation.js:320–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318 "use asm";
319 function bar() { return 1; }
320 function baz() { return 2; }
321 return {foo: bar, foo: baz};
322 }
323 var m = Module();

Calls

no outgoing calls

Tested by

no test coverage detected