Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ h
Function
h
deps/v8/test/mjsunit/keyed-named-access.js:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
global.__defineGetter__(
"A"
,
function
() {
return
"x"
; });
44
45
function
h() {
46
return
"A"
;
47
}
48
49
function
g(a, b, c) {
50
try {
Callers
1
keyed-named-access.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected