Home
last modified time | relevance | path

Searched refs:kGroupIndent (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/console/
Dconstructor.js84 const kGroupIndent = Symbol('kGroupIndent'); constant
246 [kGroupIndent]: { ...consolePropAttributes, value: '' },
264 const groupIndent = this[kGroupIndent];
470 this[kGroupIndent] +=
475 this[kGroupIndent] = StringPrototypeSlice(
476 this[kGroupIndent],
478 this[kGroupIndent].length - this[kGroupIndentationWidth]