Index: src/full-codegen.h |
=================================================================== |
--- src/full-codegen.h (revision 3713) |
+++ src/full-codegen.h (working copy) |
@@ -245,7 +245,10 @@ |
// or on top of the stack) into the result expected according to an |
// expression context. |
void Apply(Expression::Context context, Register reg); |
+ |
+ // Slot cannot have type Slot::LOOKUP. |
void Apply(Expression::Context context, Slot* slot); |
+ |
void Apply(Expression::Context context, Literal* lit); |
void ApplyTOS(Expression::Context context); |