Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
function
LoadFromGlobal(global) {
return
global.x; }
33
function
StoreToGlobal(global, value) { global.x = value; }
34
function
CallOnGlobal(global) {
return
global.f(); }
35
36
// Initialize the ICs in the functions.
Callers
1
global-ic.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected