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

Method defineOwnPropertyStr

object.go:177–177  ·  view source on GitHub ↗
(name unistring.String, desc PropertyDescriptor, throw bool)

Source from the content-addressed store, hash-verified

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
179 defineOwnPropertySym(name *Symbol, desc PropertyDescriptor, throw bool) bool
180

Callers 15

DefineDataPropertyMethod · 0.65
defineOwnPropertyStrMethod · 0.65
defineOwnPropertyStrMethod · 0.65
defineOwnPropertyIdxMethod · 0.65
defineOwnPropertyStrMethod · 0.65
defineOwnPropertyIdxMethod · 0.65
defineOwnPropertyStrMethod · 0.65
defineOwnPropertyStrMethod · 0.65
defineOwnPropertyIdxMethod · 0.65
defineOwnPropertyIdxMethod · 0.65
setStrMethod · 0.65

Implementers 2

baseObjectobject.go

Calls

no outgoing calls

Tested by

no test coverage detected