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

Function get2

deps/v8/test/mjsunit/es6/proxies.js:192–192  ·  view source on GitHub ↗
(r, k)

Source from the content-addressed store, hash-verified

190TestGet({
191 get(t, k, r) { return this.get2(r, k) },
192 get2(r, k) { key = k; return 42 }
193})
194
195TestGet(new Proxy({}, {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected