()
| 776 | } |
| 777 | |
| 778 | function markBootstrapComplete() { |
| 779 | internalBinding('performance').markBootstrapComplete(); |
| 780 | } |
| 781 | |
| 782 | // Sequence number for diagnostic filenames |
| 783 | let sequenceNumOfheapSnapshot = 0; |
no outgoing calls
no test coverage detected
searching dependent graphs…