Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: src/hydrogen.cc

Issue 9965149: Merged r11194, r11198, r11201, r11214 into 3.9 branch. (Closed) Base URL: https://v8.googlecode.com/svn/branches/3.9
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/elements.cc ('k') | src/hydrogen-instructions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.cc
diff --git a/src/hydrogen.cc b/src/hydrogen.cc
index 9b774082327ee145c0ff19914cf09f4f79f94cfe..2d02622fd8b8f0caa509eb4593405f6a1b45646e 100644
--- a/src/hydrogen.cc
+++ b/src/hydrogen.cc
@@ -5375,7 +5375,8 @@ bool HGraphBuilder::TryInline(CallKind call_kind,
arguments->length(),
function,
call_kind,
- function_state()->is_construct()));
+ function_state()->is_construct(),
+ function->scope()->arguments()));
// If the function uses arguments object create and bind one.
if (function->scope()->arguments() != NULL) {
ASSERT(function->scope()->arguments()->IsStackAllocated());
« no previous file with comments | « src/elements.cc ('k') | src/hydrogen-instructions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698