Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
function
get_cow() {
return
[1, 2, 3]; }
110
111
function
transition(x) { x[0] = 1.5; }
112
Callers
1
elements-transition.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected