Home
last modified time | relevance | path

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

/third_party/node/lib/internal/main/
Dsingle_executable_application.js10 const { BuiltinModule: { normalizeRequirableId } } = require('internal/bootstrap/realm');
38 const normalizedId = normalizeRequirableId(id);
Dmksnapshot.js13 const { BuiltinModule: { normalizeRequirableId } } = require('internal/bootstrap/realm');
98 const normalizedId = normalizeRequirableId(id);
/third_party/node/lib/internal/bootstrap/
Drealm.js302 static normalizeRequirableId(id) { method in BuiltinModule
/third_party/node/lib/internal/modules/cjs/
Dloader.js836 if (BuiltinModule.normalizeRequirableId(request)) {
1055 if (BuiltinModule.normalizeRequirableId(request)) {
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md590 …om/nodejs/node/commit/6f0458d0a6)] - **module**: refactor to use `normalizeRequirableId` in the CJ…