JSErrorCollector icon indicating copy to clipboard operation
JSErrorCollector copied to clipboard

Also return sourceLine, columnNumber and flags

Open p-vital opened this issue 9 years ago • 0 comments

This PR exposes the remaining attributes of nsIScriptError (https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIScriptError) - most importantly, flags which permits distinguishing errors (technically exceptions) from warnings in the code that uses JSErrorCollector.

p-vital avatar Sep 22 '15 17:09 p-vital