Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ w
Method
w
destruct.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(d *destructKeyedSource) w() objectImpl {
30
return
d.wrapped.ToObject(d.r).self
31
}
32
33
func
(d *destructKeyedSource) recordKey(key Value) {
34
d.usedKeys.add(key)
Callers
15
sortLen
Method · 0.95
sortGet
Method · 0.95
swap
Method · 0.95
className
Method · 0.95
typeOf
Method · 0.95
getStr
Method · 0.95
getIdx
Method · 0.95
getSym
Method · 0.95
getOwnPropStr
Method · 0.95
getOwnPropIdx
Method · 0.95
getOwnPropSym
Method · 0.95
setOwnStr
Method · 0.95
Calls
1
ToObject
Method · 0.65
Tested by
no test coverage detected