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

Unified Diff: src/code-factory.h

Issue 2692753004: [turbofan] escape analysis supports arguments object and rest elements (Closed)
Patch Set: switch to ZoneVector Created 3 years, 10 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-factory.h
diff --git a/src/code-factory.h b/src/code-factory.h
index 8a5eee50ba28a88092081a0ec13cbe36e2be292f..7e6dd10453a8dc575192a0a908dbe8b0d396c1fc 100644
--- a/src/code-factory.h
+++ b/src/code-factory.h
@@ -160,7 +160,6 @@ class V8_EXPORT_PRIVATE CodeFactory final {
static Callable GrowFastSmiOrObjectElements(Isolate* isolate);
static Callable NewUnmappedArgumentsElements(Isolate* isolate);
- static Callable NewRestParameterElements(Isolate* isolate);
static Callable AllocateHeapNumber(Isolate* isolate);

Powered by Google App Engine
This is Rietveld 408576698