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

Function get_cow

deps/v8/test/mjsunit/elements-transition.js:109–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108// Check COW arrays
109function get_cow() { return [1, 2, 3]; }
110
111function transition(x) { x[0] = 1.5; }
112

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected