| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 11348)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -913,11 +913,6 @@
|
| INLINE_RUNTIME_FUNCTION_LIST(INLINE_FUNCTION_GENERATOR_DECLARATION)
|
| #undef INLINE_FUNCTION_GENERATOR_DECLARATION
|
|
|
| - void HandleDeclaration(VariableProxy* proxy,
|
| - VariableMode mode,
|
| - FunctionLiteral* function,
|
| - int* global_count);
|
| -
|
| void VisitDelete(UnaryOperation* expr);
|
| void VisitVoid(UnaryOperation* expr);
|
| void VisitTypeof(UnaryOperation* expr);
|
| @@ -1167,6 +1162,7 @@
|
| HBasicBlock* current_block_;
|
|
|
| int inlined_count_;
|
| + ZoneList<Handle<Object> > globals_;
|
|
|
| Zone* zone_;
|
|
|
|
|