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

Unified Diff: src/objects.h

Issue 1579603002: Generalize all representations when reconfiguring a property of a strict Function subclass. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments, skipping new test for interpreter Created 4 years, 11 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 | « no previous file | 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 df170ed29120c798440538a18cffeaf42c00575e..40c48653a34fc8eb64d6aed49da52fc676be5939 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2915,6 +2915,8 @@ class DescriptorArray: public FixedArray {
// necessary.
INLINE(int SearchWithCache(Name* name, Map* map));
+ bool IsEqualUpTo(DescriptorArray* desc, int nof_descriptors);
+
// Allocates a DescriptorArray, but returns the singleton
// empty descriptor array object if number_of_descriptors is 0.
static Handle<DescriptorArray> Allocate(Isolate* isolate,
« no previous file with comments | « no previous file | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698