Home
last modified time | relevance | path

Searched refs:expectShutdown (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/parallel/
Dtest-inspector-debug-end.js12 strictEqual((await instance.expectShutdown()).exitCode, 42);
19 strictEqual((await instance.expectShutdown()).exitCode, 42);
35 strictEqual((await instance.expectShutdown()).exitCode, 42);
Dtest-inspector-break-e.js18 assert.strictEqual((await instance.expectShutdown()).exitCode, 0);
Dtest-inspector-debug-brk-flag.js36 assert.strictEqual((await child.expectShutdown()).exitCode, 55);
Dtest-inspector-stop-profile-after-done.js27 assert.strictEqual((await child.expectShutdown()).exitCode, 0);
Dtest-inspector-exception.js41 assert.strictEqual((await child.expectShutdown()).exitCode, 1);
Dtest-inspector-multisession-ws.js74 return child.expectShutdown();
Dtest-inspector-async-hook-setup-at-inspect-brk.js46 assert.strictEqual((await instance.expectShutdown()).exitCode, 55);
Dtest-inspector-waiting-for-disconnect.js41 assert.strictEqual((await child.expectShutdown()).exitCode, 55);
Dtest-inspector-break-when-eval.js74 assert.strictEqual((await child.expectShutdown()).exitCode, 0);
Dtest-inspector-scriptparsed-context.js83 assert.strictEqual((await instance.expectShutdown()).exitCode, 0);
Dtest-inspector-async-stack-traces-promise-then.js47 assert.strictEqual((await instance.expectShutdown()).exitCode, 0);
Dtest-inspector-esm.js108 assert.strictEqual((await child.expectShutdown()).exitCode, 55);
Dtest-inspector.js308 const { exitCode } = await child.expectShutdown();
/third_party/node/test/common/
Dinspector-helper.js465 expectShutdown() { method in NodeInstance
481 return this.expectShutdown();