Home
last modified time | relevance | path

Searched refs:formatWithOptions (Results 1 – 9 of 9) sorted by relevance

/third_party/node/lib/internal/util/
Ddebuglog.js13 const { inspect, format, formatWithOptions } = require('internal/util/inspect');
55 const msg = formatWithOptions({ colors }, ...args);
Dinspect.js1856 function formatWithOptions(inspectOptions, ...args) { function
2097 formatWithOptions, property
/third_party/node/lib/
Dutil.js50 formatWithOptions,
333 formatWithOptions, property
/third_party/node/test/parallel/
Dtest-util-format.js454 util.formatWithOptions(
473 util.formatWithOptions(
490 util.formatWithOptions(invalidOptions, { a: true });
/third_party/node/lib/internal/console/
Dconstructor.js56 formatWithOptions
328 return ReflectApply(formatWithOptions, null, args);
336 return ReflectApply(formatWithOptions, null, args);
/third_party/node/doc/api/
Dutil.md342 ## `util.formatWithOptions(inspectOptions, format[, ...args])`
355 util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 });
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1973 …js/node/commit/2664dacf7e)] - **(SEMVER-MAJOR)** **util**: validate formatWithOptions inspectOptio…
DCHANGELOG_V11.md310 …thub.com/nodejs/node/commit/b75af1537d)] - **lib**: move format and formatWithOptions into interna…
DCHANGELOG_V10.md4256 …/node/commit/678f2c261a)] - **(SEMVER-MINOR)** **util**: introduce `formatWithOptions()` (Anna Hen…