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

Function value

deps/v8/test/mjsunit/es6/proxies.js:102–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 getOwnPropertyDescriptor(target, k) {
101 key = k
102 return {get value() { return 42 }, get configurable() { return true }}
103 }
104})
105

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected