Home
last modified time | relevance | path

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

/third_party/node/lib/internal/webstreams/
Dqueuingstrategies.js22 customInspect,
110 return customInspect(depth, options, this[kType], {
165 return customInspect(depth, options, this[kType], {
Dcompression.js19 const { customInspect } = require('internal/webstreams/util');
93 customInspect(depth, options, 'CompressionStream', {
142 customInspect(depth, options, 'DecompressionStream', {
Dencoding.js20 const { customInspect } = require('internal/webstreams/util');
133 return customInspect(depth, options, 'TextEncoderStream', {
220 return customInspect(depth, options, 'TextDecoderStream', {
Dutil.js88 function customInspect(depth, options, name, data) { function
237 customInspect, property
Dtransformstream.js41 customInspect,
199 return customInspect(depth, options, this[kType], {
320 return customInspect(depth, options, this[kType], {
Dwritablestream.js51 customInspect,
268 return customInspect(depth, options, this[kType], {
503 return customInspect(depth, options, this[kType], {
561 return customInspect(depth, options, this[kType], {
Dreadablestream.js99 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/
Dabort_controller.js97 function customInspect(self, obj, depth, options) { function
166 return customInspect(this, {
407 return customInspect(this, {
Dtimers.js208 customInspect: false, property
261 customInspect: false, property
Derrors.js228 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/
Derrors.js100 customInspect: false, property
/third_party/node/lib/internal/assert/
Dassertion_error.js66 customInspect: false, property
481 customInspect: false, property
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dbuffer_list.js154 customInspect: false property
/third_party/node/lib/internal/streams/
Dbuffer_list.js178 customInspect: false, property
/third_party/node/lib/internal/util/
Dinspect.js184 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/
Dbuffer_list.js178 customInspect: false property
/third_party/node/lib/internal/vm/
Dmodule.js251 return inspect(o, { ...options, customInspect: false }); property
/third_party/node/test/parallel/
Dtest-util-inspect.js973 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
Dtest-assert-deep.js24 customInspect: false, property
/third_party/node/lib/internal/console/
Dconstructor.js391 customInspect: false, property
/third_party/node/doc/api/
Dutil.md583 * `customInspect` {boolean} If `false`,
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1659 …/commit/77ffd5482d)] - **(SEMVER-MINOR)** **util**: improve inspect's customInspect performance (R…
DCHANGELOG_V12.md3625 …/commit/68f6841ca1)] - **(SEMVER-MINOR)** **util**: improve inspect's customInspect performance (R…