MCPcopy Create free account
hub / github.com/dop251/goja / getOwnPropStr

Method getOwnPropStr

destruct.go:72–75  ·  view source on GitHub ↗
(u unistring.String)

Source from the content-addressed store, hash-verified

70}
71
72func (d *destructKeyedSource) getOwnPropStr(u unistring.String) Value {
73 d.recordKey(stringValueFromRaw(u))
74 return d.w().getOwnPropStr(u)
75}
76
77func (d *destructKeyedSource) getOwnPropIdx(v valueInt) Value {
78 d.recordKey(v.toString())

Callers

nothing calls this directly

Calls 4

recordKeyMethod · 0.95
wMethod · 0.95
stringValueFromRawFunction · 0.85
getOwnPropStrMethod · 0.65

Tested by

no test coverage detected