Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dabort_controller.js35 function customInspect(self, obj, depth, options) { function
63 return customInspect(this, {
129 return customInspect(this, {
Dtimers.js204 customInspect: false property
255 customInspect: false property
Derrors.js294 customInspect: false property
731 customInspect: false, property
/third_party/node/lib/internal/assert/
Dassertion_error.js68 customInspect: false, property
496 customInspect: false, property
/third_party/node/lib/internal/streams/
Dbuffer_list.js174 customInspect: false property
/third_party/node/lib/internal/util/
Dinspect.js144 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/
Dfloat.patch132 - if (isUndefined(ctx.customInspect)) ctx.customInspect = true;
201 - if (ctx.customInspect &&
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dbuffer_list.js204 customInspect: false property
/third_party/node/lib/internal/vm/
Dmodule.js254 return inspect(o, { ...options, customInspect: false }); property
/third_party/node/test/parallel/
Dtest-util-inspect.js912 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
Dtest-assert-deep.js24 customInspect: false, property
/third_party/node/lib/internal/console/
Dconstructor.js375 customInspect: false, property
/third_party/node/doc/api/
Dutil.md564 * `customInspect` {boolean} If `false`,
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1287 …/commit/77ffd5482d)] - **(SEMVER-MINOR)** **util**: improve inspect's customInspect performance (R…
DCHANGELOG_V12.md1215 …/commit/68f6841ca1)] - **(SEMVER-MINOR)** **util**: improve inspect's customInspect performance (R…