https://codereview.chromium.org/116533003/diff/120001/src/runtime.cc
File src/runtime.cc (right):
https://codereview.chromium.org/116533003/diff/120001/src/runtime.cc#newcode5808
src/runtime.cc:5808: if (i > 0 && jsproto->map()->is_hidden_prototype())
{
this should just be i > 0
https://codereview.chromium.org/116533003/diff/120001/src/runtime.cc#newcode5842
src/runtime.cc:5842: if (proto_with_hidden_properties > 0 || duplicates
0) {
actually, a better solution might be to call this unified variable
hidden_strings and insert the hidden string above instead of the hole.
it would reduce complexity
https://codereview.chromium.org/116533003/
--
--
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/groups/opt_out.