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

Unified Diff: src/heap.h

Issue 358363003: Only create arguments-maps in the bootstrapper, remove now obsolete ValueType flag. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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/heap.h
diff --git a/src/heap.h b/src/heap.h
index 754b5588e05f89b11c8fffc7d77df82d5d29872a..720025b3cbddccae7932a8425492c2ae3b2f5c7c 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -1467,10 +1467,6 @@ class Heap {
int length,
PretenureFlag pretenure = NOT_TENURED);
- // Allocates an arguments object - optionally with an elements array.
- MUST_USE_RESULT AllocationResult AllocateArgumentsObject(
- Object* callee, int length);
-
// Copy the code and scope info part of the code object, but insert
// the provided data as the relocation information.
MUST_USE_RESULT AllocationResult CopyCode(Code* code,

Powered by Google App Engine
This is Rietveld 408576698