LGTM. I'll land that for you.
https://codereview.chromium.org/11409002/diff/1/src/collection.js File src/collection.js (right): https://codereview.chromium.org/11409002/diff/1/src/collection.js#newcode106 src/collection.js:106: %SetInitialize(this); On 2012/11/08 21:16:28, arv wrote:
I first added a %SetClear before I realized that it would do exactly
the same as
%SetInitialize. It might be less confusing to have SetClear? WDYT?
That's fine, I prefer it the way it is as well. The less entry points into the runtime the better. Should we start optimizing these entry points it's much simpler that way. https://codereview.chromium.org/11409002/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
