summaryrefslogtreecommitdiff
path: root/src/core/script/ScriptEngine.hpp
AgeCommit message (Collapse)Author
2014-11-21Finished last commits moving action by also moving the tests and correcting ↵Benjamin Paassen
all references and namespaces in the code.
2014-10-26Fully implemented reading values from MozJs (except for all bugs that are ↵Andreas Stöckel
still in it); added generic unit test for java script engine implementations; added suppressions for valgrind (as the mozjs library produced some leaks that can safely be ignored); added a bunch of TODOs git-svn-id: file:///var/local/svn/basicwriter@79 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-10-25some restructuring, added first version of the mozjs pluginAndreas Stöckel
git-svn-id: file:///var/local/svn/basicwriter@78 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-10-20started to implement Function class which represents functions and methods, ↵Andreas Stöckel
both on the host and the client side git-svn-id: file:///var/local/svn/basicwriter@73 daaaf23c-2e50-4459-9457-1e69db5a47bf
2014-10-18improved Variant.cpp, added ScriptEngine.hpp containing the script engine ↵Andreas Stöckel
abstraction layer git-svn-id: file:///var/local/svn/basicwriter@72 daaaf23c-2e50-4459-9457-1e69db5a47bf