LGTM, but I think calling it is_interceptor_ might be more accurate.
https://codereview.chromium.org/504183002/diff/80001/src/hydrogen.cc
File src/hydrogen.cc (right):
https://codereview.chromium.org/504183002/diff/80001/src/hydrogen.cc#newcode6079
src/hydrogen.cc:6079: return !IsReadOnly();
you could rewrite that as
IsLoad() || !IsReadOnly()
https://codereview.chromium.org/504183002/
--
--
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.