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

Function write

deps/v8/test/mjsunit/regress-376738752.js:10–12  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

8x = -12.65; // Transition to kMutableHeapNumber.
9
10function write(a) {
11 x = a;
12}
13
14// Get context slot mutable number reference if leaked.
15let y = x;

Calls

no outgoing calls

Tested by

no test coverage detected