Home
last modified time | relevance | path

Searched refs:makeRequireFunction (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/internal/util/
H A Dinspector.js69 const { makeRequireFunction } = require('internal/modules/helpers');
75 commandLineApi.require = makeRequireFunction(consoleAPIModule);
/third_party/node/lib/internal/modules/
H A Dhelpers.js117 * Invoke with `makeRequireFunction(module)` where `module` is the `Module` object to use as the context for the
128 function makeRequireFunction(mod, redirects) { function
329 makeRequireFunction,
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js110 makeRequireFunction,
266 setOwnProperty(this, 'require', makeRequireFunction(this, redirects));
268 setOwnProperty(this.__proto__, 'require', makeRequireFunction(this, redirects));
1354 const require = makeRequireFunction(this, redirects);
1481 return makeRequireFunction(m, null);
/third_party/node/lib/
H A Drepl.js103 makeRequireFunction,
1145 value: makeRequireFunction(replModule),

Completed in 5 milliseconds