https://codereview.chromium.org/947683002/diff/40001/src/runtime/runtime-collections.cc
File src/runtime/runtime-collections.cc (right):

https://codereview.chromium.org/947683002/diff/40001/src/runtime/runtime-collections.cc#newcode26
src/runtime/runtime-collections.cc:26: return
isolate->heap()->the_hole_value();
On 2015/03/16 22:54:13, Michael Starzinger wrote:
This will trigger debug code in CEntryStub::Generate that asserts that
no
runtime function returns the hole. We probably will need to drop that
check.

%FixedArrayGet() can already return the hole (which is largely why I
need it here), so indeed it seems like we'd need to drop that check.

https://codereview.chromium.org/947683002/

--
--
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