(name unistring.String, val, receiver Value, throw bool)
| 61 | } |
| 62 | |
| 63 | func (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 | |
| 67 | func (e *errorObject) deleteStr(name unistring.String, throw bool) bool { |
| 68 | if name == propNameStack { |
nothing calls this directly
no test coverage detected