Comment #1 on issue 260 by kmillikin: Assertion failure: CHECK(cgen_ ==  
__null) failed
http://code.google.com/p/v8/issues/detail?id=260

This hits an assertion failure in debug builds, but seems to work in  
release builds.
  We need to sort it out before closing the issue though.  Reduced test case:

function test() {
   var f = new Function("while(function () { var x = 1; }) {}");
   eval(f.toString());
}
test();


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to