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

Function setupGlobalProxy

lib/internal/bootstrap/node.js:448–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446}
447
448function setupGlobalProxy() {
449 ObjectDefineProperty(globalThis, SymbolToStringTag, {
450 __proto__: null,
451 value: 'global',
452 writable: false,
453 enumerable: false,
454 configurable: true,
455 });
456 globalThis.global = globalThis;
457}
458
459function setupBuffer() {
460 const {

Callers 1

node.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected