| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index cfba4b22ba2fdf65519036fb45106e10e2ae8b0a..4f81a994d71bb62eff4850e2d6400a8e950445a1 100755
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -768,6 +768,7 @@ void Compiler::SetFunctionInfo(Handle<SharedFunctionInfo> function_info,
|
| function_info->set_try_full_codegen(lit->try_full_codegen());
|
| function_info->set_allows_lazy_compilation(lit->AllowsLazyCompilation());
|
| function_info->set_strict_mode(lit->strict_mode());
|
| + function_info->set_uses_arguments(lit->scope()->arguments() != NULL);
|
| }
|
|
|
|
|
|
|