Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ transition
Function
transition
deps/v8/test/mjsunit/elements-transition.js:111–111 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
109
function
get_cow() {
return
[1, 2, 3]; }
110
111
function
transition(x) { x[0] = 1.5; }
112
113
var
ignore = get_cow();
114
transition(ignore);
// Handled by runtime.
Callers
1
elements-transition.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected