Chromium Code Reviews| Index: src/type-info.h |
| =================================================================== |
| --- src/type-info.h (revision 8716) |
| +++ src/type-info.h (working copy) |
| @@ -238,6 +238,10 @@ |
| bool LoadIsBuiltin(Property* expr, Builtins::Name id); |
| + // We can't use ToBooleanStub::Types as the return value because of various |
| + // cylces in our headers. Death to tons of implementations in headers!! :-P |
|
fschneider
2011/07/25 11:55:19
It would be a perfect opportunity to untangle one
Sven Panne
2011/07/25 14:06:32
Untangling our huge header mess is a separate task
|
| + byte ToBooleanTypes(unsigned ast_id); |
| + |
| // Get type information for arithmetic operations and compares. |
| TypeInfo UnaryType(UnaryOperation* expr); |
| TypeInfo BinaryType(BinaryOperation* expr); |