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

Unified Diff: src/objects.h

Issue 2763413007: [heap] Remove size specializations in static object visitors. (Closed)
Patch Set: fast body descriptor for js objects Created 3 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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 17ce561481e4d9f694e8f5f38e90f77184a95ec8..a80a756d6d6fac7863986f8ba9d0df3211511862 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2553,6 +2553,7 @@ class JSObject: public JSReceiver {
STATIC_ASSERT(kHeaderSize == Internals::kJSObjectHeaderSize);
class BodyDescriptor;
+ class FastBodyDescriptor;
// Gets the number of currently used elements.
int GetFastElementsUsage();

Powered by Google App Engine
This is Rietveld 408576698