Searched refs:testColorStyle (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-util-inspect.js | 840 function testColorStyle(style, input, implicit) { function 855 testColorStyle('special', function() {}); 856 testColorStyle('number', 123.456); 857 testColorStyle('boolean', true); 858 testColorStyle('undefined', undefined); 859 testColorStyle('null', null); 860 testColorStyle('string', 'test string'); 861 testColorStyle('date', new Date()); 862 testColorStyle('regexp', /regexp/);
|