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

Function exposeLazyInterfaces

lib/internal/util.js:674–676  ·  view source on GitHub ↗
(target, id, keys)

Source from the content-addressed store, hash-verified

672}
673
674function exposeLazyInterfaces(target, id, keys) {
675 defineLazyProperties(target, id, keys, false);
676}
677
678let _DOMException;
679const lazyDOMExceptionClass = () => {

Callers 4

setupNavigatorFunction · 0.85
setupWebStorageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected