Searched refs:isWorker (Results 1 – 25 of 30) sorted by relevance
12
51 const stdio = isWorker ? "pipe" : "inherit";95 …const res = cp.spawnSync(isWorker ? `${command} 2>&1` : command, args, { shell: true, stdio, ...op…155 const stdio = isWorker ? "pipe" : "inherit";156 …const res = cp.spawnSync(isWorker ? `${command} 2>&1` : command, args, { timeout: this.timeout, sh…
263 export let isWorker: boolean; variable265 isWorker = handleTestConfig();266 if (isWorker) {
35 const isWorker = typeof Uint8ClampedArray !== 'undefined' && constant113 } else if (isWorker) {
5 function getTestCases(isWorker = false) { argument122 result: isWorker ? 1 : 7,
14 if (self.GLOBAL.isWorker()) {
30 if (cluster.isWorker) {
26 } else if (cluster.isWorker) {
39 if (cluster.isWorker) {
32 if (cluster.isWorker) {
10 if (cluster.isWorker) {
27 if (cluster.isWorker) {
47 assert(cluster.isWorker);
28 if (cluster.isWorker) {
34 if (cluster.isWorker) {
36 if (cluster.isWorker) {
71 var isWorker = typeof Uint8ClampedArray !== 'undefined' && typeof importScripts !== 'undefined' && …153 } else if (isWorker) {
24 cluster.isWorker = true;
32 cluster.isWorker = false;
270 if (cluster.isWorker && !exclusive) {338 if (cluster.isWorker && !exclusive) {