summaryrefslogtreecommitdiffhomepage
path: root/vm.c
AgeCommit message (Expand)Author
2021-03-23vm: fix leaking source context strings in trace modeJo-Philipp Wich
2021-03-11vm: gracefully handle property setting on non-array, non-object valuesJo-Philipp Wich
2021-03-08vm: use uc_prototype_lookup() to obtain require function pointerJo-Philipp Wich
2021-03-08vm: fix global scope refcount imbalanceJo-Philipp Wich
2021-02-25vm: use portable printf format for pointer differencesJo-Philipp Wich
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich