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

Function a

test/fixtures/console/console_low_stack_space.js:18–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16let compiledConsole;
17
18function a() {
19 try {
20 return a();
21 } catch (e) {
22 compiledConsole = consoleDescriptor.value;
23 if (compiledConsole.log) {
24 // Using `console.log` itself might not succeed yet, but the code for it
25 // has been compiled.
26 } else {
27 throw e;
28 }
29 }
30}
31
32a();
33

Callers 2

composeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected