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

Method setOwnSym

proxy.go:701–703  ·  view source on GitHub ↗
(s *Symbol, v Value, throw bool)

Source from the content-addressed store, hash-verified

699}
700
701func (p *proxyObject) setOwnSym(s *Symbol, v Value, throw bool) bool {
702 return p.proxySetSym(s, v, p.val, throw)
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

Callers

nothing calls this directly

Calls 1

proxySetSymMethod · 0.95

Tested by

no test coverage detected