Status: New
Owner: ----

New issue 1092 by [email protected]: More than 3 assignments to 'this' properties at global scope will break Heap invariants.
http://code.google.com/p/v8/issues/detail?id=1092

Run the following:

   this.x = 1; this.y = 2; this.z = 3;

The JSGlobalProxy for 'this' will be Normalized, breaking heap invariants. Adding a call to Verify at the end of NormalizeProperties will trigger.


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

Reply via email to