https://codereview.chromium.org/1307223002/diff/1/src/ast.cc
File src/ast.cc (right):
https://codereview.chromium.org/1307223002/diff/1/src/ast.cc#newcode437
src/ast.cc:437: bool is_simple = boilerplate_properties_ != 0 ||
properties()->length() == 0;
On 2015/08/24 16:04:40, wingo wrote:
I am missing a bit of context. Is boilerplate_properties always zero
if there
are computed properties? As an ignorant reader I would appreciate a
has_computed_properties() predicate :)
yeah, it can be organized that way for sure. I'm not totally sure why we
don't save the `has_computed_properties` flag in the literal, which is
computed by the parser already
https://codereview.chromium.org/1307223002/
--
--
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.