Home
last modified time | relevance | path

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

/third_party/node/lib/internal/console/
Dconstructor.js90 const kGroupIndent = Symbol('kGroupIndent'); constant
258 [kGroupIndent]: { __proto__: null, ...consolePropAttributes, value: '' },
279 const groupIndent = this[kGroupIndent];
489 this[kGroupIndent] +=
494 this[kGroupIndent] = StringPrototypeSlice(
495 this[kGroupIndent],
497 this[kGroupIndent].length - this[kGroupIndentationWidth],