droppedFramesCount property

int? droppedFramesCount
getter/setter pair

The number of stack frames that were dropped because there were too many stack frames.

If this value is 0, then no stack frames were dropped.

Implementation

core.int? droppedFramesCount;