Home
last modified time | relevance | path

Searched refs:isPreloading (Results 1 – 7 of 7) 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.js163 let isPreloading = false; variable
318 const isPreloadingDesc = { get() { return isPreloading; } };
1418 isPreloading = true;
1428 isPreloading = false;
1434 isPreloading = false;
/third_party/node/test/parallel/
Dtest-preload.js33 assert(!module.isPreloading);
/third_party/node/doc/api/
Dmodules.md979 ### `module.isPreloading`
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md750 …ps://github.com/nodejs/node/commit/d2d9ad7477)] - **doc**: fix module.isPreloading documentation (…
1255 * add isPreloading indicator (James M Snell) [#36263](https://github.com/nodejs/node/pull/36263)
1301 …/nodejs/node/commit/d4de7c7eb9)] - **(SEMVER-MINOR)** **module**: add isPreloading indicator (Jame…
DCHANGELOG_V14.md1650 …ps://github.com/nodejs/node/commit/7c9f3a9d0c)] - **doc**: fix module.isPreloading documentation (…
1729 …/nodejs/node/commit/2413907a12)] - **(SEMVER-MINOR)** **module**: add isPreloading indicator (Jame…