Home
last modified time | relevance | path

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

/third_party/node/lib/internal/bootstrap/
Drealm.js72 const moduleLoadList = []; variable
75 value: moduleLoadList,
187 ArrayPrototypePush(moduleLoadList, `Internal Binding ${module}`);
399 ArrayPrototypePush(moduleLoadList, `NativeModule ${id}`);
/third_party/node/test/parallel/
Dtest-bootstrap-modules.js6 const actualModules = new Set(process.moduleLoadList.slice());
Dtest-code-cache.js34 const loadedModules = extractModules(process.moduleLoadList);