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

Function bar

deps/v8/test/mjsunit/turbolev/async-function-inline-1.js:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10%NeverOptimizeFunction(baz);
11
12async function bar() {
13 await baz();
14 await baz();
15}
16
17async function foo() {
18 await bar();

Callers 1

Calls 1

bazFunction · 0.70

Tested by

no test coverage detected