Home
last modified time | relevance | path

Searched refs:isWorker (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-v8-collect-gc-profile-in-worker.js7 if (!process.env.isWorker) {
8 process.env.isWorker = 1;
Dtest-process-constrained-memory.js9 if (!process.env.isWorker) {
10 process.env.isWorker = true;
Dtest-cluster-rr-domain-listen.js30 if (cluster.isWorker) {
Dtest-cluster-worker-isdead.js26 } else if (cluster.isWorker) {
Dtest-cluster-worker-forced-exit.js39 if (cluster.isWorker) {
Dtest-cluster-fork-env.js32 if (cluster.isWorker) {
Dtest-cluster-worker-wait-server-close.js10 if (cluster.isWorker) {
Dtest-cluster-worker-events.js47 assert(cluster.isWorker);
Dtest-cluster-primary-kill.js27 if (cluster.isWorker) {
Dtest-cluster-worker-kill-signal.js11 if (cluster.isWorker) {
Dtest-cluster-setup-primary.js27 if (cluster.isWorker) {
Dtest-cluster-primary-error.js30 if (cluster.isWorker) {
Dtest-cluster-disconnect.js28 if (cluster.isWorker) {
Dtest-cluster-worker-disconnect.js27 if (cluster.isWorker) {
Dtest-cluster-worker-kill.js34 if (cluster.isWorker) {
Dtest-cluster-worker-exit.js36 if (cluster.isWorker) {
Dtest-cluster-message.js34 if (cluster.isWorker) {
Dtest-cluster-basic.js52 if (cluster.isWorker) {
/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts52 const stdio = isWorker ? "pipe" : "inherit";
97 …const res = cp.spawnSync(isWorker ? `${command} 2>&1` : command, args, { shell: true, stdio, ...op…
157 const stdio = isWorker ? "pipe" : "inherit";
158 …const res = cp.spawnSync(isWorker ? `${command} 2>&1` : command, args, { timeout: this.timeout, sh…
Drunner.ts282 export let isWorker: boolean; variable
284 isWorker = handleTestConfig();
285 if (isWorker) {
/third_party/node/test/fixtures/
Dprocess-exit-code-cases.js5 function getTestCases(isWorker = false) { argument
122 result: isWorker ? 1 : 7,
/third_party/node/test/fixtures/wpt/hr-time/
Didlharness.any.js14 if (self.GLOBAL.isWorker()) {
/third_party/node/lib/internal/cluster/
Dchild.js28 cluster.isWorker = true;
/third_party/node/lib/
Ddgram.js281 if (cluster.isWorker && !exclusive) {
345 if (cluster.isWorker && !exclusive) {
/third_party/node/doc/api/
Dcluster.md431 } else if (cluster.isWorker) {
646 } else if (cluster.isWorker) {
869 ## `cluster.isWorker`
1040 } else if (cluster.isWorker) {
1052 } else if (cluster.isWorker) {

12