MCPcopy Index your code
hub / github.com/nodejs/node / console_low_stack_space.js

File console_low_stack_space.js

test/fixtures/console/console_low_stack_space.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2// Copy console accessor because requiring ../common touches it
3const consoleDescriptor = Object.getOwnPropertyDescriptor(global, 'console');
4Object.defineProperty(global, 'console', {

Callers

nothing calls this directly

Calls 4

aFunction · 0.70
requireFunction · 0.50
definePropertyMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected