Home
last modified time | relevance | path

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

/third_party/node/lib/internal/process/
Dpromises.js41 const kHasRejectionToWarn = 1; constant
78 tickInfo[kHasRejectionToWarn] = value ? 1 : 0;
82 return tickInfo[kHasRejectionToWarn] === 1;
/third_party/node/src/
Denv-inl.h171 return fields_[kHasRejectionToWarn] == 1; in has_rejection_to_warn()
Denv.h407 enum Fields { kHasTickScheduled = 0, kHasRejectionToWarn, kFieldsCount }; enumerator