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

Function StoreToGlobal

deps/v8/test/mjsunit/global-ic.js:33–33  ·  view source on GitHub ↗
(global, value)

Source from the content-addressed store, hash-verified

31
32function LoadFromGlobal(global) { return global.x; }
33function StoreToGlobal(global, value) { global.x = value; }
34function CallOnGlobal(global) { return global.f(); }
35
36// Initialize the ICs in the functions.

Callers 1

global-ic.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected