Home
last modified time | relevance | path

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

/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/
Dtimers.js204 customInspect: false property
255 customInspect: false property
Dabort_controller.js35 function customInspect(self, obj, depth, options) { function
Derrors.js294 customInspect: false property
731 customInspect: false, property
/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/lib/internal/util/
Dinspect.js144 customInspect: true, property
218 customInspect: ctx.customInspect, property
276 customInspect: inspectDefaultOptions.customInspect, property
/third_party/node/lib/internal/console/
Dconstructor.js375 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