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

Unified Diff: src/elements.h

Issue 201303009: Handlification of ArrayConstructorCommon(). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressing review notes Created 6 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 | « no previous file | src/elements.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/elements.h
diff --git a/src/elements.h b/src/elements.h
index 065750e0a289bbdbd085a1c6d8f7d54fec9199b2..bfca9c1f8a6ebf16ba4d0070e4aa08e694be91d3 100644
--- a/src/elements.h
+++ b/src/elements.h
@@ -203,9 +203,6 @@ void CheckArrayAbuse(JSObject* obj, const char* op, uint32_t key,
Handle<Object> ArrayConstructInitializeElements(Handle<JSArray> array,
Arguments* args);
-MUST_USE_RESULT MaybeObject* ArrayConstructInitializeElements(
- JSArray* array, Arguments* args);
-
} } // namespace v8::internal
#endif // V8_ELEMENTS_H_
« no previous file with comments | « no previous file | src/elements.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698