functionBodyOffsets property

List<int> functionBodyOffsets
final

The offsets of all function bodies, in the format start1, end1, start2, end2, ... where all ends are exclusive.

Implementation

final List<int> functionBodyOffsets;