Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 4d633f8e90c349f43d0119c2e3e9e1a72154de81..47d87720fb65c5e13b8ff8c4e4811486b75a9d09 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5769,6 +5769,9 @@ class Map: public HeapObject { |
int target_number_of_fields, |
int target_inobject, |
int target_unused); |
+ static Handle<Map> GeneralizeAllFieldRepresentations( |
+ Handle<Map> map, |
+ Representation new_representation); |
static Handle<Map> GeneralizeRepresentation( |
Handle<Map> map, |
int modify_index, |