Addressed comments, landing.

https://codereview.chromium.org/1197133003/diff/60001/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/1197133003/diff/60001/src/objects.cc#newcode12428
src/objects.cc:12428: DCHECK(!(value->IsSmi() &&
object->HasFastDoubleElements()));
On 2015/06/22 17:03:02, Jakob wrote:
AFAICS you can DCHECK(!object->HasFastDoubleElements()) here.

Done.

https://codereview.chromium.org/1197133003/diff/60001/src/objects.cc#newcode12673
src/objects.cc:12673: if (introduces_holes &&
object->HasFastHoleyElements()) {
On 2015/06/22 17:03:02, Jakob wrote:
I think you want to keep the '!'.

Done.

https://codereview.chromium.org/1197133003/

--
--
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/d/optout.

Reply via email to