Index: src/hydrogen.cc |
=================================================================== |
--- src/hydrogen.cc (revision 9784) |
+++ src/hydrogen.cc (working copy) |
@@ -5126,7 +5126,11 @@ |
call = PreProcessCall(new(zone()) HInvokeFunction(context, |
function, |
argument_count)); |
+ call->set_position(expr->position()); |
+ AddInstruction(call); |
+ AddSimulate(expr->id()); |
Drop(1); // The function. |
+ return ast_context()->ReturnValue(call); |
} |
} else { |