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

Unified Diff: src/code-stubs.h

Issue 14846017: Becuase of cross-context calls, hydrogen-based Array constructor needs to ensure (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Ports, and turned off flag Created 7 years, 7 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/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index 4848768382c9e207b0f2c4e2b6accc4110d95983..61c121cde487e7f4fbc67e0fc87dea8939dbcd3a 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -1652,7 +1652,8 @@ class ArrayConstructorStubBase : public HydrogenCodeStub {
static void InstallDescriptors(Isolate* isolate);
// Parameters accessed via CodeStubGraphBuilder::GetParameter()
- static const int kPropertyCell = 0;
+ static const int kConstructor = 0;
+ static const int kPropertyCell = 1;
private:
int NotMissMinorKey() { return bit_field_; }

Powered by Google App Engine
This is Rietveld 408576698