summaryrefslogtreecommitdiff
path: root/chromium/v8/src/property-details.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/property-details.h')
-rw-r--r--chromium/v8/src/property-details.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/v8/src/property-details.h b/chromium/v8/src/property-details.h
index 34c43047f84..dbd4f93acd2 100644
--- a/chromium/v8/src/property-details.h
+++ b/chromium/v8/src/property-details.h
@@ -197,6 +197,7 @@ class Representation {
static const int kDescriptorIndexBitCount = 10;
+static const int kFirstInobjectPropertyOffsetBitCount = 7;
// The maximum number of descriptors we want in a descriptor array. It should
// fit in a page and also the following should hold:
// kMaxNumberOfDescriptors + kFieldsAdded <= PropertyArray::kMaxLength.