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

Unified Diff: src/hydrogen.h

Issue 17091002: Hydrogen array constructor cleanup and improvements (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 7 years, 6 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
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index fdd2f75779d97111a3134f6db8681e565e0a24c5..e8b95bd6f4f5d22b37be18f9aa3e4f4f457e6428 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -1271,6 +1271,7 @@ class HGraphBuilder {
JSArrayBuilder(HGraphBuilder* builder,
ElementsKind kind,
HValue* allocation_site_payload,
+ HValue* constructor_function,
bool disable_allocation_sites);
JSArrayBuilder(HGraphBuilder* builder,

Powered by Google App Engine
This is Rietveld 408576698