Home
last modified time | relevance | path

Searched refs:waitForConsoleOutput (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-inspector-wait-for-connection.js14 await session.waitForConsoleOutput('log', 'before wait for debugger');
30 await session.waitForConsoleOutput('log', 'after wait for debugger');
31 await session.waitForConsoleOutput('log', 'before second wait for debugger');
37 await session.waitForConsoleOutput('log', 'after second wait for debugger');
Dtest-inspector-break-when-eval.js30 const waitForReady = session.waitForConsoleOutput('log', 'Ready!');
61 await session.waitForConsoleOutput('log', [0, 3]);
Dtest-inspector.js100 await session.waitForConsoleOutput('log', ['A message', 5]);
161 await session.waitForConsoleOutput('log', [chars]);
Dtest-inspector-esm.js62 await session.waitForConsoleOutput('log', ['A message', 5]);
/third_party/node/test/sequential/
Dtest-watch-mode-inspect.mjs22 await session.waitForConsoleOutput('log', 'safe to debug now');
/third_party/node/test/common/
Dinspector-helper.js294 waitForConsoleOutput(type, values) { method in InspectorSession