Supporting end column on JSErrorReport
Ehsan Akhgari <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <CANTur_6+k7_4L_k3nVkW_hSgRBpQ_v3sc73XBdHkE1YW3_SEsw@mail.gmail.com> |
Hi everyone, Currently JSErrorReport doesn't have the notion of the end column, which is something that is exposed by the corresponding V8 data structure (v8::Message). Is the end column something that we can easily support? Thanks, -- Ehsan