Home
last modified time | relevance | path

Searched refs:getLazy (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/internal/source_map/
H A Dsource_map_cache.js32 const { getLazy } = require('internal/util');
37 const getCjsSourceMapCache = getLazy(() => {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldOptions.php341 public function getLazy() function
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js87 getLazy,
117 const policy = getLazy(
120 const shouldReportRequiredModules = getLazy(() => process.env.WATCH_REPORT_DEPENDENCIES);
122 const getCascadedLoader = getLazy(
/third_party/node/lib/internal/
H A Dutil.js766 function getLazy(initializer) { function
800 getLazy,

Completed in 5 milliseconds