(e, t)
| 15689 | return or(e[C.FIELDS.START_LINE], e[C.FIELDS.START_COL], e[C.FIELDS.END_LINE], e[C.FIELDS.END_COL]); |
| 15690 | } |
| 15691 | function os(e, t) { |
| 15692 | if (e) |
| 15693 | return or(e[C.FIELDS.START_LINE], e[C.FIELDS.START_COL], t[C.FIELDS.END_LINE], t[C.FIELDS.END_COL]); |
| 15694 | } |
| 15695 | function Tr(e, t) { |
| 15696 | var n = e[t]; |
| 15697 | if (typeof n == "string") |
no test coverage detected