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

Method setForeignStr

object.go:165–165  ·  view source on GitHub ↗
(p unistring.String, v, receiver Value, throw bool)

Source from the content-addressed store, hash-verified

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)
167 setForeignSym(p *Symbol, v, receiver Value, throw bool) (res bool, handled bool)
168

Callers 8

setOwnStrMethod · 0.65
_setForeignStrMethod · 0.65
setStrMethod · 0.65
setOwnStrMethod · 0.65
setParentForeignStrMethod · 0.65
setOwnStrMethod · 0.65
setOwnStrMethod · 0.65
setForeignStrMethod · 0.65

Implementers 2

baseObjectobject.go

Calls

no outgoing calls

Tested by

no test coverage detected