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

Function run

deps/v8/test/mjsunit/baseline/test-baseline-module.mjs:10–14  ·  view source on GitHub ↗
(f, ...args)

Source from the content-addressed store, hash-verified

8import imported from 'test-baseline-module-helper.mjs';
9
10function run(f, ...args) {
11 try { f(...args); } catch (e) {}
12 %CompileBaseline(f);
13 return f(...args);
14}
15
16function construct(f, ...args) {
17 try { new f(...args); } catch (e) {}

Callers 1

Calls 1

fFunction · 0.70

Tested by

no test coverage detected