Vidyalelo
JavaScript · Q37

Invocation And Performance Navigation

Programming · JavaScript · question 37

Q37

Which of the following property indicate the total size of heap?

A.
heapSize
B.
totalHeapSize
C.
totalJsHeapSize
Answer
D.
totalHeap

Answer: Option C

Solution

Answer: Option C
Solution:
The totalJsHeapSize is size of the heap including free space not used by objects.