https://codereview.chromium.org/16438010/diff/1/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/16438010/diff/1/src/objects.cc#newcode10970
src/objects.cc:10970: SetProperty(deleted,
isolate->factory()->length_string(),
This can go inside the if (delete_count) block.

I also wonder if the thing you actually want is a static, handlified
version of JSArray::SetElementsLength, which will short-circuit the
whole property-setting machinery.

https://codereview.chromium.org/16438010/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to