Home
last modified time | relevance | path

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

/third_party/node/lib/internal/process/
Dtask_queues.js45 const kHasTickScheduled = 0; constant
48 return tickInfo[kHasTickScheduled] === 1;
52 tickInfo[kHasTickScheduled] = value ? 1 : 0;
/third_party/node/src/
Denv-inl.h167 return fields_[kHasTickScheduled] == 1; in has_tick_scheduled()
Denv.h412 enum Fields { kHasTickScheduled = 0, kHasRejectionToWarn, kFieldsCount }; enumerator