Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dv8_prof_processor.js17 async function linker(specifier, referencingModule) { argument
21 return new SourceTextModule(code, { context: referencingModule.context });
/third_party/node/test/parallel/
Dtest-vm-module-link.js113 async function link(specifier, referencingModule) { argument
/third_party/node/doc/api/
Dvm.md460 async function linker(specifier, referencingModule) {
466 `, { context: referencingModule.context });
468 // Using `contextifiedObject` instead of `referencingModule.context`
532 async function linker(specifier, referencingModule) {
538 `, { context: referencingModule.context });
540 // Using `contextifiedObject` instead of `referencingModule.context`
623 * `referencingModule` {vm.Module} The `Module` object `link()` is called on.