/third_party/node/lib/internal/ |
D | abort_controller.js | 35 function customInspect(self, obj, depth, options) { function 63 return customInspect(this, { 129 return customInspect(this, {
|
D | timers.js | 204 customInspect: false property 255 customInspect: false property
|
D | errors.js | 294 customInspect: false property 731 customInspect: false, property
|
/third_party/node/lib/internal/assert/ |
D | assertion_error.js | 68 customInspect: false, property 496 customInspect: false, property
|
/third_party/node/lib/internal/streams/ |
D | buffer_list.js | 174 customInspect: false property
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 144 customInspect: true, property 218 customInspect: ctx.customInspect, property 276 customInspect: inspectDefaultOptions.customInspect, property 568 customInspect: false, 733 if (ctx.customInspect) {
|
/third_party/node/deps/npm/node_modules/core-util-is/ |
D | float.patch | 132 - if (isUndefined(ctx.customInspect)) ctx.customInspect = true; 201 - if (ctx.customInspect &&
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | buffer_list.js | 204 customInspect: false property
|
/third_party/node/lib/internal/vm/ |
D | module.js | 254 return inspect(o, { ...options, customInspect: false }); property
|
/third_party/node/test/parallel/ |
D | test-util-inspect.js | 912 util.inspect(subject, { customInspect: true }).includes('123'), property 916 util.inspect(subject, { customInspect: true }).includes('inspect'), property 920 util.inspect(subject, { customInspect: false }).includes('123'), property 924 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 | 375 customInspect: false, property
|
/third_party/node/doc/api/ |
D | util.md | 564 * `customInspect` {boolean} If `false`,
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1287 …/commit/77ffd5482d)] - **(SEMVER-MINOR)** **util**: improve inspect's customInspect performance (R…
|
D | CHANGELOG_V12.md | 1215 …/commit/68f6841ca1)] - **(SEMVER-MINOR)** **util**: improve inspect's customInspect performance (R…
|