summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/smbscript.c
Commit message (Collapse)AuthorAgeFilesLines
...
* r7063: Do error checking on the ejs functions.Tim Potter2007-10-101-9/+19
| | | | | | | | Tridge says there is a bug in defining per-engine CFunction's so move calls to ejsDefineStringCFunction() above the ejsOpenEngine() call. Test script now works! (This used to be commit 5e2458ae6c863ff29b85fff3d093f7f4fa9dc2be)
* r7061: A ejs scripting client. This should allow javascript to be run in aTim Potter2007-10-101-0/+62
command line environment instead of inside the web server. It doesn't work yet though, rather an exception is thrown when trying to call ejsDefineStringCFunction(). (This used to be commit 3444cd5429dfef5a67d5bf7818ae08e4e8cc5ccc)