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

Unified Diff: src/elements.h

Issue 1221713003: Distinguish slow from fast sloppy arguments (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/contexts.h ('k') | 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 b98e84ecea38ef1511ccd70896339b9c34221557..275f537ad233653f0ee1f04ace4c4395f5298798 100644
--- a/src/elements.h
+++ b/src/elements.h
@@ -149,7 +149,6 @@ class ElementsAccessor {
uint32_t new_capacity) = 0;
protected:
- friend class SloppyArgumentsElementsAccessor;
friend class LookupIterator;
static ElementsAccessor* ForArray(FixedArrayBase* array);
« no previous file with comments | « src/contexts.h ('k') | src/elements.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698