Home
last modified time | relevance | path

Searched defs:groupIndentation (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-console-group.js15 function setup(groupIndentation) { argument
29 groupIndentation: groupIndentation }); property
201 groupIndentation: e }); property
216 groupIndentation: e }); property
232 groupIndentation: e }); property
/third_party/node/lib/internal/console/
Dconstructor.js236 value: function(ignoreErrors, colorMode, groupIndentation = 2) { argument