Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ q
Function
q
deps/v8/test/mjsunit/bugs/bug-941049.js:87–92 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
85
}
86
87
function
q(x, y) {
88
x = 2;
89
var
result = w();
90
y = 3;
91
return
result;
92
}
93
94
var
a = q(0, 1);
95
// x is set locally *before* the last use of arguments before the
Callers
3
query
Method · 0.85
f
Function · 0.85
bug-941049.js
File · 0.85
Calls
1
w
Function · 0.85
Tested by
no test coverage detected