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

Method setForeignSym

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

Source from the content-addressed store, hash-verified

711}
712
713func (p *proxyObject) setForeignSym(s *Symbol, v, receiver Value, throw bool) (bool, bool) {
714 return p.proxySetSym(s, v, receiver, throw), true
715}
716
717func (p *proxyObject) proxyDeleteCheck(trapResult bool, targetProp Value, name fmt.Stringer, target *Object, throw bool) {
718 if trapResult {

Callers

nothing calls this directly

Calls 1

proxySetSymMethod · 0.95

Tested by

no test coverage detected