Searched refs:getCtxStyle (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/lib/internal/util/ |
| D | inspect.js | 736 function getCtxStyle(value, constructor, tag) { function 1031 return `${getCtxStyle(value, constructor, tag)}{}`; 1033 braces[0] = `${getCtxStyle(value, constructor, tag)}{`; 1038 let constructorName = StringPrototypeSlice(getCtxStyle(value, constructor, tag), 0, -1); 1061 const constructorName = StringPrototypeSlice(getCtxStyle(value, constructor, tag), 0, -1);
|