Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium
New issue 675 by [email protected]: ICs for nonexistent properties fail for
global properties
http://code.google.com/p/v8/issues/detail?id=675
The ICs for nonexistent properties introduces i r4401 do not check the
correct global property cells.
Here is a test exposing the problem:
function f() { return !this.x; }
f();
f();
this.x = 23;
if (f()) print('whoops');
I will put in the correct global property cell checks and reapply the
change.
--
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
To unsubscribe, reply using "remove me" as the subject.