/third_party/node/lib/internal/webstreams/ |
D | queuingstrategies.js | 22 customInspect, 110 return customInspect(depth, options, this[kType], { 165 return customInspect(depth, options, this[kType], {
|
D | compression.js | 19 const { customInspect } = require('internal/webstreams/util'); 93 customInspect(depth, options, 'CompressionStream', { 142 customInspect(depth, options, 'DecompressionStream', {
|
D | encoding.js | 20 const { customInspect } = require('internal/webstreams/util'); 133 return customInspect(depth, options, 'TextEncoderStream', { 220 return customInspect(depth, options, 'TextDecoderStream', {
|
D | util.js | 88 function customInspect(depth, options, name, data) { function 237 customInspect, property
|
D | transformstream.js | 41 customInspect, 199 return customInspect(depth, options, this[kType], { 320 return customInspect(depth, options, this[kType], {
|
D | writablestream.js | 51 customInspect, 268 return customInspect(depth, options, this[kType], { 503 return customInspect(depth, options, this[kType], { 561 return customInspect(depth, options, this[kType], {
|
D | readablestream.js | 99 customInspect, 578 return customInspect(depth, options, this[kType], { 741 return customInspect(depth, options, this[kType], { 882 return customInspect(depth, options, this[kType], { 998 return customInspect(depth, options, this[kType], { 1062 return customInspect(depth, options, this[kType], { }); 1187 return customInspect(depth, options, this[kType], { });
|
/third_party/node/lib/internal/ |
D | abort_controller.js | 97 function customInspect(self, obj, depth, options) { function 166 return customInspect(this, { 407 return customInspect(this, {
|
D | timers.js | 208 customInspect: false, property 261 customInspect: false, property
|
D | errors.js | 228 return utilInspect.inspect(obj, { ...options, customInspect: false }); property 359 customInspect: false, property 808 customInspect: false, property
|
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/ |
D | errors.js | 100 customInspect: false, property
|
/third_party/node/lib/internal/assert/ |
D | assertion_error.js | 66 customInspect: false, property 481 customInspect: false, property
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | buffer_list.js | 154 customInspect: false property
|
/third_party/node/lib/internal/streams/ |
D | buffer_list.js | 178 customInspect: false, property
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 184 customInspect: true, property 260 customInspect: ctx.customInspect, property 320 customInspect: inspectDefaultOptions.customInspect, property 627 customInspect: false, 793 if (ctx.customInspect) {
|
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/ |
D | buffer_list.js | 178 customInspect: false property
|
/third_party/node/lib/internal/vm/ |
D | module.js | 251 return inspect(o, { ...options, customInspect: false }); property
|
/third_party/node/test/parallel/ |
D | test-util-inspect.js | 973 util.inspect(subject, { customInspect: true }).includes('123'), property 977 util.inspect(subject, { customInspect: true }).includes('inspect'), property 981 util.inspect(subject, { customInspect: false }).includes('123'), property 985 util.inspect(subject, { customInspect: false }).includes('inspect'), property
|
D | test-assert-deep.js | 24 customInspect: false, property
|
/third_party/node/lib/internal/console/ |
D | constructor.js | 391 customInspect: false, property
|
/third_party/node/doc/api/ |
D | util.md | 583 * `customInspect` {boolean} If `false`,
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1659 …/commit/77ffd5482d)] - **(SEMVER-MINOR)** **util**: improve inspect's customInspect performance (R…
|
D | CHANGELOG_V12.md | 3625 …/commit/68f6841ca1)] - **(SEMVER-MINOR)** **util**: improve inspect's customInspect performance (R…
|