https://codereview.chromium.org/226153002/diff/1/src/heap.cc
File src/heap.cc (right):

https://codereview.chromium.org/226153002/diff/1/src/heap.cc#newcode4650
src/heap.cc:4650: Handle<JSArray> Heap::AllocateJSArrayWithElements(
Since this is now handlified, it belongs to factory.cc

https://codereview.chromium.org/226153002/diff/1/src/heap.h
File src/heap.h (right):

https://codereview.chromium.org/226153002/diff/1/src/heap.h#newcode734
src/heap.h:734: Handle<FixedArrayBase> array_base,
We want to keep handlified code out of heap.cc. Remove this from heap.cc
and put the implementation into factory.cc please.

https://codereview.chromium.org/226153002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to