https://codereview.chromium.org/290373002/diff/20001/src/macros.py
File src/macros.py (right):

https://codereview.chromium.org/290373002/diff/20001/src/macros.py#newcode174
src/macros.py:174: macro HAS_PRIVATE(obj, sym) = (%HasOwnProperty(obj,
sym));
On 2014/05/19 21:21:02, Michael Starzinger wrote:
OK, maybe I am confused here, but IMHO the macro HAS_PRIVATE is not
used
anywhere in the codebase. Which in turn explains why it is no problem
that the
%HasOwnProperty runtime does not exists. I think I need more context
here.

Oops, how embarrassing, that should be HasLocalProperty, of course. (It
will come in useful for one of Arv's in-flight CLs.)

It's unfortunate that it's not possible to write tests for macros.py...

https://codereview.chromium.org/290373002/

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