Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dhttp.js11 let utcCache; variable
14 if (!utcCache) cache();
15 return utcCache;
20 utcCache = d.toUTCString();
25 utcCache = undefined;