Home
last modified time | relevance | path

Searched refs:entryStartTime (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/
Dperf_hooks.js611 function getInsertLocation(list, entryStartTime) { argument
616 if (list[pivot].startTime === entryStartTime)
618 if (list[pivot].startTime < entryStartTime)
627 const entryStartTime = entry.startTime;
629 (list[list.length - 1].startTime < entryStartTime)) {
633 if (list[0] && (list[0].startTime > entryStartTime)) {
637 const location = getInsertLocation(list, entryStartTime);