()
| 13586 | return [this._source_view.filename(), this._source_view.lineno_to_source_lineno(lineno), col_offset]; |
| 13587 | } |
| 13588 | start() { |
| 13589 | return this._start; |
| 13590 | } |
| 13591 | toString() { |
| 13592 | const loc = this.file_line_col(); |
| 13593 | return loc ? `${loc[0]}:${loc[1]}:${loc[2]}` : ''; |
no outgoing calls
no test coverage detected