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

Function f

deps/v8/test/mjsunit/baseline/flush-baseline-code.js:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22var x = {b:20, c:30};
23function f() {
24 return x.b + 10;
25}
26
27(async function () {
28 // Test bytecode gets flushed

Callers 7

test-osr.jsFile · 0.70
runFunction · 0.70
test-osr-maglev.jsFile · 0.70
runFunction · 0.70
testFunction · 0.50

Calls

no outgoing calls

Tested by 1

testFunction · 0.40