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

Method hasOwnPropertySym

object.go:175–175  ·  view source on GitHub ↗
(s *Symbol)

Source from the content-addressed store, hash-verified

173 hasOwnPropertyStr(unistring.String) bool
174 hasOwnPropertyIdx(valueInt) bool
175 hasOwnPropertySym(s *Symbol) bool
176
177 defineOwnPropertyStr(name unistring.String, desc PropertyDescriptor, throw bool) bool
178 defineOwnPropertyIdx(name valueInt, desc PropertyDescriptor, throw bool) bool

Callers 2

hasOwnPropertyMethod · 0.65
hasOwnPropertySymMethod · 0.65

Implementers 2

baseObjectobject.go

Calls

no outgoing calls

Tested by

no test coverage detected