0ad/source/gui/Scripting
wraitii 25490bfec3 Improve JS Exception handling.
- Check for pending exceptions after function calls and script
executions.
- Call LOGERROR instead of JS_ReportError when there is a conversion
error in FromJSVal, since that can only be called from C++ (where JS
errors don't really make sense). Instead, C++ callers of FromJSVal
should handle the failure and, themselves, either report an error or
simply do something else.
- Wrap JS_ReportError since that makes updating it later easier.

This isn't a systematical fix since ToJSVal also ought return a boolean
for failures, and we probably should trigger errors instead of warnings
on 'implicit' conversions, rather a preparation diff.

Part of the SM52 migration, stage: SM45 compatible (actually SM52
incompatible, too).

Based on a patch by: Itms
Comments by: Vladislavbelov, Stan`
Refs #742, #4893

Differential Revision: https://code.wildfiregames.com/D3093
This was SVN commit r24187.
2020-11-15 18:29:17 +00:00
..
GuiScriptConversions.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
JSInterface_GUIManager.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
JSInterface_GUIManager.h Mass rename CxPrivate to CmptPrivate. 2020-11-13 16:44:15 +00:00
JSInterface_GUISize.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
JSInterface_GUISize.h Sort GUI Object types, GUI Object bases and GUI Setting value types into three new folders. 2019-10-02 09:44:00 +00:00
JSInterface_IGUIObject.cpp Improve JS Exception handling. 2020-11-15 18:29:17 +00:00
JSInterface_IGUIObject.h Support deleting GUI Object event handlers following af9c336b43, refs #5387. 2019-10-28 11:35:04 +00:00
ScriptFunctions.cpp Sort GUI Object types, GUI Object bases and GUI Setting value types into three new folders. 2019-10-02 09:44:00 +00:00
ScriptFunctions.h Sort GUI Object types, GUI Object bases and GUI Setting value types into three new folders. 2019-10-02 09:44:00 +00:00