Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ f1
Function
f1
deps/v8/test/mjsunit/bugs/bug-941049.js:57–62 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
55
56
// Test function without a materialized arguments array.
57
function
f1(x) {
58
g(f1);
59
var
result = h(f1);
60
assertEquals(999, x);
61
return
result;
62
}
63
64
65
function
test(f) {
Callers
nothing calls this directly
Calls
3
g
Function · 0.70
h
Function · 0.70
assertEquals
Function · 0.50
Tested by
no test coverage detected