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

Function factory

deps/v8/test/mjsunit/baseline/test-baseline.js:303–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301// Tier-up via InterpreterEntryTrampoline
302(function() {
303 function factory() {
304 return function(a) {
305 return a;
306 };
307 }
308 let f1 = factory();
309 let f2 = factory();
310 %NeverOptimizeFunction(f1);

Callers 1

test-baseline.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected