Index: src/arm/full-codegen-arm.cc |
=================================================================== |
--- src/arm/full-codegen-arm.cc (revision 4439) |
+++ src/arm/full-codegen-arm.cc (working copy) |
@@ -666,7 +666,8 @@ |
void FullCodeGenerator::VisitFunctionLiteral(FunctionLiteral* expr) { |
Comment cmnt(masm_, "[ FunctionLiteral"); |
- // Build the function boilerplate and instantiate it. |
+ // Build the shared function info and instantiate the function based |
+ // on it. |
Handle<SharedFunctionInfo> function_info = |
Compiler::BuildFunctionInfo(expr, script(), this); |
if (HasStackOverflow()) return; |