MCPcopy 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
30function foo(a, i, v) {
31 a[0] = v;
32 a[i] = v;
33}
34
35function foo_int(a, i, v) {
36 a[0] = v;

Callers 3

DivI.jsFile · 0.70
MathExp.jsFile · 0.70
StoreKeyed.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected