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

Function get

deps/v8/test/mjsunit/elements-kind.js:278–278  ·  view source on GitHub ↗
(foo)

Source from the content-addressed store, hash-verified

276
277// Crankshaft support for smi-only elements in dynamic array literals.
278function get(foo) { return foo; } // Used to generate dynamic values.
279
280function crankshaft_test() {
281 var a1 = [get(1), get(2), get(3)];

Callers 1

elements-kind.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected