Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ typeOf
Method
typeOf
destruct.go:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(d *destructKeyedSource) typeOf() String {
54
return
d.w().typeOf()
55
}
56
57
func
(d *destructKeyedSource) getStr(p unistring.String, receiver Value) Value {
58
d.recordKey(stringValueFromRaw(p))
Callers
nothing calls this directly
Calls
2
w
Method · 0.95
typeOf
Method · 0.65
Tested by
no test coverage detected