Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ optimize
Function
optimize
deps/v8/test/debugger/debug/debug-optimize.js:26–32 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
24
25
26
function
optimize(f) {
27
%PrepareFunctionForOptimization(f);
28
f();
29
f();
30
%OptimizeFunctionOnNextCall(f);
31
f();
32
}
33
34
optimize(f1);
35
optimize(f2);
Callers
1
debug-optimize.js
File · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…