Index: src/hydrogen.h |
=================================================================== |
--- src/hydrogen.h (revision 9109) |
+++ src/hydrogen.h (working copy) |
@@ -779,6 +779,10 @@ |
INLINE_RUNTIME_FUNCTION_LIST(INLINE_FUNCTION_GENERATOR_DECLARATION) |
#undef INLINE_FUNCTION_GENERATOR_DECLARATION |
+ void EmitDeclaration(VariableProxy* proxy, |
Kevin Millikin (Chromium)
2011/09/01 15:40:58
Don't call this Emit, save that for things that ge
fschneider
2011/09/01 16:28:21
Done.
|
+ Variable::Mode mode, |
+ FunctionLiteral* function); |
+ |
void VisitDelete(UnaryOperation* expr); |
void VisitVoid(UnaryOperation* expr); |
void VisitTypeof(UnaryOperation* expr); |