MCPcopy Index your code
hub / github.com/nodejs/node / link

Method link

lib/internal/vm/module.js:493–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491 }
492
493 link() {
494 validateThisInternalField(this, kWrap, 'SyntheticModule');
495 // No-op for synthetic modules
496 // Do not invoke super.link() as it will throw an error.
497 }
498
499 setExport(name, value) {
500 validateThisInternalField(this, kWrap, 'SyntheticModule');

Callers 2

createSyntheticModuleFunction · 0.95
importModuleDynamicallyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected