JSErrorCollector
JSErrorCollector copied to clipboard
Also return sourceLine, columnNumber and flags
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.