MCPcopy 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

109function get_cow() { return [1, 2, 3]; }
110
111function transition(x) { x[0] = 1.5; }
112
113var ignore = get_cow();
114transition(ignore); // Handled by runtime.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected