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

Function f

deps/v8/test/mjsunit/maglev/get-prototype.js:42–45  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

40test(true);
41
42var f = function(x) {
43 console.log(x);
44 return Object.getPrototypeOf(x);
45};
46%PrepareFunctionForOptimization(f);
47try{f();} catch(e) {}
48%OptimizeMaglevOnNextCall(f);

Callers 2

testFunction · 0.70
get-prototype.jsFile · 0.70

Calls 1

logMethod · 0.45

Tested by 1

testFunction · 0.56