/third_party/node/test/pummel/ |
D | test-net-throttle.js | 26 const debuglog = require('util').debuglog('test'); constant 35 debuglog('starting write loop'); 39 debuglog('ended write loop'); 56 debuglog(`server started on port ${port}`); 62 debuglog(`got ${chars_recved}`); 67 debuglog('pause'); 72 debuglog('resume');
|
D | test-hash-seed.js | 13 const { promisify, debuglog } = require('util'); 14 const debug = debuglog('test');
|
/third_party/node/deps/npm/node_modules/debuglog/ |
D | README.md | 1 # debuglog - backport of util.debuglog() from node v0.11 3 To facilitate using the `util.debuglog()` function that will be available when 6 ## require('debuglog') 8 Return `util.debuglog`, if it exists, otherwise it will return an internal copy 11 ## debuglog(section) 25 var debuglog = util.debuglog('foo'); 28 debuglog('hello from foo [%d]', bar);
|
D | debuglog.js | 3 module.exports = (util && util.debuglog) || debuglog; 8 function debuglog(set) { function
|
/third_party/node/test/parallel/ |
D | test-macos-signed-deps.js | 16 const debuglog = require('util').debuglog('test'); constant 24 debuglog(`Checking ${bin}`); 26 debuglog(cp.stdout); 27 debuglog(cp.stderr);
|
D | test-fs-open-no-close.js | 11 const debuglog = (arg) => { function 20 debuglog('fs open() callback'); 23 debuglog('waiting for callback');
|
D | test-bash-completion.js | 5 const { debuglog, inspect } = require('util'); 6 const debug = debuglog('test');
|
D | test-child-process-spawnsync-timeout.js | 27 const { debuglog, getSystemErrorName } = require('util'); 28 const debug = debuglog('test');
|
D | test-policy-dependency-conditions.js | 14 const { debuglog } = require('util'); 15 const debug = debuglog('test');
|
D | test-child-process-fork-ref2.js | 29 const debug = require('util').debuglog('test');
|
D | test-child-process-default-options.js | 27 const debug = require('util').debuglog('test');
|
D | test-child-process-env.js | 30 const debug = require('util').debuglog('test');
|
D | test-cluster-setup-master-multiple.js | 26 const debug = require('util').debuglog('test');
|
D | test-child-process-ipc.js | 29 const debug = require('util').debuglog('test');
|
D | test-child-process-fork.js | 28 const debug = require('util').debuglog('test');
|
D | test-process-exit-code.js | 25 const debug = require('util').debuglog('test');
|
D | test-child-process-stdin.js | 29 const debug = require('util').debuglog('test');
|
/third_party/node/test/doctool/ |
D | test-doctool-versions.mjs | 11 const debuglog = util.debuglog('test'); constant 33 debuglog(`${process.execPath} ${versionsTool} ${versionsFile}`); 36 debuglog(cp.stderr); 37 debuglog(cp.stdout); 42 debuglog(versions);
|
/third_party/node/lib/internal/debugger/ |
D | inspect_client.js | 20 const debuglog = require('internal/util/debuglog').debuglog('inspect'); constant 198 debuglog('< %s', payloadStr); 255 debuglog('> %s', json); 314 debuglog('request WebSocket', requestKey); 341 debuglog('websocket upgrade');
|
D | inspect.js | 50 const debuglog = util.debuglog('inspect'); constant 218 debuglog('connection attempt #%d', attempt); 222 debuglog('connection established'); 226 debuglog('connect failed', error);
|
D | inspect_repl.js | 60 const debuglog = require('internal/util/debuglog').debuglog('inspect'); constant 568 debuglog('eval:', input); 570 debuglog('end-eval:', input, error); 594 debuglog('eval:', input); 596 debuglog('end-eval:', input, error); 835 debuglog('Paused on start, but NODE_INSPECT_RESUME_ON_START' +
|
/third_party/node/lib/ |
D | util.js | 53 const { debuglog } = require('internal/util/debuglog'); 329 debug: debuglog, 330 debuglog, property
|
/third_party/node/lib/internal/util/ |
D | debuglog.js | 70 function debuglog(set, cb) { function 102 debuglog, property
|
/third_party/node/test/fixtures/ |
D | child-process-spawn-node.js | 2 const debug = require('util').debuglog('test');
|
/third_party/node/lib/internal/modules/esm/ |
D | module_map.js | 7 let debug = require('internal/util/debuglog').debuglog('esm', (fn) => {
|