Index: src/compiler.cc |
=================================================================== |
--- src/compiler.cc (revision 3263) |
+++ src/compiler.cc (working copy) |
@@ -465,7 +465,6 @@ |
// Set the optimication hints after performing lazy compilation, as these are |
// not set when the function is set up as a lazily compiled function. |
shared->SetThisPropertyAssignmentsInfo( |
- lit->has_only_this_property_assignments(), |
lit->has_only_simple_this_property_assignments(), |
*lit->this_property_assignments()); |
@@ -576,7 +575,6 @@ |
fun->shared()->set_is_toplevel(is_toplevel); |
fun->shared()->set_inferred_name(*lit->inferred_name()); |
fun->shared()->SetThisPropertyAssignmentsInfo( |
- lit->has_only_this_property_assignments(), |
lit->has_only_simple_this_property_assignments(), |
*lit->this_property_assignments()); |
fun->shared()->set_try_fast_codegen(lit->try_fast_codegen()); |