https://codereview.chromium.org/1194943002/diff/20001/src/elements.cc
File src/elements.cc (right):

https://codereview.chromium.org/1194943002/diff/20001/src/elements.cc#newcode1323
src/elements.cc:1323: Isolate* isolate = array->GetIsolate();
This declaration of 'isolate' shadows a seemingly identical declaration
in the outer scope. I don't think this is a bug, but it is a minor
inefficiency and it does have the potential to be confusing, especially
after subsequent modifications to the code.

Consider removing this declaration and using just the outer-scope
declaration?

https://codereview.chromium.org/1194943002/

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