On Wed, Feb 3, 2010 at 6:00 PM, <[email protected]> wrote: > I'm not sure about the map check vs. identity check. Can there be a map > transition on the global object? In that case I have to check the map, > right?
It has to be a map check - if nothing else then because of "forced" deletes of properties (even DontDelete ones). Cheers, Kasper -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
