The roll was blocked since I added a correctness DCHECK to ensure we never try to look up indexed properties as named properties. Apparently the *RealNamed* API methods only have named variants, but were always used by the embedder to find elements as well. We'd never find them though, since we wouldn't even look
there.

I'm submitting a CL that ensures we also look for elements now:
https://codereview.chromium.org/1177383004/

I guess for all named API functions we should assume they are used similar to
o["name"] where name could also be a number... At least we should make it
uniform between embedder and V8. This matches us up with their expectations for
now...

https://codereview.chromium.org/1178893002/

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