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

https://codereview.chromium.org/1178123003/diff/1/src/objects.cc#newcode11853
src/objects.cc:11853:
CHECK(JSReceiver::GetPropertyAttributes(&it).IsJust());
On 2015/06/11 14:35:24, Jakob wrote:
Can this be a DCHECK?

No, in that case it wouldn't run in release mode.
Alternatively I can make a local variable which I USE and
DCHECK(v.IsJust()); This seems a bit cleaner and in sync with other
places...

https://codereview.chromium.org/1178123003/

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