(onfinally)
| 69576 | return this.parsedPromise; |
| 69577 | } |
| 69578 | then(onfulfilled, onrejected) { |
| 69579 | return this.parse().then(onfulfilled, onrejected); |
| 69580 | } |
| 69581 | catch(onrejected) { |
| 69582 | return this.parse().catch(onrejected); |
| 69583 | } |
no test coverage detected