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

Unified Diff: src/builtins-decls.h

Issue 14576005: Adapt hydrogen-based Array constructor to also support InternalArray and function call (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Refactoring and restored flag for now 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/builtins-decls.h
diff --git a/src/builtins-decls.h b/src/builtins-decls.h
index beb5dd1e80cce803e9b16a256d5d9f53323d6146..02838419f73857e6002b261a288003a7b164a829 100644
--- a/src/builtins-decls.h
+++ b/src/builtins-decls.h
@@ -34,6 +34,7 @@ namespace v8 {
namespace internal {
DECLARE_RUNTIME_FUNCTION(MaybeObject*, ArrayConstructor_StubFailure);
Michael Starzinger 2013/05/23 09:16:49 As discussed offline: I would really like to see t
mvstanton 2013/05/23 14:46:05 TODO placed, and will follow up in a 2nd CL.
+DECLARE_RUNTIME_FUNCTION(MaybeObject*, InternalArrayConstructor_StubFailure);
} } // namespace v8::internal

Powered by Google App Engine
This is Rietveld 408576698