summaryrefslogtreecommitdiff
path: root/javascript/duktape/duk_custom.h
Commit message (Collapse)AuthorAgeFilesLines
* JS: use deep stack, regardless of platform.John-Mark Bell2015-08-151-0/+2
| | | | | Without enabling this, the compiler recursion limit will be hit when parsing most non-trivial JS libraries.
* Attempt to prevent use of STRPTIME or GETDATE on platforms where we know it ↵Daniel Silverstone2015-08-121-0/+29
is broken