forked from mirrors/0ad
ffd2219200
Upstream spidermonkey supports JSNative error reporting by returning an explicit failure code. This provides a full stacktrace. Calling JS_ReportError, removed upstream, removes that stacktrace. Instead, we should simply LOGERROR. Based on a patch by: elexis Reviewed By: wraitii Differential Revision: https://code.wildfiregames.com/D2627 This was SVN commit r23773.