Index: src/x64/full-codegen-x64.cc |
=================================================================== |
--- src/x64/full-codegen-x64.cc (revision 3711) |
+++ src/x64/full-codegen-x64.cc (working copy) |
@@ -1280,7 +1280,7 @@ |
if (lit != NULL && |
lit->name()->Equals(Heap::empty_string()) && |
loop_depth() == 0) { |
- lit->set_try_fast_codegen(true); |
+ lit->set_try_full_codegen(true); |
} |
VisitForValue(fun, kStack); |
// Load global receiver object. |