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

Method setOwnStr

destruct.go:87–89  ·  view source on GitHub ↗
(p unistring.String, v Value, throw bool)

Source from the content-addressed store, hash-verified

85}
86
87func (d *destructKeyedSource) setOwnStr(p unistring.String, v Value, throw bool) bool {
88 return d.w().setOwnStr(p, v, throw)
89}
90
91func (d *destructKeyedSource) setOwnIdx(p valueInt, v Value, throw bool) bool {
92 return d.w().setOwnIdx(p, v, throw)

Callers

nothing calls this directly

Calls 2

wMethod · 0.95
setOwnStrMethod · 0.65

Tested by

no test coverage detected