Home
last modified time | relevance | path

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

/third_party/node/lib/internal/console/
Dconstructor.js88 const kGetInspectOptions = Symbol('kGetInspectOptions'); constant
302 [kGetInspectOptions]: {
326 const opts = this[kGetInspectOptions](this._stdout);
334 const opts = this[kGetInspectOptions](this._stderr);
376 ...this[kGetInspectOptions](this._stdout),
502 ...this[kGetInspectOptions](this._stdout)