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

Function run

deps/v8/test/mjsunit/baseline/test-baseline.js:7–11  ·  view source on GitHub ↗
(f, ...args)

Source from the content-addressed store, hash-verified

5// Flags: --allow-natives-syntax --super-ic --sparkplug --no-always-sparkplug
6
7function run(f, ...args) {
8 try { f(...args); } catch (e) {}
9 %CompileBaseline(f);
10 return f(...args);
11}
12
13function construct(f, ...args) {
14 try { new f(...args); } catch (e) {}

Callers 1

test-baseline.jsFile · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected