jow- / ucode

JavaScript-like language with optional templating
ISC License
90 stars 30 forks source link

vm: rework object iteration #189

Closed jow- closed 7 months ago

jow- commented 7 months ago

Ensure that deleting object keys during iteration is safe by keeping a global chain of per-object iterators which are advanced to the next key when the entry that is about to be iterated is deleted.