Comment #7 on issue 1547 by [email protected]: Wrong global in cross-frame this-coercion
http://code.google.com/p/v8/issues/detail?id=1547
We do get the final four 'u's in at least Chrome 14 (don't have Chrome 13 here).
It's the 'o's that we differ on (and that I say has not caused any problems). The change in https://bugzilla.mozilla.org/show_bug.cgi?id=634590, if I understand it correctly, was to make 'o's into 'i's again for calls of variables (references with an environment record as base, positions 0 and 2 in the example). We have those 'i's (and always have had them), but we also have 'i's for non-reference calls (positions 1 and 3) which seems, arguably, more consistent than 'o's.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
