Home
last modified time | relevance | path

Searched defs:kMillis2Seconds (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/heap-stats/
Dhelper.js8 const kMillis2Seconds = 1 / 1000; constant
/third_party/node/deps/v8/tools/zone-stats/
Dhelper.js8 const kMillis2Seconds = 1 / 1000; constant
/third_party/node/deps/v8/tools/js/
Dhelper.mjs8 export const kMillis2Seconds = 1 / 1000; constant