Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
TestGet({
191
get(t, k, r) {
return
this.get2(r, k) },
192
get2(r, k) { key = k;
return
42 }
193
})
194
195
TestGet(
new
Proxy({}, {
Callers
1
import-mutable-global.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected