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

Function get

test/parallel/test-navigator.js:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 try {
16 let called = false;
17 Object.defineProperty(process, 'arch', { get() { called += 'arch|'; return arch; } });
18 Object.defineProperty(process, 'platform', { get() { called = 'platform|'; return platform; } });
19 Object.defineProperty(process, 'version', { get() { called = 'version|'; return version; } });
20

Calls

no outgoing calls

Tested by 2

testFunction · 0.56
testFunction · 0.56