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

Unified Diff: src/objects.h

Issue 10559032: Implementing weak referencing elements transition maps. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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/mark-compact.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index da93bb1fcd3fd4ace0455f9f85fdbbe2d8444940..1c249a973931e77c0377c316fec0ca638709dae2 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2438,6 +2438,7 @@ class DescriptorArray: public FixedArray {
inline bool MayContainTransitions();
DECL_ACCESSORS(elements_transition_map, Map)
+ inline void ClearElementsTransition();
// Returns the number of descriptors in the array.
int number_of_descriptors() {
« no previous file with comments | « src/mark-compact.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698