LGTM from my end of comments are addressed.

https://codereview.chromium.org/473263004/diff/170001/src/compiler/ast-graph-builder.cc
File src/compiler/ast-graph-builder.cc (right):

https://codereview.chromium.org/473263004/diff/170001/src/compiler/ast-graph-builder.cc#newcode902
src/compiler/ast-graph-builder.cc:902:
NewNode(javascript()->StoreNamed(info()->strict_mode(), name),
nit: Please s/info()->strict_mode()/strict_mode()/ throughout the file.

https://codereview.chromium.org/473263004/diff/170001/test/cctest/compiler/function-tester.h
File test/cctest/compiler/function-tester.h (right):

https://codereview.chromium.org/473263004/diff/170001/test/cctest/compiler/function-tester.h#newcode34
test/cctest/compiler/function-tester.h:34: USE(flags_);
Why do we need this USE here?

https://codereview.chromium.org/473263004/diff/170001/test/cctest/compiler/function-tester.h#newcode49
test/cctest/compiler/function-tester.h:49:
info.MarkAsContextSpecializing();
If the condition goes over a line-break then please add curly braces.

https://codereview.chromium.org/473263004/

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