Home
last modified time | relevance | path

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

12

/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts51 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…
Drunner.ts263 export let isWorker: boolean; variable
265 isWorker = handleTestConfig();
266 if (isWorker) {
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/
Dasap.js35 const isWorker = typeof Uint8ClampedArray !== 'undefined' && constant
113 } else 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/test/parallel/
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-master-kill.js27 if (cluster.isWorker) {
Dtest-cluster-worker-events.js47 assert(cluster.isWorker);
Dtest-cluster-master-error.js30 if (cluster.isWorker) {
Dtest-cluster-setup-master.js27 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.js39 if (cluster.isWorker) {
/third_party/node/deps/npm/node_modules/es6-promise/dist/
Des6-promise.js71 var isWorker = typeof Uint8ClampedArray !== 'undefined' && typeof importScripts !== 'undefined' && …
153 } else if (isWorker) {
Des6-promise.auto.js71 var isWorker = typeof Uint8ClampedArray !== 'undefined' && typeof importScripts !== 'undefined' && …
153 } else if (isWorker) {
/third_party/node/lib/internal/cluster/
Dchild.js24 cluster.isWorker = true;
Dmaster.js32 cluster.isWorker = false;
/third_party/node/lib/
Ddgram.js270 if (cluster.isWorker && !exclusive) {
338 if (cluster.isWorker && !exclusive) {

12