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

Function foo

deps/v8/test/mjsunit/regress-419099999.js:13–22  ·  view source on GitHub ↗
(a1)

Source from the content-addressed store, hash-verified

11})();
12
13const foo = (a1) => {
14 function bar() {
15 for (let i = 0; i < 5; i++) {
16 Probe.probe();
17 eval();
18 }
19 }
20 %PrepareFunctionForOptimization(bar);
21 return bar();
22};
23
24%PrepareFunctionForOptimization(foo);
25foo();

Callers 1

Calls 3

probeMethod · 0.80
evalFunction · 0.70
barFunction · 0.70

Tested by

no test coverage detected