diff options
Diffstat (limited to 'JavaScriptCore/runtime/PropertyMapHashTable.h')
| -rw-r--r-- | JavaScriptCore/runtime/PropertyMapHashTable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/runtime/PropertyMapHashTable.h b/JavaScriptCore/runtime/PropertyMapHashTable.h index 44dc2b8..5b63f79 100644 --- a/JavaScriptCore/runtime/PropertyMapHashTable.h +++ b/JavaScriptCore/runtime/PropertyMapHashTable.h @@ -61,6 +61,7 @@ namespace JSC { unsigned size; unsigned keyCount; unsigned deletedSentinelCount; + unsigned anonymousSlotCount; unsigned lastIndexUsed; Vector<unsigned>* deletedOffsets; unsigned entryIndices[1]; |
