MCPcopy Index your code
hub / github.com/nodejs/node / executeCode

Function executeCode

deps/v8/test/mjsunit/regress-353561476.js:7–9  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

5// Flags: --reuse-scope-infos --expose-gc --stress-flush-code
6
7 function executeCode(code) {
8 if (typeof code === 'function') return code();
9 }
10 assertThrows = function assertThrows(code) {
11 executeCode(code);
12 };

Callers 1

Calls 1

codeFunction · 0.70

Tested by

no test coverage detected