You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • 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 :)

About

Avatar for Gordon @Gordon started