Lines Matching defs:load
422 * Try to load a specifier as a package.
423 * @param {string} requestPath The path to what we are trying to load
468 * @param {string} requestPath The path to the file to load.
941 * Then have it load the file contents before returning its exports object.
942 * @param {string} request Specifier of module to load via `require`
1019 module.load(filename);
1190 Module.prototype.load = function(filename) {
1191 debug('load %j for module %j', filename, this.id);
1207 // Create module entry at load time to snapshot exports correctly
1464 * Creates a `require` function that can be used to load modules from the specified path.
1488 * Creates a new `require` function that can be used to load modules.