https://codereview.chromium.org/1066933005/diff/20001/src/preparser.h
File src/preparser.h (right):
https://codereview.chromium.org/1066933005/diff/20001/src/preparser.h#newcode2019
src/preparser.h:2019: auto result =
ParseAndClassifyIdentifier(&classifier, ok);
On 2015/04/23 20:20:30, arv wrote:
Can't you use CHECK_OK_CUSTOM here?
auto result = ParseAndClassifyIdentifier(&classifier,
CHECK_OK_CUSTOM(EmptyIdentifier));
No because I need Traits::EmptyIdentifier()
https://codereview.chromium.org/1066933005/
--
--
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.