Home
last modified time | relevance | path

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

/third_party/node/lib/internal/modules/esm/
Dmodule_map.js55 #getModuleCachedImports(parentURL) { method in ResolveCache
69 return this.#getModuleCachedImports(parentURL)[serializedKey];
78 this.#getModuleCachedImports(parentURL)[serializedKey] = result;
83 return serializedKey in this.#getModuleCachedImports(parentURL);