Index: src/ast.h |
=================================================================== |
--- src/ast.h (revision 4271) |
+++ src/ast.h (working copy) |
@@ -255,6 +255,10 @@ |
LoopConditionField::encode(flag); |
} |
+ // The value of the expression is guaranteed to be a smi, because the |
+ // top operation is a bit operation with a mask, or a shift. |
+ bool GuaranteedSmiResult(); |
+ |
// AST analysis results |
// True if the expression rooted at this node can be compiled by the |