Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
async
function
bar() {
13
await
baz();
14
await
baz();
15
}
16
17
async
function
foo() {
18
await
bar();
Callers
1
async-function-inline-1.js
File · 0.70
Calls
1
baz
Function · 0.70
Tested by
no test coverage detected