Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ f0
Function
f0
deps/v8/test/mjsunit/baseline/test-baseline.js:137–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
136
// Calls
137
function
f0() {
return
42; }
138
function
f1(x) {
return
x; }
139
function
f2(x, y) {
return
x + y; }
140
function
f3(x, y, z) {
return
y + z; }
Callers
1
test-baseline.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected