Searched defs:customInspect (Results 1 – 11 of 11) sorted by relevance
| /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/ |
| D | timers.js | 204 customInspect: false property 255 customInspect: false property
|
| D | abort_controller.js | 35 function customInspect(self, obj, depth, options) { function
|
| D | errors.js | 294 customInspect: false property 731 customInspect: false, property
|
| /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/lib/internal/util/ |
| D | inspect.js | 144 customInspect: true, property 218 customInspect: ctx.customInspect, property 276 customInspect: inspectDefaultOptions.customInspect, property
|
| /third_party/node/lib/internal/console/ |
| D | constructor.js | 375 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
|