Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/
Dispreloading.js2 assert(module.isPreloading);
/third_party/node/lib/internal/test/
Dbinding.js11 if (module.isPreloading) {
/third_party/node/lib/internal/modules/cjs/
Dloader.js144 let isPreloading = false; variable
236 const isPreloadingDesc = { get() { return isPreloading; } };
1229 isPreloading = true;
1239 isPreloading = false;
1245 isPreloading = false;
/third_party/node/test/parallel/
Dtest-preload.js33 assert(!module.isPreloading);
/third_party/node/doc/api/
Dmodules.md915 ### `module.isPreloading`
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1746 …ps://github.com/nodejs/node/commit/7c9f3a9d0c)] - **doc**: fix module.isPreloading documentation (…
1825 …/nodejs/node/commit/2413907a12)] - **(SEMVER-MINOR)** **module**: add isPreloading indicator (Jame…