Changeset 293710 in webkit for trunk/Source/JavaScriptCore/runtime/Structure.h
- Timestamp:
- May 2, 2022, 8:02:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Structure.h
r293685 r293710 175 175 static constexpr unsigned StructureFlags = Base::StructureFlags | StructureIsImmortal; 176 176 static constexpr uint8_t numberOfLowerTierCells = 0; 177 177 178 #if ENABLE(STRUCTURE_ID_WITH_SHIFT) 179 static constexpr size_t atomSize = 32; 180 #endif 181 static_assert(JSCell::atomSize >= MarkedBlock::atomSize); 182 178 183 enum PolyProtoTag { PolyProto }; 179 184 static Structure* create(VM&, JSGlobalObject*, JSValue prototype, const TypeInfo&, const ClassInfo*, IndexingType = NonArray, unsigned inlineCapacity = 0);
Note:
See TracChangeset
for help on using the changeset viewer.