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

Function CallOnGlobal

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

Source from the content-addressed store, hash-verified

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.
37for (var i = 0; i < 3; i++) {

Callers 1

global-ic.jsFile · 0.85

Calls 1

fMethod · 0.45

Tested by

no test coverage detected