Searched refs:internalUtilInspect (Results 1 – 2 of 2) sorted by relevance
84 let internalUtilInspect; variable86 if (!internalUtilInspect) {87 internalUtilInspect = require('internal/util/inspect');89 return internalUtilInspect.inspect(...args);
151 let internalUtilInspect = null; variable153 if (!internalUtilInspect) {154 internalUtilInspect = require('internal/util/inspect');156 return internalUtilInspect;