Lines Matching refs:stylize
65669 stylize: stylizeNoColor
65686 if (ctx.colors) ctx.stylize = stylizeWithColor;
65793 return ctx.stylize('[Function' + name + ']', 'special');
65796 return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
65799 return ctx.stylize(Date.prototype.toString.call(value), 'date');
65841 return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
65843 return ctx.stylize('[Object]', 'special');
65866 return ctx.stylize('undefined', 'undefined');
65871 return ctx.stylize(simple, 'string');
65874 return ctx.stylize('' + value, 'number');
65876 return ctx.stylize('' + value, 'boolean');
65879 return ctx.stylize('null', 'null');
65913 str = ctx.stylize('[Getter/Setter]', 'special');
65915 str = ctx.stylize('[Getter]', 'special');
65919 str = ctx.stylize('[Setter]', 'special');
65944 str = ctx.stylize('[Circular]', 'special');
65954 name = ctx.stylize(name, 'name');
65959 name = ctx.stylize(name, 'string');