()
| 94 | } |
| 95 | |
| 96 | func (e *errorObject) iterateStringKeys() iterNextFunc { |
| 97 | e.addStackProp() |
| 98 | return e.baseObject.iterateStringKeys() |
| 99 | } |
| 100 | |
| 101 | func (e *errorObject) init() { |
| 102 | e.baseObject.init() |
nothing calls this directly
no test coverage detected