MCPcopy Create free account
hub / github.com/nodejs/node / key

Method key

test/parallel/test-vm-global-property-enumerator.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 },
30 (new class GetterObject {
31 get key() {
32 return 'value';
33 }
34 get 1() {
35 return 'value';
36 }

Callers 5

doTestFunction · 0.45
get_keysFunction · 0.45
runTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected