Changeset 266250 in webkit for trunk/Source/JavaScriptCore/runtime/VM.cpp
- Timestamp:
- Aug 27, 2020, 1:01:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.cpp
r266032 r266250 338 338 , destructibleObjectSpace("JSDestructibleObject", heap, destructibleObjectHeapCellType.get(), fastMallocAllocator.get()) // Hash:0x4f5ed7a9 339 339 , arraySpace ISO_SUBSPACE_INIT(heap, cellHeapCellType.get(), JSArray) 340 , bigIntSpace ISO_SUBSPACE_INIT(heap, destructibleCellHeapCellType.get(), JSBigInt)340 , bigIntSpace ISO_SUBSPACE_INIT(heap, cellHeapCellType.get(), JSBigInt) 341 341 , calleeSpace ISO_SUBSPACE_INIT(heap, cellHeapCellType.get(), JSCallee) 342 342 , clonedArgumentsSpace ISO_SUBSPACE_INIT(heap, cellHeapCellType.get(), ClonedArguments)
Note:
See TracChangeset
for help on using the changeset viewer.