yate/libs/yscript
marian a95f965a0c Fixed JSON replaceReferences bug: check if object was already found when no replacements are done in it. Improved debug.
git-svn-id: http://yate.null.ro/svn/yate/trunk@6526 acf43c95-373e-0410-b603-e72c3f656dc1
2021-10-27 12:43:59 +00:00
..
Makefile.in Added partial universal scripting implementation with Javascript support. 2012-02-10 14:53:55 +00:00
evaluator.cpp Added missing precedence of the nullish operator. 2021-08-11 10:52:33 +00:00
javascript.cpp Changed priority of the JS specific operators. 2021-08-16 10:52:48 +00:00
jsobjects.cpp Fixed JSON replaceReferences bug: check if object was already found when no replacements are done in it. Improved debug. 2021-10-27 12:43:59 +00:00
script.cpp Add tracking for Javascript object creation and destruction. 2020-10-21 11:01:31 +00:00
yatescript.h Added support for JSON Path (find value in object by path). Fixed JSON.stringify(): avoid crashing on circular references, replace already found objects by their path reference. Report path in Engine.dump_r for already found objects. 2021-10-27 10:22:53 +00:00