MCPcopy 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
17function HasByteCode(f) {
18 let opt_status = %GetOptimizationStatus(f);
19 return (opt_status & V8OptimizationStatus.kInterpreted) !== 0;
20}
21
22var x = {b:20, c:30};
23function f() {

Callers 2

f1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected