Searched refs:internalUtilInspect (Results 1 – 2 of 2) sorted by relevance
103 let internalUtilInspect; variable105 if (!internalUtilInspect) {106 internalUtilInspect = require('internal/util/inspect');108 return internalUtilInspect.inspect(...args);
187 let internalUtilInspect = null; variable189 internalUtilInspect ??= require('internal/util/inspect');190 return internalUtilInspect;