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

https://codereview.chromium.org/11275283/diff/1/src/objects.cc#newcode10310
src/objects.cc:10310: return HasIndexedInterceptor()
consider factoring out into inline static?

https://codereview.chromium.org/11275283/diff/1/src/objects.cc#newcode10344
src/objects.cc:10344: if (old_attributes == ABSENT) {
nit: return early here. e.g.

if (old_attributes != ABSENT)
  return *hresult;

EnqueueChangeRecord...

https://codereview.chromium.org/11275283/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to