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

Method setForeignStr

builtin_error.go:63–65  ·  view source on GitHub ↗
(name unistring.String, val, receiver Value, throw bool)

Source from the content-addressed store, hash-verified

61}
62
63func (e *errorObject) setForeignStr(name unistring.String, val, receiver Value, throw bool) (bool, bool) {
64 return e._setForeignStr(name, e.getOwnPropStr(name), val, receiver, throw)
65}
66
67func (e *errorObject) deleteStr(name unistring.String, throw bool) bool {
68 if name == propNameStack {

Callers

nothing calls this directly

Calls 2

getOwnPropStrMethod · 0.95
_setForeignStrMethod · 0.80

Tested by

no test coverage detected