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

Method setForeignStr

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

Source from the content-addressed store, hash-verified

644}
645
646func (a *dynamicArray) setForeignStr(p unistring.String, v, receiver Value, throw bool) (res bool, handled bool) {
647 return a.setParentForeignStr(p, v, receiver, throw)
648}
649
650func (a *dynamicArray) setForeignIdx(p valueInt, v, receiver Value, throw bool) (res bool, handled bool) {
651 return a.setParentForeignIdx(p, v, receiver, throw)

Callers

nothing calls this directly

Calls 1

setParentForeignStrMethod · 0.80

Tested by

no test coverage detected