MCPcopy Create free account
hub / github.com/nodejs/node / foo_int

Function foo_int

deps/v8/test/mjsunit/lithium/StoreKeyed.js:35–38  ·  view source on GitHub ↗
(a, i, v)

Source from the content-addressed store, hash-verified

33}
34
35function foo_int(a, i, v) {
36 a[0] = v;
37 a[i] = v;
38}
39
40var A1 = [1.2, 2.3];
41var A2 = [1.2, 2.3];

Callers 2

StoreKeyed.jsFile · 0.85
MulI.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected