Searched refs:formatWithOptions (Results 1 – 9 of 9) sorted by relevance
/third_party/node/lib/internal/util/ |
D | debuglog.js | 13 const { inspect, format, formatWithOptions } = require('internal/util/inspect'); 55 const msg = formatWithOptions({ colors }, ...args);
|
D | inspect.js | 1856 function formatWithOptions(inspectOptions, ...args) { function 2097 formatWithOptions, property
|
/third_party/node/lib/ |
D | util.js | 50 formatWithOptions, 333 formatWithOptions, property
|
/third_party/node/test/parallel/ |
D | test-util-format.js | 454 util.formatWithOptions( 473 util.formatWithOptions( 490 util.formatWithOptions(invalidOptions, { a: true });
|
/third_party/node/lib/internal/console/ |
D | constructor.js | 56 formatWithOptions 328 return ReflectApply(formatWithOptions, null, args); 336 return ReflectApply(formatWithOptions, null, args);
|
/third_party/node/doc/api/ |
D | util.md | 342 ## `util.formatWithOptions(inspectOptions, format[, ...args])` 355 util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 });
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1973 …js/node/commit/2664dacf7e)] - **(SEMVER-MAJOR)** **util**: validate formatWithOptions inspectOptio…
|
D | CHANGELOG_V11.md | 310 …thub.com/nodejs/node/commit/b75af1537d)] - **lib**: move format and formatWithOptions into interna…
|
D | CHANGELOG_V10.md | 4256 …/node/commit/678f2c261a)] - **(SEMVER-MINOR)** **util**: introduce `formatWithOptions()` (Anna Hen…
|