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

Method setForeignStr

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

Source from the content-addressed store, hash-verified

97}
98
99func (d *destructKeyedSource) setForeignStr(p unistring.String, v, receiver Value, throw bool) (res bool, handled bool) {
100 return d.w().setForeignStr(p, v, receiver, throw)
101}
102
103func (d *destructKeyedSource) setForeignIdx(p valueInt, v, receiver Value, throw bool) (res bool, handled bool) {
104 return d.w().setForeignIdx(p, v, receiver, throw)

Callers

nothing calls this directly

Calls 2

wMethod · 0.95
setForeignStrMethod · 0.65

Tested by

no test coverage detected