REALMC-11689: add arrow functions, typed array fixes, more date-time formats, ...#47
Merged
Gabri3l merged 19 commits intomongodb-forks:realmfrom Gabri3l:update_goja_part_2Feb 4, 2022
+1,999-689
Commits
Commits on Feb 4, 2022
Do not modify sb for variadic calls as it breaks local variables resolution. Instead place a marker on stack and use it to count the number of args. Fixes dop251#311.
Treat date-only formats as UTC and date-time as local timezone. Added support for additional datetime formats. Fixes dop251#281, fixes dop251#292.