And yes, just broke it with:
var oops = "Hello"; for (var i=0;i<300;i++) { a = { }; a.a = a; a.b = oops; a = undefined; }
Wow, that's a huge bug! Really surprised that's existed for so long and we never noticed :)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
And yes, just broke it with:
Wow, that's a huge bug! Really surprised that's existed for so long and we never noticed :)