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

Function read

deps/v8/test/mjsunit/mutable-int32-slot.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10let x = 0;
11(function() {
12 function read() {
13 return x;
14 }
15
16 // Should transition to Int32.
17 x = 0x4fffffff;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected