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

Method setForeignStr

proxy.go:705–707  ·  view source on GitHub ↗
(name unistring.String, v, receiver Value, throw bool)

Source from the content-addressed store, hash-verified

703}
704
705func (p *proxyObject) setForeignStr(name unistring.String, v, receiver Value, throw bool) (bool, bool) {
706 return p.proxySetStr(name, v, receiver, throw), true
707}
708
709func (p *proxyObject) setForeignIdx(idx valueInt, v, receiver Value, throw bool) (bool, bool) {
710 return p.proxySetIdx(idx, v, receiver, throw), true

Callers

nothing calls this directly

Calls 1

proxySetStrMethod · 0.95

Tested by

no test coverage detected