Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ foo
Function
foo
deps/v8/test/mjsunit/context-calls-maintained.js:82–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
// Test: verify that a load with IC does the right thing.
81
(
function
() {
82
var
foo =
function
() {
return
a; };
83
%PrepareFunctionForOptimization(foo);
84
a = 3;
85
foo(); foo(); foo();
Callers
1
context-calls-maintained.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected