0ad/source/scripting
Yves b9892bc73a Remove ScriptableObject/CJSObject
Since all remaining uses of ScriptableObject/CJSObject have been
removed, the related files can now also be removed.
Closes #2212
Refs #2126
Refs #2137
Refs #1886

This was SVN commit r14026.
2013-10-19 10:14:08 +00:00
..
JSConversions.cpp Catch exceptions by reference (by convention), based on patch from Markus, refs #1852 2013-05-22 22:27:53 +00:00
JSConversions.h Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss. 2011-02-17 20:08:20 +00:00
JSUtil.cpp Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
JSUtil.h Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
ScriptGlue.cpp Changes the Console to expose global functions to scripts instead of properties. 2013-09-21 14:48:19 +00:00
ScriptGlue.h Changes the Console to expose global functions to scripts instead of properties. 2013-09-21 14:48:19 +00:00
ScriptingHost.cpp Changes the Console to expose global functions to scripts instead of properties. 2013-09-21 14:48:19 +00:00
ScriptingHost.h Fix some Clang warnings about unused private members 2013-10-19 00:53:58 +00:00
SpiderMonkey.h Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00