1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2025 — Aug 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added JS\Context::parse() to parse a script added JS\Script::__invoke() to support $script() syntaxt added JS\Script::reset($root) to allow assining a new root to a string / resetting the entire script state removed JS\Context::reset() because is a bit pointless (you can just as well create a new context More... about 1 month ago
JS\Context can now be constructed with an optional parameter to pass a custom root object More... about 1 month ago
fixed issue with setting properties on objects, offsetSet() was called even when the ArrayAccess interface was not implemented, and the propery name and value got mixed up More... about 1 month ago
we now allow assning variables out of one context into an other context More... about 1 month ago
removed unused Core::_templates variable More... about 1 month ago
{auto} if there are multiple cores at the same time, they now all share an isolute More... about 1 month ago
remove need for unique_ptr for templates More... about 1 month ago
it is not easier to map context objects to core objects, and it no longer depends on the isolate (to allow having multiple cores for a single isolate) More... about 1 month ago
better support for arrays, template management moved to the isolate More... about 1 month ago
remove stuff from the isolate More... about 1 month ago
dead code More... about 1 month ago
the symbols for linking php objects and js objects have been removed from the Core class More... about 1 month ago
- added JS\Script class to compile a script once, and execute it multiple times - added JS\Context::reset() to reset a context (remove all variables from it) More... about 2 months ago
Merge pull request #12 from CopernicaMarketingSoftware/two More... about 1 year ago
fix timeout, and some other fixes More... about 1 year ago
updated README More... about 1 year ago
updated README More... about 1 year ago
updated README More... about 1 year ago
updated README More... about 1 year ago
updated README More... about 1 year ago
{auto} removed some todos More... about 1 year ago
added option to assign variables to scripts More... about 1 year ago
added a JS\Script class More... about 1 year ago
implemented calling js functions from php space More... about 1 year ago
implemented timeouts More... about 1 year ago
exception handling More... about 1 year ago
implemented passing of arguments More... about 1 year ago
some extra methods More... about 1 year ago
ToPrimitive conversions More... about 1 year ago
refactoed FromPhp to avoid need for a ".localI()" call More... about 1 year ago