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

Method setOwnSym

object.go:163–163  ·  view source on GitHub ↗
(p *Symbol, v Value, throw bool)

Source from the content-addressed store, hash-verified

161 setOwnStr(p unistring.String, v Value, throw bool) bool
162 setOwnIdx(p valueInt, v Value, throw bool) bool
163 setOwnSym(p *Symbol, v Value, throw bool) bool
164
165 setForeignStr(p unistring.String, v, receiver Value, throw bool) (res bool, handled bool)
166 setForeignIdx(p valueInt, v, receiver Value, throw bool) (res bool, handled bool)

Callers 8

SetSymbolMethod · 0.65
setOwnSymMethod · 0.65
setForeignSymMethod · 0.65
setOwnMethod · 0.65
setSymMethod · 0.65
setForeignSymMethod · 0.65
setOwnSymMethod · 0.65
setOwnSymMethod · 0.65

Implementers 2

baseObjectobject.go

Calls

no outgoing calls

Tested by

no test coverage detected