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

Function get1

deps/v8/test/mjsunit/compiler/regress-780658.js:7–9  ·  view source on GitHub ↗
(l, b)

Source from the content-addressed store, hash-verified

5// Flags: --allow-natives-syntax --turbo-escape
6
7function get1(l, b) {
8 return l[1];
9}
10
11function with_double(x) {
12 var o = {a: [x,x,x]};

Callers 3

with_doubleFunction · 0.85
regress-780658.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected