Home
last modified time | relevance | path

Searched defs:customInspect (Results 1 – 13 of 13) sorted by relevance

/third_party/node/lib/internal/assert/
Dassertion_error.js66 customInspect: false, property
481 customInspect: false, property
/third_party/node/lib/internal/webstreams/
Dutil.js88 function customInspect(depth, options, name, data) { function
237 customInspect, property
/third_party/node/lib/internal/streams/
Dbuffer_list.js178 customInspect: false, property
/third_party/node/deps/npm/lib/utils/
Ddisplay.js97 return stripC01(inspect(toClean, { customInspect: false })) property
/third_party/node/lib/internal/
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
Dabort_controller.js97 function customInspect(self, obj, depth, options) { function
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
Derrors.js100 customInspect: false, property
/third_party/node/lib/internal/vm/
Dmodule.js254 return inspect(o, { ...options, customInspect: false }); property
/third_party/node/lib/internal/util/
Dinspect.js184 customInspect: true, property
260 customInspect: ctx.customInspect, property
320 customInspect: inspectDefaultOptions.customInspect, 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