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

Method getStr

builtin_error.go:43–45  ·  view source on GitHub ↗
(p unistring.String, receiver Value)

Source from the content-addressed store, hash-verified

41}
42
43func (e *errorObject) getStr(p unistring.String, receiver Value) Value {
44 return e.getStrWithOwnProp(e.getOwnPropStr(p), p, receiver)
45}
46
47func (e *errorObject) getOwnPropStr(name unistring.String) Value {
48 res := e.baseObject.getOwnPropStr(name)

Callers

nothing calls this directly

Calls 2

getOwnPropStrMethod · 0.95
getStrWithOwnPropMethod · 0.80

Tested by

no test coverage detected