Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ HasByteCode
Function
HasByteCode
deps/v8/test/mjsunit/baseline/flush-baseline-code.js:17–20 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
15
}
16
17
function
HasByteCode(f) {
18
let
opt_status = %GetOptimizationStatus(f);
19
return
(opt_status & V8OptimizationStatus.kInterpreted) !== 0;
20
}
21
22
var
x = {b:20, c:30};
23
function
f() {
Callers
2
flush-baseline-code.js
File · 0.70
f1
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected