 Chromium Code Reviews
 Chromium Code Reviews Issue 360011:
  Obey the flag --lazy in the toplevel code generator....  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 360011:
  Obey the flag --lazy in the toplevel code generator....  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/fast-codegen.h | 
| =================================================================== | 
| --- src/fast-codegen.h (revision 3211) | 
| +++ src/fast-codegen.h (working copy) | 
| @@ -70,7 +70,6 @@ | 
| void TestAndBranch(Register source, Label* true_label, Label* false_label); | 
| void VisitDeclarations(ZoneList<Declaration*>* declarations); | 
| - Handle<JSFunction> BuildBoilerplate(FunctionLiteral* fun); | 
| void DeclareGlobals(Handle<FixedArray> pairs); | 
| void EmitCallWithStub(Call* expr); |