From eb7211bb8d199b60d1e15cc84e16e08f1e8c0f23 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 26 Oct 2014 01:17:02 +0000 Subject: Fully implemented reading values from MozJs (except for all bugs that are 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 --- src/core/script/ScriptEngine.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/core/script/ScriptEngine.hpp') diff --git a/src/core/script/ScriptEngine.hpp b/src/core/script/ScriptEngine.hpp index 2341beb..6c048aa 100644 --- a/src/core/script/ScriptEngine.hpp +++ b/src/core/script/ScriptEngine.hpp @@ -27,6 +27,14 @@ #include "Variant.hpp" +// TODO: Provide more Exception classes than ScriptEngineException -- one for +// internal errors, one for script errors + +// TODO: Allow reporting multiple exceptions (e.g. to report all syntax errors +// at once) + +// TODO: Add API that allow pre-compilation of scripts + namespace ousia { namespace script { -- cgit v1.2.3