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

Method hasOwnPropertySym

proxy.go:505–507  ·  view source on GitHub ↗
(s *Symbol)

Source from the content-addressed store, hash-verified

503}
504
505func (p *proxyObject) hasOwnPropertySym(s *Symbol) bool {
506 return p.getOwnPropSym(s) != nil
507}
508
509func (p *proxyObject) proxyGetOwnPropertyDescriptor(targetProp Value, target *Object, trapResult Value, name fmt.Stringer) Value {
510 r := p.val.runtime

Callers

nothing calls this directly

Calls 1

getOwnPropSymMethod · 0.95

Tested by

no test coverage detected