Sorry, more wishes. :)

https://codereview.chromium.org/657893003/diff/40001/src/ast-value-factory.h
File src/ast-value-factory.h (right):

https://codereview.chromium.org/657893003/diff/40001/src/ast-value-factory.h#newcode323
src/ast-value-factory.h:323: #define F(name, function_name, type)
\
Hm, this second-order macro magic still makes it rather hard to see
what's being declared here. TBH, it seems overkill for a list of 3
functions that is unlikely to ever be extended.

Can we have these functions declared explicitly, as before, and only use
a (first-order) macro for their implementation in the .cc file?

https://codereview.chromium.org/657893003/

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