thanks for review!

https://codereview.chromium.org/1060913005/diff/250001/src/scopes.cc
File src/scopes.cc (right):

https://codereview.chromium.org/1060913005/diff/250001/src/scopes.cc#newcode1191
src/scopes.cc:1191: class_var =
class_var->corresponding_outer_class_variable();
On 2015/04/23 13:17:20, rossberg wrote:
Nit: you could switch the two lines and avoid the duplication:

class_var = class_var>corresponding_outer_class_variable();
if (class_var) {

Done.

https://codereview.chromium.org/1060913005/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to