summaryrefslogtreecommitdiff
path: root/src/core/script
AgeCommit message (Expand)Author
2014-11-21Finished last commits moving action by also moving the tests and correcting a...Benjamin Paassen
2014-10-26implemented setting/getting host variables, including host functions but not ...Andreas Stöckel
2014-10-26Fully implemented reading values from MozJs (except for all bugs that are sti...Andreas Stöckel
2014-10-25some restructuring, added first version of the mozjs pluginAndreas Stöckel
2014-10-25started unit test for Object, fixed possible used of already freed ArgumentVa...Andreas Stöckel
2014-10-24added some comments to the Variant class (not done yet), moved VarNull to Var...Andreas Stöckel
2014-10-24added Function, Property and Object classes; added CMakeLists entries for the...Andreas Stöckel
2014-10-24finished implementation of HostFunctionAndreas Stöckel
2014-10-20started to implement Function class which represents functions and methods, b...Andreas Stöckel
2014-10-18improved Variant.cpp, added ScriptEngine.hpp containing the script engine abs...Andreas Stöckel
2014-10-16current versoinAndreas Stöckel
2014-10-16fixed typeo in RangeSet, added unit test for VariantAndreas Stöckel
2014-10-16removed old codeAndreas Stöckel