Comment #1 on issue 2407 by [email protected]: Object.isFrozen() throws when called on a function whose caller is strict
http://code.google.com/p/v8/issues/detail?id=2407
Looking at http://code.google.com/searchframe#W9JxUuHYyMg/trunk/src/v8natives.js&q=isFrozen%20package:v8%5C.googlecode%5C.com&l=1228. Nothing stands out as [[Get]]'ing the value of a property.
However, it is strange that we are iterating over all the properties. Don't we keep a flag on the object for this?
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
