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

Method constructor

lib/internal/modules/esm/loader.js:178–180  ·  view source on GitHub ↗
(asyncLoaderHooks)

Source from the content-addressed store, hash-verified

176 #asyncLoaderHooks;
177
178 constructor(asyncLoaderHooks) {
179 this.#setAsyncLoaderHooks(asyncLoaderHooks);
180 }
181
182 /**
183 * Change the currently activate async loader hooks for this module

Callers

nothing calls this directly

Calls 1

#setAsyncLoaderHooksMethod · 0.95

Tested by

no test coverage detected