property
jsc.HeapStats.heapCapacity
heapCapacity: number
Memory the heap has reserved for holding objects, plus extraMemorySize. At least heapSize; the difference is space that new objects can be allocated into without growing the heap.