https://codereview.chromium.org/1180943007/diff/1/src/parser.cc
File src/parser.cc (right):
https://codereview.chromium.org/1180943007/diff/1/src/parser.cc#newcode2566
src/parser.cc:2566: if ((FLAG_strong_this || peek() != Token::THIS) &&
On 2015/06/12 15:01:34, conradw wrote:
Could the peek() check be eliminated by shifting the flag check to if
(!FLAG_strong_this) { break; } in the THIS case with a fallthrough?
Done.
https://codereview.chromium.org/1180943007/diff/1/src/preparser.cc
File src/preparser.cc (right):
https://codereview.chromium.org/1180943007/diff/1/src/preparser.cc#newcode603
src/preparser.cc:603: if ((FLAG_strong_this || peek() != Token::THIS) &&
On 2015/06/12 15:04:58, conradw wrote:
Similar here (sorry for spam)
Done.
https://codereview.chromium.org/1180943007/
--
--
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.