thx for review!

https://codereview.chromium.org/206433003/diff/1/src/parser.h
File src/parser.h (right):

https://codereview.chromium.org/206433003/diff/1/src/parser.h#newcode493
src/parser.h:493: void CheckPossibleEvalCall(Expression* expression,
On 2014/03/21 09:45:44, Michael Starzinger wrote:
nit: Should fit into one line. Also can we have a short one-line
comment about
intended semantics?

Done.

The comment is:

// Keep track of eval() calls since they disable all local variable
// optimizations. This checks if expression is an eval call, and if yes,
// forwards the information to scope.

https://codereview.chromium.org/206433003/

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