Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ foo
Function
foo
deps/v8/test/mjsunit/lithium/StoreKeyed.js:30–33 ·
view source on GitHub ↗
(a, i, v)
Source
from the content-addressed store, hash-verified
28
// Flags: --allow-natives-syntax --no-use-osr
29
30
function
foo(a, i, v) {
31
a[0] = v;
32
a[i] = v;
33
}
34
35
function
foo_int(a, i, v) {
36
a[0] = v;
Callers
3
DivI.js
File · 0.70
MathExp.js
File · 0.70
StoreKeyed.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected