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

Method defineOwnPropertySym

object.go:179–179  ·  view source on GitHub ↗
(name *Symbol, desc PropertyDescriptor, throw bool)

Source from the content-addressed store, hash-verified

177 defineOwnPropertyStr(name unistring.String, desc PropertyDescriptor, throw bool) bool
178 defineOwnPropertyIdx(name valueInt, desc PropertyDescriptor, throw bool) bool
179 defineOwnPropertySym(name *Symbol, desc PropertyDescriptor, throw bool) bool
180
181 deleteStr(name unistring.String, throw bool) bool
182 deleteIdx(idx valueInt, throw bool) bool

Callers 8

defineOwnPropertySymMethod · 0.65
defineOwnPropertySymMethod · 0.65
setSymMethod · 0.65
defineOwnPropertyMethod · 0.65
defineOwnPropertySymMethod · 0.65
defineOwnPropertySymMethod · 0.65

Implementers 2

baseObjectobject.go

Calls

no outgoing calls

Tested by

no test coverage detected